Solaire / GLC

Lightweight, console-based, tool which automatically detects installed games and displays them to the user.
GNU General Public License v3.0
16 stars 3 forks source link

Suggestion: Give unrated items a medium rating #42

Open Nutzzz opened 2 years ago

Nutzzz commented 2 years ago

Perhaps a game that has not yet been given a user rating should be sorted as a 2.5 out of 5 stars, so that 1 and 2-star games are sorted below them.

This might potentially be accomplished by giving an unsorted item a value of 3, and 1 and 2 star ratings are internally 0 and 1, respectively. Or we could just leave unrated as 0 and have a more complicated sort algorithm.