mvp list - ppondo/Uncorkd GitHub Wiki

MVP List

Uncorkd, an Untappd clone, is a social media application that allows users to rate beverages(beers) that they have tried and share their experiences.

1. Hosting on Heroku (05/28/2019)

2. New account creation, login, and guest/demo login (05/28/2019, 2 days)

  • Users can sign up, sign in, log out
  • Users can use a demo login to try the site
  • Users can't use certain features without logging in (making Check-ins, beverages/breweries CRUD)

3. Beverages/Breweries CRUD (05/30/2019, 2 days)

  • Users can create beverages and breweries that are not included on the app
  • Users can update and view beverages that are included on the app

4. Check-ins (06/02/2019, 1 day)

  • Logged in users can create check-ins
  • When checking in, users can add a rating for the beverage
  • Users can also delete their own existing check-ins

5. Check-in feed (06/03/2019, 2 days)

  • Users can view the 'global' check-in feed
  • Beverages have a list of check-ins

6. Profile (06/05/2019, 2 days)

  • Users have a public profile of their own check-ins
  • Users' profiles display their stats and information

7. Production README (06/07/2019, 0.5 days)