Recidiviz / justice-counts-components

A set of React components powering a web app for exploring centralized, standardized metrics on the performance of justice systems across the United States
GNU General Public License v3.0
1 stars 0 forks source link

Remap metric names to match new scheme #36

Closed colincadams closed 3 years ago

colincadams commented 3 years ago

Is your feature request related to a problem? Please describe.

I had mentioned this in #27 but wanted to file a separate issue to track the effort. In src/constants/metrics.js there are currently some mis-mapped metrics and some that need to be remapped based on the updated mocks: https://www.figma.com/file/66HyjH0efZMoAuTlhnojWh/Justice-Counts-Report?node-id=686%3A3462

Describe the solution you'd like

Update to match the new mocks. I think it should be straightforward to just copy them over to metrics.js, but if it is easier for me to enumerate the necessary changes let me know!

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context about the feature request here.