ResistanceCalendar / resistance-calendar-frontend

A central listing of upcoming progressive events
https://resistance-calendar-staging.herokuapp.com/
MIT License
7 stars 8 forks source link

Location based searching #99

Closed aaghevli closed 7 years ago

aaghevli commented 7 years ago

The server can support some basic proximity based searcher. See PR below. We can discuss making the API more versatile (city / zip / etc) as part of this work.

https://github.com/ResistanceCalendar/resistance-calendar-api/pull/59

pfarnach commented 7 years ago

@InciteDemocracy does it make sense to move forward with zipcode-only filtering? If so, it makes sense to me that it should happen on the server so we don't have to ship all the zipcodes with client code

aaghevli commented 7 years ago

I think so. Zip code search plus distance should not be too hard.

pfarnach commented 7 years ago

Resolved with https://github.com/ResistanceCalendar/resistance-calendar-frontend/pull/119