Description
Value Statement
As a 526 Disability Comp Claimant
I want to have form guidance business rule enforcement around Active Duty End Date that are more than More Than 180 Days
So that I can properly enter my Active Duty End Date so my claim can be submitted
Background context
We are saw this 526 submission rejection error around 11 times in June 2022:
count: 11( 0.22%), Error: [{"key"=>"form526.serviceInformation.ActiveDutyEndDateMoreThan180Days", "severity"=>"ERROR", "text"=>"Service members cannot submit a claim until they are within 180 days of their separation date"}]
Sev-3:
Users that enter an invalid Active Duty End Date More Than 180 Days will have their claim submission rejected, however the error is not happening too frequently, around 11 times in June 2022.
Front End - Back End Devs might need to work together to try to reproduce and fix, typically BE provides the form data to reproduce via Form 526 InProgressFormJson and the FE adds or expands the form rules to enforce and provide an errors message so the user can self correct before submitting the form
Acceptance Criteria
- _Validate Active Duty End Date rules within the 526 form, provide form error message so users can self correct
Activity