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 comments #54

Closed
3 tasks done
SandraBergstrom opened this issue Jul 3, 2023 · 0 comments
Closed
3 tasks done

USER STORY: Like comments #54

SandraBergstrom opened this issue Jul 3, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@SandraBergstrom
Copy link
Owner

SandraBergstrom commented Jul 3, 2023

As a user I can like comments so that I can express my agreement or support for a comment

Acceptance Cirteria:

  • Acceptance Criteria 1: User is able to see a 'like' button or icon.
  • Acceptance Criteria 2: When a user clicks the 'like' button the number of likes increments.
  • Acceptance Criteria 3: User can not like more than once.

Tasks

  • Update the like model and related backend code to suppoort likes on comments
  • Update the frontend Comment component to include a 'like' button and display the number of likes a comment has.
  • Add code on the frontend to handle 'like' button clicks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

1 participant