ReEntryCoLab / reentry-resources-map

Interactive, searchable map that helps people on search for re-entry resources in Illinois
https://reentryillinois.net
Other
6 stars 4 forks source link

Make list sortable #15

Closed evz closed 6 years ago

evz commented 7 years ago

When you're looking at the list view, things just kinda show up the way they show up. Let's come up with a sane default sort. Some ideas from the session:

pjsier commented 6 years ago

Is this just to set up a default sort(s) depending on what the filters are (category if no location, distance if location provided), or also to add the option to change what the list is sorted by?

pjsier commented 6 years ago

Default sorts are added in #53. Alphabetical by resource name if no location is selected, and distance from location if there is a location selected. We could do alphabetical by category and then name, but with the way categories are stored it was quicker to just do name for now