Motion to Vacate | Granted | Readjudicate | Decision Attorney | Submit Decisions Screen #13385
Labels
Stakeholder: BVA
Functionality associated with the Board of Veterans' Appeals workflows/feature requests
Team: Foxtrot 🦊
Description
This is the final step/route in the checkout workflow (see #13007, #13071). This could either reuse or replace the
SubmitDecisionView
component that is used in non-MTV workflows. It serves as a final confirmation step, and handles triggering of the save to the API.Technical notes
The current behavior (using
SubmitDecisionView
) creates a payload usingbuildCaseReviewPayload
inutils.js
. It then submits to the/case_reviews/${taskId}/complete
endpoint. If our payload matches, we might be able to use the same one, but there's a decent chance our backend needs are different.The text was updated successfully, but these errors were encountered: