MVP Feature List - vernfongchao/Catoura GitHub Wiki

MVP - Feature List

Catoura, a Quora clone, is a website for cats to post questions, answer questions, and engage in light discussion.

1. New account creation, log in, log out, and 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 (questions, comments, answers).
  • Logged in users are directed to their profile page which displays their questions.
  • Logged out users are directed to a page displaying recent questions

2. Questions

  • Logged-in Users can post questions
  • Logged-in Users can view their previous questions
  • Logged-in Users can edit or remove their questions
  • All Users can read questions

3. Answers

  • Logged in Users can post answers
  • Logged in Users can edit or remove answers
  • All Users can view answers

4. Comment to Answers

  • Logged in Users can post comments to answers
  • Logged In or Out users can get a path to comments made to answers
  • Logged in Users can edit/remove comments

5. Topics

  • Logged in users can add a topic to their own questions
  • Logged in users can remove their own topics from their own questions
  • All users can click on a topic to view a list of questions that have been assigned to that topic
  • Logged in users can assign and/or create a topic to a question