Skip to content

Instantly share code, notes, and snippets.

@ElenaG518
Created September 20, 2018 22:16
Show Gist options
  • Save ElenaG518/780daf1113df2554ae99e90cbc3ded66 to your computer and use it in GitHub Desktop.
Save ElenaG518/780daf1113df2554ae99e90cbc3ded66 to your computer and use it in GitHub Desktop.
Epic Journey node Capstone
#EPIC journey
##Epic:
Epic Journey app allows users to keep track of the places they visit by adding location, a description or journal of their visit, and photos or videos of their trip. Each trip can be broken down into smaller trips, like for instance, going to Baja California Sur can be broken into La Paz, Cabo Pulmo, Pozas Santa Rita, etc. with each smaller trip having it’s own location, journal entry, and photos. This way users can keep track of the places they visited, the location, their impressions of the place, and include photos.
##User Stories:
As a user, I should be able to sign up for Epic Journey
As a user, I should be able to log in to Epic Journey
As a user, I should be able to reset my password
As a user, I should be able to create journeys, including name, location, and dates
As a user, I should be able to create sub 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 see a list of links of journeys, and break down into links for sub-journeys for each journey
As a user, I should be able to edit any journey entry based on name, date, location, and journal entry
As a user, I should be able to delete any journey or sub-journey
As a user, I should be able to share my journey with friends and to allow comments on my journeys and sub-journeys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment