Created
March 2, 2019 18:53
-
-
Save gagamil/429ed034618f71cb486029d7afce68f7 to your computer and use it in GitHub Desktop.
GSLogged Out
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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