Skip to content

Instantly share code, notes, and snippets.

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 GrimmOutlook/abebe2888272701ea22b2f520d42ff2e to your computer and use it in GitHub Desktop.
Save GrimmOutlook/abebe2888272701ea22b2f520d42ff2e to your computer and use it in GitHub Desktop.
Capstone #2 User Stories - Whiskey App
AS A USER, I SHOULD BE ABLE TO:
- View list of app features, with screenshots, on a homepage prior to me signing up or logging in.
- Sign up for an account
- Log into my account using a username & password
- using Facebook
- using Twitter
- Reset my password
- Delete my account
- Create a Profile
- Update & save Profile changes
- Add a Profile photo or Gravatar
- Post a brand of whiskey that I am drinking
- Rate that whiskey on a scale of 0-5 stars
- Comment on my post
- Have friend(s) view my post
- Have friend(s) comment on my post
- View friend(s) comment(s) on my post
- Respond to friend(s) comment(s) on my post
- Modify my post
- Modify my comment(s) on a post
- Delete a post
- Delete comment(s) from post
- Upload a photo to a post
- Add a whiskey I posted to a list of my favorites
- Have my friend(s) "like" my post
- View my friend(s) posts
- "Like" a friend's post
- Comment on a friend's post
- Search for another user & receive a list of possible matches
- Send a friend request notification to another user
- Have that user receive the notification & the ability to accept or deny
- Have a notification sent to me when that user accepts my friend request
- View a list of my friends
- view number of friends
- view friends' post history
- view a list of friends' favorites
- Search for a particular whiskey & receive a list of possible matches
- View information about a particular whiskey
- Have the ability to add a particular whiskey, not already in the DB, to the DB, along with corresponding info.
- View my post history
- Sort post history by:
- oldest
- most recent
- most stars
- least stars
- View a list of my favorites
- View total number of my favorites
- View total number of my posts
- View total number unique whiskeys that I posted
- Earn badges for certain posts and/or milestones
- View total number of my badges
- View all possible badges and the requirements for earning each one
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment