MVP List - saulack/uisge GitHub Wiki
MVP List
Uisge, an Untappd clone, is a social media application that allows users to publicly share their experiences, ratings, and thoughts about Scotch-whiskey known in Scottish Gaelic as uisge-beatha translating to Water of life.
1. Hosting on Heroku (Jul 10 2018)
2. New Account Creation, login (jul 12 2018)
- Users can sign up, sign in, log out.
- Users can't use certain features without logging in (posts & toasts).
4.Drinks CRUD
- Logged in users can post what Scotch they are drinking.
- Logged in users can edit their posts.
5. Post CRUD
- Logged in users can make a post listing what Scotch they are drinking.
- Logged in users can edit their posts.
- Logged in users can rate what the drink on a scale from 1-5.
6.Post Feed
- users can view a post feed on the main page
- logged in users posts will be added to post feed
7.Dashboard an Profile
- Logged in users have a dashboard of other own user posts.
- Logged in users have a public profile of their previous posts.