Skip to content

Instantly share code, notes, and snippets.

@rsullivan00
Created January 17, 2019 21:20
Show Gist options
  • Save rsullivan00/81fef68ef868388ade82498629510c7e to your computer and use it in GitHub Desktop.
Save rsullivan00/81fef68ef868388ade82498629510c7e to your computer and use it in GitHub Desktop.
dashboard
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
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