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

Show how many "likes" a mentor has #867

Open
moshfeu opened this issue Nov 21, 2021 · 0 comments
Open

Show how many "likes" a mentor has #867

moshfeu opened this issue Nov 21, 2021 · 0 comments

Comments

@moshfeu
Copy link
Member

moshfeu commented Nov 21, 2021

We can show how many people added a mentor to their favorite list.
It's not like a real like but it's a nice indication that might encourage mentor to share their profile even more.

Technical:
Server

  • We will add another property for a mentor (user) - likes count.
  • Every time someone toggles the mentor from their favorite list, the server (1) will add the mentor to the user's favorite list [like it does today] (2) will increase / decrease the counter
  • The counter will be part of the mentor response

Client

Something like
Screen Shot 2021-11-21 at 18 27 05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant