Skip to content

Instantly share code, notes, and snippets.

@BurningDog
Last active July 27, 2023 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BurningDog/e125ccf68e03481ce72afd7f5ad0d690 to your computer and use it in GitHub Desktop.
Save BurningDog/e125ccf68e03481ce72afd7f5ad0d690 to your computer and use it in GitHub Desktop.
Quote this Woman Plus Expert and Media Profile states
Quote this Woman Plus Expert and Media Profile states
Onboarding
Expert has completed onboarding -> Ready to review
Ready to review
Jordan begins reviewing -> In review
In review
Jordan has completed reviewing -> Ready to publish
Ready to publish
Kath published -> Published
Published
Admin archives -> Archived
Delete -> Deleted
Archived
Admin publishes -> Published
Delete -> Deleted
Deleted
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment