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: Unfollow a User #50

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

USER STORY: Unfollow a User #50

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

Comments

@kpetrauskas92
Copy link
Owner

kpetrauskas92 commented Aug 11, 2023

Epic #7

As a user,
I want to unfollow a user
so that I no longer see their content in my news feed.

Acceptance Criteria:

  • GIVEN I am viewing a user's profile that I currently follow or accessing my following list,
  • WHEN I click the 'Unfollow' button,
  • THEN that user should be removed from my following list and their content should stop appearing in my news feed.

Tasks:

  • Design and implement the 'Unfollow' button on user profiles and in following lists.
  • Update backend databases to remove the following relationship.
  • Adjust the news feed algorithm to exclude posts from unfollowed users.
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