department-of-veterans-affairs / caseflow

Caseflow is a web application that enables the tracking and processing of appealed claims at the Board of Veterans' Appeals.
Other
54 stars 18 forks source link

[spec] Automating Case Storage assignment to judges: 3rd draft #4985

Closed lpciferri closed 5 years ago

lpciferri commented 6 years ago

Context

See https://github.com/department-of-veterans-affairs/appeals-design-research/issues/645 Earlier draft of this spec https://github.com/department-of-veterans-affairs/caseflow/issues/4954

Overview

We'll develop a Case Storage auto-assignment model that:

Implementation

Chris's drafty draft proposal for auto-assignment logic:

Monitoring

To validate our model is behaving as we intend and so we can watch for any needed adjustments, we'll need to track the flow of all types of cases to judges separately. However, in the end, the top-line metric we care about is decision output, not case assignment. We'll want to also ensure descision output by case type is surfaced and easily available. We might opt to do this in Datadog at first, but ideally we'd make this easy to view for BVA employees as well, and ensure Tableau or a business metric tool can surface necessary data.

Manual assignment

It's likely that there will be assignment hiccups. When we initially roll out case storage auto-assignment, we should ensure we can manually tweak case assignments as needed. At first, this can just be through a method exposed to the Rails console that a system admin engineer can run. This manual method must be able to support switching cases from judge to judge.

User Interface: Self-service button

When a judge loads Caseflow Queue and views the appeals assigned to them, we could present the judge a "Fetch more from Case Storage" button. Upon clicking a button, we'd assign a batch of case storage cases to the judge, and they'd appear in the Queue list view immediately after assignment is complete.

Goal: Judges should understand the methodology behind automatic case allocation

Test Plan

Using FACOLS, we'll be able to thoroughly test the Case Storage assignment to judge logic locally.

Rollout Plan

We can develop this in parallel with the judge queue, but we shouldn't roll it out until we roll out the judge queue. We could test this process change with one judge at first by putting it behind a feature toggle.

lpciferri commented 6 years ago

@cmgiven @amprokop

Today, Senior Counsel request gen pop cases from case storage so they can assign overtime cases to attorneys in their chief group. This is currently not a duty judges are authorized to do, and it would be a larger Board leadership decision to ask judges, instead of senior counsel, to do this.

Some Senior Counsel (Jebby) also request AOD and CAVC cases to distribute evenly among their chief group. We are eliminating their need to do this with the logic listed above for automatic case assignment, and I've been questioning the efficiency of senior counsel and others doing so much active "case management", so I initially was thinking we could do the same with overtime cases

But posing the question to you both - what if we added this senior counsel caveat to our automatic case assignment logic?

Proposed requirements

cmgiven commented 6 years ago

That would be pretty easily incorporated. I would suggest just not changing the total batch size used for calculating the AOD rate, as it seems like this will be more sporadic.

The other option, though, would be to enable the lawyer to request the next available genpop case directly. Depending on what we want, that could either be never AOD, the same probability of AOD as judge-requested cases, or always AOD if genpop AOD is available.

lpciferri commented 6 years ago

Interesting thought. Given the approval process for overtime cases, I'm not sure the Board would buy into attorneys requesting overtime cases directly. @nicholasholtz what do you think?

lpciferri commented 6 years ago

potential wrinkle - chief judges will have to request cases because they have to sign 5 cases per week (compared to the VLJ quota of 20 cases per week), but they don't have any attorneys. how will we define their batch size?

cmgiven commented 6 years ago

We can handle that. We'll just define their batch size at 5, and add (number of chiefs * 5) to the total batch size. Or we can do 10 if they prefer more of a biweekly schedule.