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 new Eligibility types: "Eligible but on case with [Ineligible/Future Eligible] charge" #1656

Closed
michaelzhang43 opened this issue Jan 20, 2023 · 14 comments
Assignees
Labels
Complexity: 3 Refer to issue #739 for more details

Comments

@michaelzhang43
Copy link
Contributor

Currently all eligible charges are grouped together and classified as "Eligible." However, we want to distinguish between (i) eligible charges on cases that are completely eligible (and therefore the entire case is eligible) and (ii) eligible charges on cases where there is at least one non-eligible charge.

We further want to distinguish between the types of non-eligibility, i.e. eligible charges on cases where is
(i) at least one Ineligible charge
(ii) at least one Future Eligible charge
(if a case has both Ineligible and Future Eligible charges, then only state the Ineligible charge)

Eligible on case with Ineligible charge
Eligible on case with charge eligible [date of latest eligibility]

These should be listed in the Summary Panel after Eligible charges. Eligible on case with charge eligible [date of latest eligibility] should be listed in closest -> furthest date of eligibility
so that the order is

Possibly Eligible
Ineligible
Eligible
Eligible on case with Ineligible charge
Eligible on case with charge eligible [date (earliest)]
...
Eligible on case with charge eligible [date (latest)]
etc.

@monocle
Copy link
Contributor

monocle commented Jan 25, 2023

#1298 seems to be related. That ticket was tagged as Backend, but if all of the information is already sent to the frontend via the expungement_result JSON data field, then the display logic can be handled without new backend code.

Here's an example from one of the John Common charges:

image

@wittejm wittejm added the Complexity: 3 Refer to issue #739 for more details label Feb 16, 2023
@wittejm wittejm self-assigned this Mar 7, 2023
@wittejm
Copy link
Contributor

wittejm commented Mar 8, 2023

@michaelzhang43 a few questions:

  1. Should the expanded summary view be affected? Since charges are grouped by case it's easy to see when an eligible charge is on a case with a future eligible or ineligible charge, so it seems redundant to say so.

  2. Should the charge detail display be affected? Similar to above since the charges are adjacent within a case it seems redundant to change the existing behavior.

  3. Should Generate Paperwork no longer generate the paperwork for these charges?

@wittejm
Copy link
Contributor

wittejm commented Mar 8, 2023

Another way to phrase the same question 3: do we generate paperwork for a case only if every charge on that case is eligible?

@michaelzhang43
Copy link
Contributor Author

1./2. Indeed would be redundant, but I'd like to have both the expanded view and the case detail panels reflect the new status - I did a couple "test runs" and found myself wanting to look at both of these to evaluate whether expunging those particular charges were worth it. Having the charges at issue in a different color than the eligible charges on other cases would help to distinguish them

  1. Yes, thanks for reminding me of this point. The main issue inspiring this request is that users are printing off and filing all paperwork without considering the partial eligibility component. I'm not sure the most efficient way to quickly add these to the print list. Would it be efficient to add a button next to each charge that says "Add to Print List" that converts these to Eligible Now?

@wittejm
Copy link
Contributor

wittejm commented Mar 9, 2023

@michaelzhang43 I made the simplest change which was to adjust the main summary view, and it looks like this:

Screenshot 2023-03-09 at 12 33 57 PM

This was fairly simple because the summary is computed after the initial expungement analysis--- so we're able to obtain these "secondary" definitions of eligibility. Changing the way the detail view looks would be tougher because I think it means replicating this "secondary" round of analysis whole cloth. I haven't worked with the expanded summary view but I suspect it would be the same. It's hard to estimate how hard this is.

The change to make it optional to generate paperwork for partially eligible cases wouldn't be too crazy. There are some design questions like where to put the buttons/checkboxes and it would be good to get Hunter's input.

A question for now is, should I put in the change I've already made above? Or would it be misleading because paperwork for those cases is still being generated?

And a usage question: did this feature come up because a client may or may not be interested in partially expunging a given case?

