Skip to content

MVP Feature List

philroberts13 edited this page Jan 14, 2022 · 11 revisions

MVP List

CookNook, a Quora clone, is a website for users to ask cooking questions and get good answers.

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.
  • 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.

2. Posting Questions

  • Logged in users can post questions
  • Logged in users can edit and delete their own questions

3. Answers

  • Logged in users can answer questions
  • Logged in users can remove their own answers
  • All users can see how many answers a question has

4. Making Comments

  • Logged in users can comment on answers
  • Logged in users can edit and delete their own comments
  • All users can view comments on answers

5. Tags on posts

  • All questions are posted with a certain tag
  • A page will show all questions organized by topic

7. Production README

  • 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

Clone this wiki locally