Damitwhy / NA-Share

Sharing is caring...
MIT License
1 stars 2 forks source link

Delete Comment on comment #57

Closed Damitwhy closed 2 months ago

Damitwhy commented 2 months ago

As a user,
I want to be able to delete my own comments,
so that I can remove content that is no longer relevant or appropriate.

Acceptance Criteria:

  1. Given a comment posted by the user, when the user selects the delete option, then a confirmation dialog should appear asking the user to confirm the deletion.
  2. When the user confirms the deletion, the comment should be removed from the display, and if it has any replies, those replies should either also be deleted or re-parented to maintain the discussion flow (depending on system design).
Damitwhy commented 2 months ago

Completed