Skip to content

Instantly share code, notes, and snippets.

@gagamil
Created March 2, 2019 13:22
Show Gist options
  • Save gagamil/e362448f512e0a46fc0b7b22a208ea30 to your computer and use it in GitHub Desktop.
Save gagamil/e362448f512e0a46fc0b7b22a208ea30 to your computer and use it in GitHub Desktop.
Logged out
Logged out
Login form
submit correct data -> Dweet list
Error login
Logged In
logout -> Login form
Dweet list
click create dweet button -> Create dweet
Dweet list item
Item not liked
like -> Item liked
Item liked
Create dweet
canceled -> Dweet list
onText input -> Active
Empty
Active
submit -> Dweet list
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