Skip to content

User Stories

Tanner edited this page Feb 15, 2022 · 6 revisions

Posts

As a logged in user...

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

Comments

As a logged in user...

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

Likes

As a logged in user...

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

Search

As a logged in user...

R: I want to be able to search for other users so that I can follow them

  • A user can type usernames into a search bar and get back relevant results

Clone this wiki locally