Additional map browser filters #925
Labels
For: Backend
This is something to do for the backend (server folder) of the website.
For: Frontend
This is something to do for the front end (client folder) of the website.
Size: Medium
Something that may take a few days or so to implement.
Type: Enhancement
Something that builds on top of what already exists
I raced through reworking the map browser pages, and kept the filters fairly minimal. Currently we have four (yes, four :D) browsers, with the following filters:
APPROVED
but won't until I refactor these endpoints a little, coming in next few weeksAPPROVED
andDISABLED
Here's what I didn't have time to do:
MMap
table has an index of(status, createdAt DESC)
already.<m-user-select>
component is great for this. We don't need to worry about filtering for multiple users at a time, UI is too annoying.Probably more that we could do, others are welcome to suggest more. Once we have rank points stuff specced out in more detail we could consider possible fancy filtering here.
The text was updated successfully, but these errors were encountered: