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

USER STORY: Create, Edit, View and Delete Reviews #37

Closed
1 task done
Jbachtiger opened this issue Sep 28, 2022 · 1 comment
Closed
1 task done

USER STORY: Create, Edit, View and Delete Reviews #37

Jbachtiger opened this issue Sep 28, 2022 · 1 comment

Comments

@Jbachtiger
Copy link
Owner

Jbachtiger commented Sep 28, 2022

As a user, I can create a review, so that I can share my in-depth opinion on games

As a user, I can edit a review, so that I can amend and update previously written information

As a user, I can *view a review in more detail, so that I can gather more information

As a user, I can delete a review, so that I can remove content that is no longer required

Acceptance Criteria

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

Acceptance Criteria 2:
Given I am a logged-in user
When I navigate to the reviews section of the site
Then I can click into a review and click an edit button to update its details

Acceptance Criteria 3:
Given I am a logged-in user
When I navigate to the reviews section of the site and click on a specific review
Then I can see all the details of that review

Acceptance Criteria 1:
Given I am a logged-in user
When I navigate to the reviews section of the site and click on a review
Then I can see a delete reviews button which will allow me to remove a review

Tasks

  • Create CRUD functionality for reviews section

EPIC linked to: #38

@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