issues
search
ccomeaux
/
boardgamegeek4android
BoardGameGeek application for Android (unofficial)
GNU General Public License v3.0
228
stars
47
forks
source link
Sorting in MyGames fails when a game is rated with 10
#109
Closed
kayteem
closed
5 years ago
kayteem
commented
5 years ago
Use Case:
Sorting by "Rate DESC" on the "My Games" view
Expected behavior:
The games are sorted by the ratings:
result: 10, 9, 8, 7, ...
Actual behavior:
The games are sorted by the rating string
result: 9, 8, 7, ..., 10
Note:
Changing the type of the rating field to a double should fix the sorting issue.
kayteem
commented
5 years ago
duplicate
Use Case:
Expected behavior:
Actual behavior:
Note: