Skip to content

MVP List

Erick Santos edited this page Apr 29, 2020 · 4 revisions

Peridot is a clone of the social media app Pinterest, and allows users to discover new ideas and inspiration through other users' shared images, as well as contribute their own collections.

1. New account creation, login, and guest/demo login (04/27/2020, 3 days)

  • Users can sign up, login, logout
  • Users can use a demo login to try the site
  • Users cannot use certain features without logging in

2. Hosting on Heroku (04/28/2020, 1 day)

3. Pins (05/01/2020, 2 days)

  • Logged-in users can create pins
  • Logged-in users can view individual pins
  • Logged-in users can view a list of suggested pins (discover feed)
  • Logged-in users can view a list of pins in a board
  • Logged-in users can edit pins
  • Logged-in users can delete a pin from a board

4. Boards (05/03/2020, 2 days)

  • Logged-in users can create boards
  • Logged-in users can view individual boards
  • Logged-in users can view a list of boards
  • Logged-in users can edit boards
  • Logged-in users can delete a board

5. Profile (05/04/2020, 1 day)

  • Users have a public profile of boards and pins

6. Discover feed (05/05/2020, 2 days)

  • Users can view a selection of suggested pins on the home page

7. Production README (05/06/2020, 1 day)