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: Reply to a Comment #56

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

USER STORY: Reply to a Comment #56

kpetrauskas92 opened this issue Aug 11, 2023 · 0 comments

Comments

@kpetrauskas92
Copy link
Owner

kpetrauskas92 commented Aug 11, 2023

### Epic #55

As a user,
I want to reply directly to another user's comment
so that I can interact in a threaded conversation and clarify or discuss specific points.

Acceptance Criteria:

  • GIVEN I am viewing a comment,
  • WHEN I click on a 'Reply' button or link under the comment,
  • THEN a reply input box should appear allowing me to type and submit my reply.

Tasks:

  • Implement a 'Reply' button or link below each comment.
  • Design a reply input box that appears when the 'Reply' option is clicked.
  • Adjust the backend to handle and store comment replies, linking them to the original comment.
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