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 Post #43

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

USER STORY: Like a Post #43

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 post
so that I can show appreciation for content I enjoy.

Acceptance Criteria:

  • GIVEN I am viewing a post,
  • WHEN I click the 'Like' button/icon,
  • THEN the post's like count should increase, and the button/icon should visually indicate that I've liked the post.

Tasks:

  • Design and implement the 'Like' button/icon for posts.
  • Set up backend logic to track and update post like counts.
  • Ensure that a user can only like a post once, but can also undo 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