SatcherInstitute / health-equity-tracker

Health Equity Tracker is a free-to-use data visualization platform that is enabling new insights into the impact of COVID-19 and other social and political determinants of health on historically underrepresented groups in the United States.
https://healthequitytracker.org/
MIT License
17 stars 24 forks source link

Frontend: Remove `filterByTimeView` #3609

Closed benhammondmusic closed 1 month ago

benhammondmusic commented 1 month ago

the only time this is used is to extract the county-level current data for incarceration from the Vera time-series tables. instead we should finish the split time table concept and have Vera write both types of tables, and then have the frontend load as needed from each. At that point we can remove filterByTimeView entirely from the codebase