jbyman / CrisisConnector

Help Directory project for the COVID-19 hackathon
Apache License 2.0
1 stars 1 forks source link

Improve List Organization Endpoint #43

Open jbyman opened 4 years ago

jbyman commented 4 years ago

The /organizations endpoint does the job, but we should:

  1. Sort by latitude/longitude relative to that of the caller
  2. Paginate! Right now we're returning a huge amount of organizations in every call, if we had a browsing view we'd probably want to scroll through, so having pages would be helpful