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

Create lookup table for charge eligibility #8

Open
4 tasks
wdcrumpler-kcdd opened this issue Dec 1, 2021 · 2 comments
Open
4 tasks

Create lookup table for charge eligibility #8

wdcrumpler-kcdd opened this issue Dec 1, 2021 · 2 comments
Assignees
Labels
help wanted Extra attention is needed Legal

Comments

@wdcrumpler-kcdd
Copy link
Collaborator

wdcrumpler-kcdd commented Dec 1, 2021

Goal: Create a list of crimes by statute number that can be used by the app to look up the statute indicated by the user, compare with other information (like time since they completed their sentence) and return an assessment of whether the person is eligible for expungement.

Key Resources:

  • Google Sheet that contains an initial coding of the eligibility requirements for different crime types (currently simplified and incorrect due to use as test form in jotform prototype)
  • Full list (Download) of KS criminal statutes

Tasks:

  • Determine how to allow the client to select their charge with specificity (can include multiple approaches that can be A/B tested, like entering statute number from case info or nested dropdowns where a second appears to ask you to select the specific type based on the first)
  • Determine how to account for the fact that in previous years, the eligibility of certain crimes may have changed. Simple option: if not eligible under current statutes, tell them to consult with an attorney. Complicated option: get old charge codes and eligibility details and build in a lookup system that triggers depending on the date of the crime. [Note that @wdcrumpler-kcdd received the 2011 Kansas Sentencing Commission Desk Reference Manual, which should include charge descriptions from before the last revision to KS' expungement statute]
  • In spreadsheet, build a function that evaluates each crime's information to evaluate how many years must have elapsed before eligibility
  • Determine, based on the output of the algorithm, whether it is necessary to ask the user whether they were convicted of attempt/solicitation/conspiracy
@wdcrumpler-kcdd
Copy link
Collaborator Author

wdcrumpler-kcdd commented Dec 8, 2021

Current Status

To-Do

  • Use the two spreadsheets linked above to create a combined spreadsheet where each KS statute is listed along with its eligibility conditions

@wdcrumpler-kcdd wdcrumpler-kcdd added the help wanted Extra attention is needed label Dec 9, 2021
@wdcrumpler-kcdd wdcrumpler-kcdd changed the title Create list of crimes that can be expunged Create lookup table for charge eligibility Apr 4, 2022
@HowSimple
Copy link

HowSimple commented Apr 25, 2022

I added a lookup table in the "Lookup Charge Eligibility" page of this existing spreadsheet: https://docs.google.com/spreadsheets/d/1GUCQHuSA4-aFXSOOXaxK436yqXH3zsCT4wOb5_MPHLw/edit#gid=2023437888
It uses the "Abbreviated Jotform Charge List" to look up each charge, and then shows when that charge is eligible to be expunged based on the date it was completed, and the type of charge (attempt, conspiracy, etc). Even though the years seem similar for each type of charge, it does still
Let me know if there is more info necessary to be entered here.
I'll also work on a basic API for the prototype application to be able to look up charge eligibility like this.

@wdcrumpler-kcdd wdcrumpler-kcdd self-assigned this May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed Legal
Projects
None yet
Development

No branches or pull requests

2 participants