-
Notifications
You must be signed in to change notification settings - Fork 19
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
Intake | VBA COVID-19 Update | Allow timeliness exemptions for legacy issue opt-ins #13817
Comments
@rutvigupta-design Do you have any suggestions or feedback for the copy on this modal? I wonder if we shouldn't show the text about legacy issue eligibility unless they check "Yes", so that it's clear that it's related to the checkbox. |
@leikkisa is there a reason for saying "isn't usually eligible"? Usually to me is a little confusing because it makes it seem like there are other use cases but there is no further information about them. Would it be inaccurate to simply say "The issue requested isn't eligible because its decision date is older than what is allowed." I think showing the legacy text up front is okay! It's better for users to see all the information up front in one place, and they may not notice text that is added above after they select the checkbox. Two recommendations:
|
@rutvigupta-design I added a couple of AC to add the "Please note:" and increase the spacing. |
Connects #13817 **If the request issue is untimely** <img width="1113" alt="Screen Shot 2020-04-09 at 8 39 31 PM" src="https://user-images.githubusercontent.com/23080951/78953260-450f1e80-7aa6-11ea-9258-6902b6a13555.png"> **If only the legacy issue is ineligible** <img width="1065" alt="Screen Shot 2020-04-15 at 1 32 06 AM" src="https://user-images.githubusercontent.com/23080951/79376399-1e2e6d80-7f28-11ea-829f-5315cdb32e8a.png"> **If both are ineligible** <img width="1183" alt="Screen Shot 2020-04-16 at 1 13 45 PM" src="https://user-images.githubusercontent.com/23080951/79486076-2ba92d80-7fe4-11ea-8053-d4df36931f9a.png">
User or job story
User story: As a VBA user (claims assistant, VSR), I need timeliness exemptions to also apply to legacy issue opt-ins.
Acceptance criteria
Out of scope
Copy
Current copy
The issue requested isn't usually eligible because its decision date is older than what is allowed.
New copy
If the request issue is untimely:
Please note: The issue requested isn't usually eligible because its decision date is older than what is allowed.
(same as current copy but with "Please Note" added)
If only the legacy issue is ineligible:
Please Note: The legacy issue isn't eligible for SOC/SSOC opt-in unless an exemption has been requested for reasons related to COVID-19.
If both are ineligible:
Please note: The issue isn't usually eligible because its decision date is older than what is allowed, and the legacy issue issue isn't eligible for SOC/SSOC opt-in unless an exemption has been requested for reasons related to COVID-19.
Current design with original copy
Release notes
Timeliness exemptions will also apply to legacy issue opt-ins for Higher Level Reviews and Supplemental Claims.
Technical notes
Currently the untimely issue modal isn't concerned about legacy issue data, so you will need to add code to be able to access a legacy issue's eligibility status before the user submits adding the issue. The specific ineligibility reason we're looking for is: legacy_appeal_not_eligible. Currently, eligibility is checked on the front end in the
AddedIssue
component ingetEligibility
, which shows on the edit screen after a user has submitted their issue.Currently, the untimely issue modal does not appear in supplemental claims at all
The text was updated successfully, but these errors were encountered: