Home - Omstachu/slice-of-home GitHub Wiki

MVP List

Authentication

  • New Users should have the ability to register a new account
  • New Users should be able to use a Demo account to test the features of the website
  • Existing Users should have the ability to login to their account
  • Logged in Users should have the ability to log out of their account

Spots

All Users should be able to

  • See a page with images and descriptions of a travel destination(Spot)

Logged in Users should be able to

  • Create a new Spot upon clicking and "Add new Spot" button that should be present on the Navbar and Home page
  • Delete a Spot if and only if it belongs to the user
  • Edit the description and images of a Spot that belongs to them

Trips

Logged in Users should be able to

  • See a list of all the Spots in their Trips itinerary in order
  • Add Spots to their Trips itinerary
  • Delete Spots from their Trips itinerary
  • Edit the dates of Trips in their Trips itinerary

Reviews (Bonus Feature)

All Users should be able to

  • View a list of reviews on any given Spot page

Logged in Users should be able to

  • Create a new review on any given Spot page
  • Delete a review if it belongs to the User
  • Edit a review if it belongs to the User

Google API Integration (Bonus Feature)

  • Google Maps should be embedded onto every Spot page showing the general location/radius of the spot