bahoo / progressive-events

Decisions get made by people who show up. Progressive Events is here to tell you about where you should show up.
GNU Affero General Public License v3.0
8 stars 2 forks source link

Indicate how event results are sorted #24

Open RobDolin opened 8 years ago

RobDolin commented 8 years ago

When browsing to the homepage, it is not clear what order event results are returned in.

It would be useful to see if these are sorted by proximity, date, alphabetically, etc. and then to have the ability to change the sort order.

loganbyers commented 7 years ago

I would be willing to tackle this but it might be better to wait until #17 is complete. Sorting by date would be much easier if events had a date field.

FWIW the current sort is direct from the database, so oldest entries are first.

I would add the following sorts:

It should be as simple as doing a QuerySet.order_by() in MapView.