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

Create Your Following Page #42

Closed
Eimh opened this issue Mar 20, 2021 · 0 comments · Fixed by #73
Closed

Create Your Following Page #42

Eimh opened this issue Mar 20, 2021 · 0 comments · Fixed by #73
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@Eimh
Copy link
Collaborator

Eimh commented Mar 20, 2021

Add support for users to view and manage who they are following:

  • backend to get all of the user's followings
  • page that lists all of the user's followings
  • backend to manage followings (remove followings that are no longer wanted)
  • update the following relationship in the backend so that it is efficient to get a user's followers
  • side panel that lists the top N most followed users
    Depends on Support User Following #41
@Eimh Eimh added the enhancement New feature or request label Mar 20, 2021
@Eimh Eimh added this to the Milestone 2 milestone Mar 20, 2021
This was referenced Mar 20, 2021
@Eimh Eimh self-assigned this Mar 21, 2021
@Eimh Eimh added this to Backlog in Project Mar 21, 2021
Eimh added a commit that referenced this issue Mar 26, 2021
Updates user following relationship to many to many.
Adds endpoints for following page.
Adds front end for following page that has top 10 followed users, the user's followings, and following management.
Updates user page to display followers not followings.
 For issue #42
@Eimh Eimh mentioned this issue Mar 26, 2021
@Eimh Eimh closed this as completed in #73 Mar 26, 2021
Eimh added a commit that referenced this issue Mar 26, 2021
Updates user following relationship to many to many.
Adds endpoints for following page.
Adds front end for following page that has top 10 followed users, the user's followings, and following management.
Updates user page to display followers not followings.
 For issue #42
@Eimh Eimh moved this from Backlog to completed in Project Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Project
completed
Development

Successfully merging a pull request may close this issue.

1 participant