Minimum Viable Products - cowfish813/Supertramp GitHub Wiki

a clone of HipCamp

MVP List


  1. New Account Creation/Login/Demo (2 Days)

    • registration via email/username
    • login/logout functionality
    • demo user access
  2. Hosting on Heroku (1 Days)

  3. Listings (2 Days)

    • listings have images, amenities, description, activities connected
    • Users with and without accounts can view all listings
    • listings Show and Index
    • listings Show includes map of listing
  4. Bookings (2 Days)

    • logged in user can make a booking
    • logged in user can view their bookings
    • logged in user can cancel their bookings
    • not logged in user will be asked to log in or demo on booking
  5. Listings Search

    • all can search a listing by location
    • Search Displays google map showing all location in an area
  6. Reviews (2 Days)

    • users can write reviews on listings after booking date
    • users can update/delete the reviews they write
    • all can read all reviews of a listing
    • users can leave a rating
  7. Production Readme (1 Day)