elliotttate / beatsaver-laravel

Rewrite of beatsaver.com (https://github.com/beatsaver/beatsaver) using the laravel framework
https://discord.gg/8B44zqM
MIT License
39 stars 19 forks source link

Top Played Reduction over time #48

Open beatsaver opened 6 years ago

beatsaver commented 6 years ago

I purpose to dock all songs by 10% every day only keeping newer play records in the system. This could be handled by storing the song play count twice, one for display and the real one, when new plays come in from score saber you should be able to diff from the last time it was updated and add it to the displayed play count.