When an attorney is checking out a draft decision, they need to update each issue disposition on the appeal, so that the judge knows the appeals draft outcome.
Acceptance Criteria
- [ ] Verify that there are the following table headers: "Issues", "Actions", "Dispositions" in bold
- [ ] Verify that the issue display under the issues header in the following hierarchy:
- Program
- Issue
- Levels 1-3 (i.e. 5237 - Lumbosacral or cervical strain
- Notes (if there)
- [ ] Verify that underneath the "Action" label there is a link that says "Edit issue" that opens the "Edit issue" page
- [ ] Verify that underneath the "Dispositions" label there is a dropdown labeled "Select Disposition"
- Attorney can select a disposition for each issue:
- "1" => "Allowed",
- "3" => "Remanded",
- "4" => "Denied",
- "5" => "Vacated",
- "6" => "Dismissed, Other",
- "8" => "Dismissed, Death",
- "9" => "Withdrawn",
- Issue dispositions update in VACOLS
- [ ] If attorney selects 'Vacated', another check box appears with copy "Vacate and readjudicate this issue. Automatically duplicate vacated issue."
- [ ] If attorney selects that checkbox, verify that the issue is duplicated in VACOLS
- From Jed: "If an attorney selects disposition 5-Vacate the prompt above displays, if they answer ‘Yes’ it will duplicate the vacated issue with a null disposition."
- [ ] Verify that at the end of the last issue there is a link called "Add issue" that opens the "Add issue" page
- [ ] Verify that at the bottom left of the app canvas there is a link that navigates the user back a page with the following format < Go back to [page title of previous page]
- [ ] Verify that there is a button to the bottom right of the App Canvas that says "Finish dispositions"
- [ ] Verify that the user cannot advance to the next screen unless all issues have dispositions filled out.
Style guide components (top to bottom)
- Header
- App Canvas
- Table (w/o lines)
- Dropdown
- Primary button
- Footer
Mocks and Specs
Title: Header
Body styling: Body
Spacing should following existing Queue specs for table and ticket
Default

Default if choosing from the drop down
_If Review Draft Decision was selected there is no point in sending them back to the ticket view. Wasn't sure if this was clear in the mocks, so adding a specific placeholder for it_

Dropdown

Vacate disposition selected

Related issues
4472 Edit Issue
4477 Add Issue