You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a voting feature ⭐ that works for anonymous users.
For this, you may assign a voting to each category of codes in the meta-data. When a user votes for a particular search result, store the vote assigned along with the IP address of the user in a database. On displaying, calculate the average vote and display it.
This will provide a social feature and provide some interactivity.
We will provide more social searching feature soon as the user profile and authentication system are ready. The anonymous social features will be permanent as everyone deserves to enjoy a good search. 👍
The text was updated successfully, but these errors were encountered:
You may use the key in metadata.json as the key for the average_rating table. For instance, string_algorithms/src/kmp_algorithm may have an average rating.
This is a:
Description:
Add a voting feature ⭐ that works for anonymous users.
For this, you may assign a voting to each category of codes in the meta-data. When a user votes for a particular search result, store the vote assigned along with the IP address of the user in a database. On displaying, calculate the average vote and display it.
This will provide a social feature and provide some interactivity.
We will provide more social searching feature soon as the user profile and authentication system are ready. The anonymous social features will be permanent as everyone deserves to enjoy a good search. 👍
The text was updated successfully, but these errors were encountered: