-
Notifications
You must be signed in to change notification settings - Fork 0
MVP Feature List
philroberts13 edited this page Jan 14, 2022
·
11 revisions
- Users can sign up, log in, and log out.
- Users can use a demo log in to try the site.
- Users can't use certain features without logging in (like posting questions or answering).
- Logged in users are directed to their newsfeed.
- Logged out users are directed to a demo-user newsfeed.
- Logged in users can post questions
- Logged in users can edit and delete their own questions
- Logged in users can answer questions
- Logged in users can remove their own answers
- All users can see how many answers a question has
- Logged in users can comment on answers
- Logged in users can edit and delete their own comments
- All users can view comments on answers
- All questions are posted with a certain tag
- A page will show all questions organized by topic
- Explanation of what the app 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 both challenges faced and the way the team solved them
- Code snippets to highlight the best code