Skip to content

Instantly share code, notes, and snippets.

@mikedolan03
Last active April 12, 2018 23:20
Show Gist options
  • Save mikedolan03/ce18be30851e91a8c569918ea78c2f5a to your computer and use it in GitHub Desktop.
Save mikedolan03/ce18be30851e91a8c569918ea78c2f5a to your computer and use it in GitHub Desktop.

User Stories

-As a user, I should be able to log in to Travel Bucket

-As a user, I should be able to find ideas to add to my travel bucket list

-As a user, I should be able to add ideas to my list

-As a user, I should be able to check off ideas from my list

-As a user, I should be able to remove ideas from my list.

-As a user, I should be able to add ideas to my list from other peoples recomendations.

Views:

Login Screen -- page to log in to access list app

List Page --user's list of places to visit/visited/a dashboard to add/delete/checkoff items

Add Page -- place the search and add places to list, look at recomended spots

Flow:

Login Screen - correct password -------------> List Page

Login Screen - incorrect info --------------> Login Screen (error message)

List Page - click Add New Idea button -------> Search / Add Screen

List Page - click box next to bucket list item ----- Modal saying place checked off -(v2)asks for star rating

List Page - click + button on suggestion -----> Modal pop up Adds to list

(v2)List Page - click x button on list item -----> modal 'Are you sure?' -> removes item from list

Add Page - type in term and click search button ---> Div of search results populates below search box

Add Page - return button ----> List page

Add Page - + button on search result or recomendation ----> Modal - Adds to user list --ok button -->search page

@mikedolan03
Copy link
Author

20180412_154728
20180412_154717

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment