-
Notifications
You must be signed in to change notification settings - Fork 2
MVP list
Deborah Wei edited this page Aug 5, 2022
·
2 revisions
- 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)
- 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
- 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
- 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
- If user is the author of comment they can edit or delete comment
- Users can view other users comments
- 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