TNRIS / dataHub

ReactJS frontend web application for browsing, downloading, and inquiring about TNRIS public data and historical imagery.
https://data.tnris.org
7 stars 0 forks source link

remove legacy resource fetch code #283

Open adambreznicky opened 3 years ago

adambreznicky commented 3 years ago

original structure of app loaded all resources from the api on-load just like collections. this was changed to only retrieve resources from the api for a selected collection using the collection reducer & actions. somehow (probably from testing), the original fetching code is still in the app but just isn't used. this code should be removed.

at least exists in (may be more?):::