sharedstreets / mobility-metrics

Tools for collecting, processing, and interpreting mobility data using SharedStreets
MIT License
50 stars 17 forks source link

h3 UI #6

Closed morganherlocker closed 5 years ago

morganherlocker commented 5 years ago

This PR introduces a UI system that is served by the metrics server.

bins

todo

morganherlocker commented 5 years ago

Needs some design cycles, but here's a preview of a date/time scrubber that is fully powered by the metrics server backend. I'm going to punt on aesthetics for now until I've hit the rest of my todo list, then we can do a pass for usability, formatting, and colors.

scrub-compressor

morganherlocker commented 5 years ago

I have merged the backend overhaul into this UI branch. There's a bit more work to do on UI flow. In particular I need to support linear results along with polygonal results in the UI, but the queries are hooked up to the server implementation now. I am now going to merge this to master, and will continue additional features on new smaller PRs.