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
We would like to add the ability to like/dislike any song currently in the queue. This should have the following effects:
Increment/decrement a users total likes in the DB (need to add attribute to users for like count)
Need to add an option to include likes for the host's menu
Each song should have a like and dislike button if like option is set to on
Each user gets one vote per song
Potential ideas (discuss further):
Given a users like balance goes below some set threshold, the user will be placed in the session's jail, preventing them from adding to the queue for some timeout period. Also, have this jail be visible with names/icons of users that are currently in jail?
Feel free to add any ideas you have to this issue below.
The text was updated successfully, but these errors were encountered:
We would like to add the ability to like/dislike any song currently in the queue. This should have the following effects:
Potential ideas (discuss further):
Feel free to add any ideas you have to this issue below.
The text was updated successfully, but these errors were encountered: