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: Interact with Feed Items #47

Closed
3 tasks
kpetrauskas92 opened this issue Aug 11, 2023 · 1 comment
Closed
3 tasks

USER STORY: Interact with Feed Items #47

kpetrauskas92 opened this issue Aug 11, 2023 · 1 comment
Assignees

Comments

@kpetrauskas92
Copy link
Owner

kpetrauskas92 commented Aug 11, 2023

Epic #6

As a user,
I want to interact with items on my news feed
so that I can like, comment, or share them.

Acceptance Criteria:

  • GIVEN I am viewing an item on my news feed,
  • WHEN I click on interaction icons (like, comment, share),
  • THEN the corresponding action should be taken (liking the post, opening a comment box, or sharing the content).

Tasks:

  • Implement interaction icons/buttons for each feed item.
  • Set up backend logic to handle and record these interactions.
  • Ensure that the user's interactions update in real-time on the feed.
@kpetrauskas92
Copy link
Owner Author

Only a like button was implemented in Feed.

More interaction buttons are accessible in Post Detail

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