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

Motion to Vacate | Granted | Readjudicate | Decision Attorney | Submit Decisions Screen #13385

Closed
jcq opened this issue Feb 11, 2020 · 0 comments
Labels
Stakeholder: BVA Functionality associated with the Board of Veterans' Appeals workflows/feature requests Team: Foxtrot 🦊

Comments

@jcq
Copy link
Contributor

jcq commented Feb 11, 2020

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 using buildCaseReviewPayload in utils.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.

@jcq jcq added Team: Foxtrot 🦊 Stakeholder: BVA Functionality associated with the Board of Veterans' Appeals workflows/feature requests labels Feb 11, 2020
va-bot pushed a commit that referenced this issue Feb 21, 2020
Connects #13385

### Description
This implements the final step of attorney checkout flow for Vacate motions. For this one, we've implemented a light wrapper around the existing `SubmitDecisionView` component; we place our updated decision issues into the Redux store and let the existing component handle it from there.

### Acceptance Criteria
- [ ] Code compiles correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stakeholder: BVA Functionality associated with the Board of Veterans' Appeals workflows/feature requests Team: Foxtrot 🦊
Projects
None yet
Development

No branches or pull requests

2 participants