Skip to content

Instantly share code, notes, and snippets.

@Aaron-Lathrop
Last active December 21, 2018 17:53
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 Aaron-Lathrop/7bf9f563d1f0c4f4d9af3d5e77669230 to your computer and use it in GitHub Desktop.
Save Aaron-Lathrop/7bf9f563d1f0c4f4d9af3d5e77669230 to your computer and use it in GitHub Desktop.
Travel App User Stories to Implement
DestiNation
Trip planning made easy.
# As a user, I should be able to:
- use demo account OR create a new account with email
- log in / log out
- put in the date of my trip
- enter my starting location
- enter my trip destination
- add multiple locations for a single trip
- get weather information for dates of travel
- create a packing list
- edit/update my packing list
- create an itinerary
- edit/update my itinerary
1. Nav
2. Footer
3. Hero
4. App feature
5. Sign up / Log in - (isLoggedIn: true/false)
6. Weather
7. Packing list - (isEditing: true/false)
8. Itinerary - (isEditing: true/false)
1. Landing page - https://repl.it/@Aaron_Lathrop/DestiNation-HTML-Wireframe-Landing-Page
2. Account sign up page - https://repl.it/@Aaron_Lathrop/DestiNation-HTML-Wireframe-Account-sign-up-page
3. Add a trip page - https://repl.it/@Aaron_Lathrop/DestiNation-HTML-Wireframe-Add-a-Trip
4. Create a new trip - https://repl.it/@Aaron_Lathrop/DestiNation-HTML-Wireframe-Create-a-new-trip-wireframe
5. View Trips Page - https://repl.it/@Aaron_Lathrop/DestiNation-HTML-Wireframe-View-Trips
6. View Daily Plans - https://repl.it/@Aaron_Lathrop/DestiNation-HTML-Wireframe-View-Plans
7. Add/Edit Plans - https://repl.it/@Aaron_Lathrop/DestiNation-HTML-Wireframe-AddEdit-Plans
# As a user, I should be able to:
- create a new account with email, Google, Facebook
- log in / log out
- put in the date of my trip
- enter my starting location
- enter my trip destination
- add multiple locations for a single trip
- get general information about locations
- read about the location(s) I'm going to visit
- watch videos about traveling to the each location
- see photos of the locations I'll be visiting
- get weather information for dates of travel
- get suggestions on what to bring on the trip
- get suggestions on what to do on the trip
- create a packing list
- edit/update my packing list
- orgainize my packing list into different sections
- create an itinerary
- edit/update my itinerary
- see each location I'll be visiting on a map
- see the distance and travel time require to go between locations
- share trip information with someone else so they can view/edit
- control permissions for each trip I share
- view/edit trips that have been shared with me
- edit trips that I've created
- leave comments/suggestions on my trips and trips that have been shared with me
- organize trip information on a Trello like board
- add different types of trips like business or vacation
- include the number of people going on the trip
- easily add flight information into a form and have it update my itinerary
- easily add car rental information into a form and have it update my itinerary
- easily add hotel information in for a form and have it update my itinerary
- add photos to my lists to help me remember what things are
# As a user, I should be able to:
- orgainize my packing list into different sections
- get general information about locations
- read about the location(s) I'm going to visit
- watch videos about traveling to the each location
- see photos of the locations I'll be visiting
- get suggestions on what to bring on the trip
- get suggestions on what to do on the trip
# As a user, I should be able to:
- share trip information with someone else so they can view/edit
- control permissions for each trip I share
- view/edit trips that have been shared with me
- edit trips that I've created
- leave comments/suggestions on my trips and trips that have been shared with me
- organize trip information on a Trello like board
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment