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

Updated file format for Jails #64

Closed colincadams closed 3 years ago

colincadams commented 3 years ago

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

While working through some open questions on the PRD, it looks like there are some minor changes that we should make to the file formats to make everything work as expected.

Describe the solution you'd like

At a high level the changes are:

I will update the fixture file and docs and link them here, but at a high level what this means is that there will only be two metrics in the data file (POPULATION_JAIL and INCARCERATION_RATE_JAIL).

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.

colincadams commented 3 years ago

See https://docs.google.com/document/d/14RZM1KchEnMrc19vpr_kKxWE3bY2BhGzoMEP37Fra30/edit#heading=h.6gz7jlt22qlp for a description of the updated format. The existing fixture files in Google Drive have been updated, and are linked to from that doc.

colincadams commented 3 years ago

Updated docs and files to add the PERCENTAGE_COVERED_COUNTY metric back, as @nasaownsky pointed out that it will simplify the frontend implementation.