Skip to content

Instantly share code, notes, and snippets.

@jamesacklin
Last active November 26, 2018 17:04
Show Gist options
  • Save jamesacklin/fe6921be146436167fc517a53ce38a6f to your computer and use it in GitHub Desktop.
Save jamesacklin/fe6921be146436167fc517a53ce38a6f to your computer and use it in GitHub Desktop.
Post
Post
author posts new standard -> New & Default
author posts new special -> New & Enhanced
Standard
New & Default
user revisits home page -> Default
Default*
Special
New & Enhanced
user revisits home page -> Enhanced
Enhanced
tick -> Semi-Enhanced
Semi-Enhanced
tick -> Default
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