-
Notifications
You must be signed in to change notification settings - Fork 128
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
58745 VAMC updates #24549
58745 VAMC updates #24549
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
src/applications/disability-benefits/all-claims/pages/vaMedicalRecords.js
Show resolved
Hide resolved
// Treatment facility is missing a name, date, and city (they are optional). VSRs look at all VAMCs in the | ||
// system to assess if it’s relevant to the claim. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appreciate the clarifying comment. This is pretty neat, and I'm curious how this check works. Definitely makes things so much more convenient for veterans
1c2e010
to
377f809
Compare
Summary
-Remove text and update text on the va-medical-records page
-Make the Name of VA medical facility input field free form instead of autosuggest from pre-defined list
-Cleanup unused code
Related issue(s)
department-of-veterans-affairs/va.gov-team#58745
Testing done
Describe what the old behavior was prior to the change
Prior to this change the facility name was using auto suggest, but users would get stuck here since the api is not working
Describe the steps required to verify your changes are working as expected
Note : the behavior of the array list component is to do a scroll up when clicking the save button (it will not collapse until you click 'Add another facility' button)
Manual: created and submitted (original) claims with both new and rated conditions
Unit: minor updates for unit tests
e2e tests: verified all tests still working
Screenshots
What areas of the site does it impact?
526EZ form on the va-medical-records page
Acceptance criteria
Quality Assurance & Testing
Error Handling
Authentication