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

Mixed bag of bugs #428

Closed fungjj92 closed 5 years ago

fungjj92 commented 5 years ago

Overview

Small clean ups that didn't warrant individual PRs

Connects #414, #391

Demo

map persist

screen shot 2019-01-21 at 4 36 29 pm

Notes

I considered initializing the map at the bounds of the apiaries but I prefer this UX and the alternative felt overly complicated.

Testing Instructions

./scripts/beekeepers.sh start Move the map and refresh or open a new page -- make sure the map opens at the last spot.

See the sort dropdown works and the text is correct

rajadain commented 5 years ago

It should still say "Forage Range", and not "Floral Range", right?

fungjj92 commented 5 years ago

I added a commit that persists the map zoom in addition to the map center you saw. It's small and unoriginal (in that it basically copies 38f57e6 code). Merging.