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

[FEAT] Follow a user #21

Open
Varun-Kolanu opened this issue Jun 14, 2024 · 3 comments
Open

[FEAT] Follow a user #21

Varun-Kolanu opened this issue Jun 14, 2024 · 3 comments
Labels
api Issue related to backend and APIs enhancement New feature or request medium Issue with medium complexity

Comments

@Varun-Kolanu
Copy link
Owner

Is your feature request related to a problem? Please describe.
No following feature right now in the app

Describe the solution you'd like
User can follow a user
Not like facebook's friend request but like instagram's follow.

Additional context
Just do the logic part when the button of follow is clicked in the search page

@Varun-Kolanu Varun-Kolanu added enhancement New feature or request medium Issue with medium complexity api Issue related to backend and APIs labels Jun 14, 2024
Copy link

Comment '@csoc-bot claim' to get this issue assigned or '@csoc-bot abandon' to get this issue unassigned.

@Rasesh2005
Copy link
Contributor

Can we simply Add a Followers and Following list to User database? which contains ID of users following me and I follow respectively? Also where to add the "Follow" button ??

@Varun-Kolanu
Copy link
Owner Author

Can we simply Add a Followers and Following list to User database? which contains ID of users following me and I follow respectively? Also where to add the "Follow" button ??

Yes you can

The UI of the button is in issue #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issue related to backend and APIs enhancement New feature or request medium Issue with medium complexity
Projects
None yet
Development

No branches or pull requests

2 participants