Created
January 17, 2019 21:20
-
-
Save rsullivan00/81fef68ef868388ade82498629510c7e to your computer and use it in GitHub Desktop.
dashboard
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
dashboard | |
click video -> view or edit video | |
click project -> project list | |
logout -> login page | |
view or edit video | |
click x -> dashboard | |
project list | |
click project -> project settings | |
project settings | |
click responses -> dashboard | |
click studies -> dashboard | |
login page* | |
login with credentials -> dashboard | |
login with google -> google login | |
google login | |
not logged into google* | |
login to google -> prompt for access grant | |
logged into google | |
prompt for access grant* | |
grant -> dashboard | |
reject -> login page |
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