Skip to content

mvp list

yangc95 edited this page May 18, 2021 · 12 revisions

MVP List

Pintage, a Pinterest clone, is an image sharing and social media application that allow users to create boards with image pins, which can then be viewed and followed by other users.

1. Hosting on Heroku (03/15/2021)

2. New account creation, login, and guest/demo login (03/16/2021, 3 days)

  • Users can sign up, sign in, log out
  • Users can't use certain features without logging in (creating pins, boards & follows)

3. Boards and Pins (03/19/2021, 3 days)

  • User can view all of their Boards and Pins
  • User can create a Board (name) and add Pin(s) to a Board
  • User can create a Pin (title, about, photo)
  • User can edit a Pin or Board
  • User can delete a Pin or Board

4. Discover Feed on HomePage (03/20/2021, 1 day)

  • When signed in, can view Pins
  • When signed in, can add a Pin to a Board

5. Profile (03/22/2021, 2 days)

  • When signed in, Users can view their Board(s) and Pin(s)
  • When signed in, User can create a Board or Pin

6. Follows (03/23/2021, 1 day)

  • Users can follow other Users

7. Production README (03/24/2021)