Skip to content

Instantly share code, notes, and snippets.

@raghubetina
Created January 4, 2017 20:22
Show Gist options
  • Save raghubetina/f0e2d7d73dd996c014904b5fb24e4e61 to your computer and use it in GitHub Desktop.
Save raghubetina/f0e2d7d73dd996c014904b5fb24e4e61 to your computer and use it in GitHub Desktop.
Very Best User Stories

Very Best User Stories

As a user, I should be able to...

On the Dishes page

  • See the bucket list of dishes
  • See which venue I have bookmarked for each dish, or choose one if I haven't
  • Filter dishes by cuisine
  • Search dishes by name
  • Click a link to add a venue if it doesn't already exist

On the Dish Details page

  • Bookmark a new venue for that dish
  • See the venues I've bookmarked for that dish in the past

On the new venue page

  • Add a new venue
    • Name
    • Address
    • Neighborhood (optional)

On the Venues page

  • See a list of all venues that I've bookmarked
  • Filter venues by neighborhood
  • Search venues by bookmarked dish

On the Venue Details page

  • See which dishes I've bookmarked at a venue
  • Add a new bookmarked dish to the venue
  • See what others have bookmarked at the venue.

Notes

  • Initially, users can't add dishes; we, the site admins, will set up the bucket list of dishes.
  • Initially, users will all use the same big list of venues. If and when the dropdown gets too big and unwieldy, we'll figure something else out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment