CouncilDataProject / seattle_v2

Website for interacting with Seattle's instance of CDP
https://councildataproject.github.io/seattle
BSD 3-Clause "New" or "Revised" License
5 stars 6 forks source link

Always sort events by date on `/events` base #8

Closed evamaxfield closed 5 years ago

evamaxfield commented 5 years ago

Currently the /events view returns all the event data without doing a sort by event_datetime beforehand.

Before this is completed, resolving gh-7 would probably be a better starting point.