Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Sentence Length Section/Metric #521

Open
hobuobi opened this issue Mar 22, 2022 · 0 comments
Open

Implement Sentence Length Section/Metric #521

hobuobi opened this issue Mar 22, 2022 · 0 comments

Comments

@hobuobi
Copy link

hobuobi commented Mar 22, 2022

Section: Sentencing

Should check how well this can be implemented in other states, but for now, this can be a TN-only feature.

Metric

  • Length of sentences for those currently incarcerated.
  • Specific methodology is TBD, but should account for any consecutive and concurrent sentences to capture the maximum amount of time that someone is expected to be incarcerated.

Breakdowns

  • Primary Charge / Offense (using Recidiviz mapping, not the raw offense type)
  • Judicial District
  • Demographics

Visualization & Controls

Grouped bars. For now, we can disable "ALL" as an option in this.

  • Possible ways to organize this:
    • PREFERRED: Primary Offense as the primary filter; judicial district is primary split; race is secondary split. (Makes it easy to compare judicial districts. Will also need to decide how to sort the judicial districts.
    • Judicial District as the primary filter; primary offense is primary split; race is secondary split. (Makes it easy to see the compare differences in sentencing for different offenses.)

Proposed Design
Screen (33)
Default, showing the sentence lengths per district for property crimes
Screen (32)
Showing the sentence lengths per district for property crimes, broken down by race. Could reveal the racial biases of certain judges.

A few quick notes:

  • Splitting by Judicial District is necessary for comparison, but introduces a bit of visualization complexity because there are often many judicial districts in a state. With this design, we will need to:
    • implement a way to scroll or pan horizontally across the bar graph, and
    • sort the judicial districts by average sentence length, highest to lowest

Full implementation depends on implementing Offense/Charge Breakdowns.

@jessex jessex added this to To do in Spotlight V2 Follow-Ups Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant