timhitchins / rose-city-resource

A digital version of the Rose City Resource, developed by Mapping Action Collective with data curated by Street Roots.
https://rosecityresource.streetroots.org/
MIT License
5 stars 3 forks source link

Implement search-based data queries part 1: data download #40

Open kentpmckinney opened 3 years ago

kentpmckinney commented 3 years ago

Change the way data is downloaded to the React client from a complete front-load to piece-meal based on sending a search term to '/api/query'. With this approach, the only data that would be pulled when the application loads is what is needed to populate the search bar.