DesperateSolutions/rating-frontend-old

List of players should be sorted by rating

Closed this issue · 2 comments

Quist commented

The list of players should be sorted by the rating they currently have.

Should probably be sorted in the player store.

Quist commented

On second though, I think it would be more reasonable to do it in the component itself. Imagine that we not always want to store by rating, sometime we could need to sort alphabetically by name etc.

Also an option to return a sorted list from backend.