Damitwhy / NA-Share

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

Edit Comment on comment #58

Closed Damitwhy closed 2 months ago

Damitwhy commented 2 months ago

As a user,
I want to be able to edit my own comments,
so that I can correct mistakes or update my thoughts.

Acceptance Criteria:

  1. Given a comment posted by the user, when the user selects the edit option, then the comment should become editable, allowing the user to make changes.
  2. When the user saves the edited comment, the changes should be reflected immediately, and an "edited" label should appear next to the comment's timestamp.
Damitwhy commented 2 months ago

completed