You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2021. It is now read-only.
We want to support county-level data, this will involve:
Connecting to a county-level data source
Transforming county-level data (as-necessary)
Storing county-level data for use in the website / hero map
Adding county-level tables and visualizations to the website
I think the order of operations should be:
(1) Identify what county-level data exists
(2) Given that information, design the components we will add to the website
(3) Setup a "dummy" data set to integrate website changes against
(4a) Connect, transform, and store real data (backend task)
(4b) Add website features to incorporate county data (frontend task)