jisensee / adalia.info

Community site for Influence, a space strategy MMO running on the Ethereum blockchain.
https://adalia.info
MIT License
6 stars 4 forks source link

Fix sorting of rarity and size #26

Open jisensee opened 3 years ago

jisensee commented 3 years ago

Size and rarity are currently sorted alphabetically because they are stored as strings in the database. Either

jisensee commented 3 years ago

Since size is derived from the radius we can just sort by radius under the hood when sorting by size is requested.