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

Delete a post #5

Open
stevebrownlee opened this issue Apr 1, 2021 · 0 comments
Open

Delete a post #5

stevebrownlee opened this issue Apr 1, 2021 · 0 comments

Comments

@stevebrownlee
Copy link
Owner

As an authenticated user, I would like to be able to delete any of my posts

Given that a person has provided proper authentication details
When the person is viewing the post feed
Then there should be a delete icon beneath each of the person's posts

Given the person wants to delete a post
When the person clicks the delete icon beneath the post
Then the post should be removed from the database
And the list should be displayed again so that the post no longer appears

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant