pdrbrnd / whatsinthebox

7 days of the best movies in Portuguese TV
https://whatsinthebox.tv
GNU General Public License v3.0
26 stars 1 forks source link

Rotten tomatoes rating is ordering alphabetically #8

Open pdrbrnd opened 3 years ago

pdrbrnd commented 3 years ago

When sorting by Rotten Tomatoes rating, we're getting the results ordered alphabetically: Bullet 70%, misconduct 7%, the wall 65% ^ In this case, misconduct should be the last in the list, but alphabetically (strings) "7%" is greater than "65%".

To solve this issue we need to:

pdrbrnd commented 3 years ago

The same can be done for IMDB and Metacritic. create an additional field for the parsed ratings (0-100 integer).

This would make it much more future-proof