Skip to content

Instantly share code, notes, and snippets.

@gagamil
Created March 2, 2019 18:53
Show Gist options
  • Save gagamil/429ed034618f71cb486029d7afce68f7 to your computer and use it in GitHub Desktop.
Save gagamil/429ed034618f71cb486029d7afce68f7 to your computer and use it in GitHub Desktop.
GSLogged Out
GSLogged Out
Login form
Facebook login -> Others Events
GSLogged In
tap all others events -> Others Events
tap my events -> My Events
tap messages -> Messages
tap settings -> Settings
Others Events*
All
tap on Janes event 25 march -> JanesEventShort
tap on Gabriel event 27 march -> GabrielEventShort
JanesEventShort
tap on item -> JanesEventDetail
GabrielEventShort
tap on item -> GabrielEventDetail
GabrielEventDetail
attend -> All
back -> All
go to Gabriels profile -> Gabriels Profile
JanesEventDetail
attend -> All
back -> All
go to Janes profile -> Janes Profile
Attending
My Events
Messages
Settings
tap logout -> GSLogged Out
Janes Profile
back -> JanesEventDetail
Gabriels Profile
back -> GabrielEventDetail
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