Skip to content

Instantly share code, notes, and snippets.

@GrimmOutlook
Created November 30, 2017 18:15
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/9ceaaa19c8995bc1a009a68eed40d04e to your computer and use it in GitHub Desktop.
Save GrimmOutlook/9ceaaa19c8995bc1a009a68eed40d04e to your computer and use it in GitHub Desktop.
Final Capstone: User Stories
Core App User Stories:
1. User should be able to sign up for an account.
2. User should be able to login to their account after signup.
3. User should be able to see a list of their trips.
4. User should be able to create a new trip.
5. User should be able to input, view, and update details of the trip such as dates, location, friends going on the trip, etc.
6. User should be able to generate a unique invite url upon creation of new trip.
7. User should be able to delete a trip.
8. User should be able to create a "List of Things Needed for this Trip".
9. User should be able to create, update, and delete an item from the "Things Needed" list.
10. User should be able to create a "List of Things We Have for this Trip".
11. User should be able to create, update, and delete an item from the "Things We Have" list.
12. User should be able to drag-and-drop an item from the "Things we need" list to the "Things We Have" list & attach their name to that item.
Future Features:
- User should be able to post comments/messages to a message board to help with trip coordination.
- User should be able to create a "category" of items within either list.
- User should be able to create an item (or list of items) within a category.
- User should be able to see other friends' categories and items within a trip.
- User should be able to view a "profile" that contains a list of what they agreed to bring.
- User should be able to set up a "timeline" of activities/meals.
- User should be able enter activities and/or meals into the timeline.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment