This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
Backend: Remove Song from Queue #8
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
server
this issue has to do with the backend
Create a backend function that monitors and deletes songs that drop below a determined vote threshold.
General Architecture Idea:
onWrite()
tovoteCount
in the queue, trigger a function that checks ifvoteCount
is<
-10 (?)AND
ifvoteCount
<
( usersCheckedIn.count * 0.25)
?Perhaps delete a song if it falls past a negative vote balance based on a ratio of checked in users?
The text was updated successfully, but these errors were encountered: