-
Notifications
You must be signed in to change notification settings - Fork 0
User Stories
C: I want to be able to create posts with pictures I have/have taken
Acceptance Criteria
- When logged in a user can click an add or + button to upload photos with a description/caption
R: I want to be able to see my posts and my followers posts
Acceptance Criteria
- Users can go to their profiles to see all of their posts
- When logged in a user can go to their dashboard and see posts they've made and posts their followers have made
U: I want to be able to change the description/caption on posts I've created
- Users can see an edit button on their posts
- When logged in a user can edit the description/caption of a post they've created
D: I want to be able to delete my own posts if I want to.
- A button will display on posts the user has created to delete their posts.
C: I want to be able to write comments on my posts and my followers posts
Acceptance Criteria
- Under posts a user can fill out an input field to comment on posts
R: I want to be able to see comments on posts in my dashboard
Acceptance Criteria
- Under posts I can see all posts created for a post
U: I want to be able to edit comments I've made
Acceptance Criteria
- On comments the session user has created an edit button appears
D: I want to be able to delete comments I've made
- On comments the session user has created a delete or X button appears to delete their comment
C: I want to be able to like a post
- A user can click a heart under a post and the heart will fill in indicating the post was liked
R: I want to be able to see all of my liked posts
- A user can see all of their liked posts in their profile
U: I want to be able to unlike posts if I want to
- A user can click a liked posts heart to remove their like
R: I want to be able to click on a username or profile picture of myself or another user and be taken to their profile and see all of their posts.
- A user can click a username/picture and be taken to the profile of the user
U: I want to be able to edit my name or description in my profile.
- A user can go to their profile and click a button to display a form to edit their profile.
R: I want to be able to follow/unfollow users when I'm on their profile
- A user can go to another users profile and click a button to follow or unfollow them.