Coding-Coach / Coding-Coach/find-a-mentor

Show how many "likes" a mentor has

Open
#867 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
753
Forks
417
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.