I finally did something! The site's rating system has been changed. Now instead of decimal 0-10 numbers, you'll choose from one of five ratings (well, six, if you count "N/A"): --, -, ~, +, or ++. Terrible, bad, mediocre, good, and awesome. Or whatever you want to call them.
Existing ratings have been adapted to the new system as follows:
0 <= r <= 2.0 -> -- 2.0 < r <= 4.0 -> - 4.0 < r <= 6.0 -> ~ 6.0 < r <= 8.0 -> + 8.0 < r <= 10.0 -> ++
Thus far there are two slight technological hitches with the new ratings system:
1) Game-average rating images are, well, just blown-up version of the mini ratings icons. Ideally these will be replaced with real, good-looking images.
2) Because of the way I decided to store platform-specific average ratings in the database, these are currently wrong, and correcting them doesn't really seem worth the effort. Probably won't fix this until a total database overhaul.
|