Skip to content

Instantly share code, notes, and snippets.

@sharihobbs
Last active May 8, 2018 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sharihobbs/b5e29a844d90f99bac80fca40d3c348c to your computer and use it in GitHub Desktop.
Save sharihobbs/b5e29a844d90f99bac80fca40d3c348c to your computer and use it in GitHub Desktop.
Tome - Screen Views & User Flow
App Name: Tome
Tome Landing Page: https://tome-landing-page--sharihobbs.repl.co
User Flows:
User clicks Login button to begin -> Login Page
User clicks Reading List button -> Login Page
User clicks Search button -> Login Page
Tome Login Page: https://tome-login--sharihobbs.repl.co
User Flows:
User enters valid email and password -> Search Page
User enters valid email and invalid or no password -> Error msg to retry password, states pw req again
User enters invalid or no email and valid password -> Error msg to enter valid email
User enters no email and no password -> Error msg to enter both email and password
User enters email and password not found in db -> Error msg saying there is no account
Tome Search Page: https://tome-search-no-results--sharihobbs.repl.co
User Flows:
User enters search term -> Results returned
User enters search term -> Error - msg to try search again
Tome Search Page w/Results: https://tome-search-page--sharihobbs.repl.co
User Flows:
User scrolls through search results
User clicks on Save button -> Book is saved to the Reading List
Tome Reading List Page: https://tome-saved-books--sharihobbs.repl.co
User Flows:
User scrolls through books saved to Reading List
User clicks on I read it! button -> Book is removed from the Reading List
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment