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: Like a Comment #44

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

USER STORY: Like a Comment #44

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

Comments

@kpetrauskas92
Copy link
Owner

kpetrauskas92 commented Aug 11, 2023

Epic #5

As a user,
I want to like a comment
so that I can acknowledge or show agreement with it.

Acceptance Criteria:

  • GIVEN I am viewing a comment on a post,
  • WHEN I click the 'Like' button/icon next to that comment,
  • THEN the comment's like count should increase, and the button/icon should show that I've liked the comment.

Tasks:

  • Design and implement the 'Like' button/icon for comments.
  • Set up backend logic to track and update comment like counts.
  • Ensure users can only like a comment once, but can also reverse their like.
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