MVP Feature List - earlwoo/Welp GitHub Wiki
MVP List
1. New account creation, log in, log out, and guest/demo login
- Users can sign up, log in, and log out.
- Users can use a demo log in to try the site.
- Visitors cannot use certain features without logging in (like posting a review).
2. Hosting on Heroku
3. Restaurants
- Visitors can view a list of restaurants
- Visitors can see a detailed view of the restaurant
4. Reviews
- Visitors can view a list of reviews associated with the restaurant
- Logged in user can post, edit, or delete their own review.
5. Search
- Visitors can search for restaurants
- Logged in users have the ability to search with live time results
6. Production README
- Brief explanation of what the app is and does.
- How to start development environment
- Technologies used
- Link to live site
- Link to Wiki docs
- Discussion of two features that show off the team's technical abilities
- Discussion of challenges faced
- Code snippets to highlight code
7. Bonus Features
- Implement a more detailed search
- Show a profile page for the user
- Google maps to show restaurant location