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: Delete Comment Reply #58

Closed
3 tasks done
kpetrauskas92 opened this issue Aug 11, 2023 · 0 comments
Closed
3 tasks done

USER STORY: Delete Comment Reply #58

kpetrauskas92 opened this issue Aug 11, 2023 · 0 comments
Assignees

Comments

@kpetrauskas92
Copy link
Owner

kpetrauskas92 commented Aug 11, 2023

#55

As a user,
I want to be able to delete my reply
so that I can remove comments I no longer want others to see or if I regret posting them.

Acceptance Criteria:

  • GIVEN I have replied to a comment,

  • WHEN I view my reply,

  • THEN I should have the option to delete it.

  • GIVEN I click on the delete option for my reply,

  • WHEN I confirm my intention,

  • THEN my reply should be removed, and it should no longer be visible to other users.

Tasks:

  • Add a 'Delete' option alongside each user's own comment replies.
  • Introduce a confirmation prompt to ensure users truly want to delete their reply.
  • Ensure the backend deletes the reply from the database and doesn't show it in subsequent fetches.
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