Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create, Edit, View and Delete Comments #41

Closed
1 task done
Jbachtiger opened this issue Oct 14, 2022 · 1 comment
Closed
1 task done

Create, Edit, View and Delete Comments #41

Jbachtiger opened this issue Oct 14, 2022 · 1 comment

Comments

@Jbachtiger
Copy link
Owner

Jbachtiger commented Oct 14, 2022

As a user, I can create a comment, so that I can share my opinion on a topic

As a user, I can edit a comment, so that I can change/update what I have said

As a user, I can *I can read comments on a post , so that I can ** see what others have said

As a user, I can **delete my comment **, so that I can can remove it from the post

Acceptance Criteria

Acceptance Criteria 1:
Given I am a logged-in user
When I navigate to the comments section of a post
Then I can see an add comments button which will allow me to create a comment

Acceptance Criteria 2:
Given I am a logged-in user
When I navigate to the comments section of a post
Then I can select a comment and click an edit button to update what I have said

Acceptance Criteria 3:
Given I am a logged-in user
When I navigate to the comments section of a post and view a comment
Then I can see all the details of that comment

Acceptance Criteria 1:
Given I am a logged-in user
When I navigate to the comments section of a post and view a comment
Then I can see a delete that comment which will allow me to remove it from the post

Tasks

  • Create CRUD functionality for comments

EPIC linked to: #5

@Jbachtiger
Copy link
Owner Author

Completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant