cknaut / cinemaple

Movie Night Management Software
Apache License 2.0
1 stars 2 forks source link

Change film rating method to ranking #120

Closed cknaut closed 4 years ago

cknaut commented 4 years ago

Following multiple user feedback, the current movie ranking method is not transparent, specifically:

One option to implement these changes while also avoiding any obfuscation of the ranking based algorithm is to provide a drag-and-drop solution, where some movies can be ranked. Possible JS library which can be used is:

https://johnny.github.io/jquery-sortable/

cknaut commented 4 years ago

Decided to rather offer some background on how the rating works and to avoid having to rank all movies.