Skip to content

MVP List

Jerry Park edited this page May 11, 2022 · 2 revisions

MVP List

This stack overflow clone is an online forum application that allows users to ask and answer questions that can be viewed and up/downvoted by other users.

1. Hosting on Heroku (05/06/2022)

2. New account creation, login, and guest/demo login (05/09/2022, 3 days)

  • Users can sign up, sign in, log out
  • Users can use a demo login to try the site
  • Users can't use certain features without logging in (posting questions, replying)

3. Questions (05/11/2022, 2 days)

  • Logged in users can CRUD questions
  • View all of current user's previous questions

4. Answers (05/13/2022, 2 days)

  • Logged in users can CRUD replies
  • View all of current user's previous replies

5. Search (05/15/2022, 2 days)

  • Implement linear search algorithm
  • Try implementation of Algolia Search API

6. Up/Downvote Answers (05/17/2022)

  • Logged in users can vote for a question or reply.
  • The net number of votes will be visible to everyone.

7. Production README (05/19/2022)