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

Already decided issues should not be in the check out flow #5466

Closed lpciferri closed 6 years ago

lpciferri commented 6 years ago

Issues that have already been decided are not required to be included in an attorney's decision. So, we should prevent already decided issues from requiring the attorney check out flow. For instance, if an issue was already granted at the RO, the attorney should still see that issue in case details, but not need to mark an issue disposition.

We learned about this through Shamil Patel's feedback from attorney check out:

I noticed difference between the Caseflow and DAS checkout options. I just did a case in which one of the issues is listed in VACOLS as being “Adv-Allowed in field.” It was essentially granted before coming to the Board and so I don’t need to worry about it. When checking the case out in DAS, that issue does not appear and I don’t need to assign a disposition. However, it did appear during the Caseflow checkout process. Caseflow did give me the option to delete the issue, but I didn’t know if that meant deleting it just from the Caseflow process or from VACOLS as well.

AC

dannysellers commented 6 years ago

It looks like there're also dispositions for "Stay" (S) and a "Motion to Vacate Denied" (U). Should these be excluded from attorney checkout as well?

dannysellers commented 6 years ago

Also, should attorneys be prohibited from changing the disposition? Or should the dropdown be enabled and have a pre-set value?

lpciferri commented 6 years ago

It looks like there're also dispositions for "Stay" (S) and a "Motion to Vacate Denied" (U). Should these be excluded from attorney checkout as well?

Also, should attorneys be prohibited from changing the disposition? Or should the dropdown be enabled and have a pre-set value?

  • I was thinking that these issues and their dispositions would only exist on the Case Details screen, and not populate in the Select Dispositions screen. Only issues without dispositions, or with former dispositions 1-9 would go through the check out flow. What do you think about that?
  • If that is more complex, then we can show the dispositions but prevent the attorney from editing them.