Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ElenaG518/1f0a8a976cf05b4f8ee3b90d1585cea1 to your computer and use it in GitHub Desktop.
Save ElenaG518/1f0a8a976cf05b4f8ee3b90d1585cea1 to your computer and use it in GitHub Desktop.
Node Capstone Short list, screens, and user flow
#Short list of user stories
As a user, I should be able to create journeys, including name, location, and dates
As a user, I should be able to post journal entry to each journey or sub-journey
As a user, I should be able to add or delete pictures to journeys and sub-journeys
As a user, I should be able to share my journey with friends and to allow others to post, edit and delete their comments on my journeys and sub-journeys
#List Out the Screens the User Will See
Screen for creating journeys, adding name, location, and dates,
Screen for adding journal entry and pictures
Screen for sharing with friends
#List Out the Screens the User Will See:
Screen with list of picture links linking to journeys previously created
Screen for viewing specific journeys:
1. Show name of Journey as Title
2. Show dates
3. Show location as a link to a google map of the location
4. Show journal entry of journey
5. Show pictures
6. Button to edit journal entry
Screen for creating journey
1. Add name, dates and location, journal entry, photos
Screen for editing journal entry:
1. User can edit name, dates, location, journal entry, add or delete pictures, add or edit or delete captions for pictures
Screen for sharing with friends
1. Screen with journey name, dates, location, journal entry, photos, and text boxes for friends to add comments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment