w3champions / website-backend

This is the backend that powers https://w3champions.com/
30 stars 36 forks source link

Expand sort and filter for matches and ongoing endpoints #354

Open sivertsenstian opened 5 days ago

sivertsenstian commented 5 days ago

Current

image

image map doesn't seem to work here and filled with a lot of noise image

Updated

image

image

Added sort order in addition to column

Also cleaned up the map list to only show maps that have a valid map name (handled by mmr service I think, this was also improved in a recent PR that hasn't been merged yet - should work for newer seasons at least) image

Now uses the mapName property to display in ui as well as filtering in backend

This makes it possible to find finished games on a given map image

Or just recent high lvl games with the mmr descending sort image