Minimum Viable Products - cowfish813/Supertramp GitHub Wiki
a clone of HipCamp
MVP List
-
New Account Creation/Login/Demo (2 Days)
- registration via email/username
- login/logout functionality
- demo user access
-
Hosting on Heroku (1 Days)
-
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
-
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
-
Listings Search
- all can search a listing by location
- Search Displays google map showing all location in an area
-
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
-
Production Readme (1 Day)