DesperateSolutions / rating-frontend-old

6 stars 1 forks source link

List of players should be sorted by rating #1

Closed Quist closed 8 years ago

Quist commented 8 years ago

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

Should probably be sorted in the player store.

Quist commented 8 years ago

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.

Molyna commented 8 years ago

Also an option to return a sorted list from backend.