project-icp / bee-pollinator-app

The web application front end for the ICP Pollinator Decision Support Tool 🐝
Apache License 2.0
6 stars 1 forks source link

Map click requests should happen asynchronously #395

Open fungjj92 opened 5 years ago

fungjj92 commented 5 years ago

When we added reverse geocoded marker names in #388, the initial working solution made requests successively. Ideally, those requests (data fetch, reverse geocoding) would be made asynchronously, handled by axios.

If the time and budget remains after all major features are complete, this is the highest priority enhancement.