@michaelzhang43
Copy link
Contributor Author

Wow - glad to hear that this variable is already being computed on some level!

Could you put it into dev? Would love to test drive it for feel, and see how the other clinic people people about it.

And it's much more that partial expungements on a future eligible case is kind of in bad form with the DA's office. Basically we'd be asking them to redact a portion of the case (the DAs are required but don't always go through the actual case files and redact the aspects of the expunged charges), only to later go back and seal the whole case. Similarly, we'd like to be more cognizant of filing partial expungements in general, especially now that the software is being used by people around the State that we're not monitoring. For example, it's probably not worth it to expunge a dismissed Assault 4 charge on a case with an Assault 2 conviction.

@ejunge
Copy link

ejunge commented Mar 11, 2023

I am not sure I understand the way the problem is phrased or the comments, but my initial issue was the problem of future eligible cases, where currently RecordSpong separates the dismissed or otherwise eligible charges from the future eligible charges on a single case. We can't submit paperwork on dismissed or "eligible" charges on a future eligbile case because the DA will reject it. This means we have to train volunteers to sort out the eligible parts of that case, that is, not print them out even if they say "eligible" in Record Sponge. It would be great if all parts of a future eligible case were listed together. Sorry if I wasn't clear, or this is already understood. Thanks

@wittejm
Copy link
Contributor

wittejm commented Mar 16, 2023

@ejunge This change doesn't quite group eligible charges together with the future-eligible charges on the same case, but it does pull those eligible charges out of the "eligible" section of the summary, into their own section.

@michaelzhang43 The changes in the record summary are in dev. Please take a look when you have a chance!

@michaelzhang43
Copy link
Contributor Author

Since we're having further explanations by email to accomodate the other users, I'll just post some points here that probably don't require much additional input. To begin, the behavior right now is to separate "Eligible X date if Balance Paid" (convictions) from "Eligible on case with charge Eligible X date If Balance Paid" (dismissals). Would be better to have the charges in the later category join the former category.

The below is from a real case, I've left out the case details. Message me separately for the info

Eligible Jan 6, 2025 (2)
Identity Theft (CONVICTED) Charged Dec 1, 2019
Unlawful Possession of Methamphetamine (CONVICTED) Charged Dec 1, 2019

Eligible Jan 6, 2025 If Balance Paid (2)
COUNTY – $827.0
Identity Theft (CONVICTED) Charged Oct 29, 2015

COUNTY – $1350.68
Theft in the First Degree (CONVICTED) Charged Sep 23, 2008

Eligible on case with charge Eligible Jan 6, 2025 If Balance Paid (3)
COUNTY – $827.0
Forgery in the Second Degree (DISMISSED) Charged Oct 29, 2015

COUNTY – $1350.68
Theft in the First Degree (DISMISSED) Charged Oct 27, 2008
Theft in the First Degree (DISMISSED) Charged Oct 16, 2008

@ejunge
Copy link

ejunge commented Mar 16, 2023 via email

@wittejm
Copy link
Contributor

wittejm commented Mar 16, 2023

Just so I am clear, you are not saying connected dismissed charges are eligible when balance is owed on convictions in same case?

@ejunge If balance is owed on a case with eligible or future eligible charges then all of the eligible or future eligible charges on that case are listed in summary sections that include "If Balance Paid", regardless of whether those charges are dismissals or convictions

@wittejm
Copy link
Contributor

wittejm commented Mar 16, 2023

@michaelzhang43 I merged the section of "eligible on case with future-eligible charge" into the "future eligible" section. I also added a well-defined ordering

@ejunge
Copy link

ejunge commented Mar 16, 2023 via email

@wittejm
Copy link
Contributor

wittejm commented Mar 21, 2023

Completed in various linked PRs.

@wittejm wittejm closed this as completed Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: 3 Refer to issue #739 for more details
Projects
None yet
Development

No branches or pull requests

4 participants