Skip to content

MVP list

Deborah Wei edited this page Aug 5, 2022 · 2 revisions

1. Hosting on Heroku

2. User authentication (signup, sign-in, and demo user) (2 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 (saving pins/uploading pins/follow other users)

3. Profile (1 day)

  • Logged in users can view their profile page with their username and name
  • Shows boards
  • If the user logged in is the user profile, they can edit their boards

4. Boards and pins (3 days)

  • Boards contain pins
  • Pins contain an image
  • Logged in users can create pins by submitting a PinsForm
  • Logged in users can create boards by submitting a BoardsForm
  • Pins can also be edited, saved, unsaved, and deleted

5. Discover Page (2 days)

  • Logged in users will have an index page full of images that they can save
  • Users can click on a photo that enlarges it and shows the comments and descriptions attached to it

6. Comments (2 days)

  • If user is the author of comment they can edit or delete comment
  • Users can view other users comments

7. Production README (1 day)

8. Follows (Bonus)

  • Logged in users can follow and unfollow other users
  • Users can follow other users through viewing other user's pins
  • Users can view all their followers and following on their profile page