-
Notifications
You must be signed in to change notification settings - Fork 9
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
[VA-17710] Update VBA "Schedule An Appointment Online" link #2026
[VA-17710] Update VBA "Schedule An Appointment Online" link #2026
Conversation
So, in the Service Locations branch we no longer use the VBA service location liquid. Instead it uses the Service Location paragraph type that has the online scheduling link in there. That's where we should be updating I think. |
39c5184
to
c08fbd2
Compare
c08fbd2
to
44b7064
Compare
@eselkin I updated the base branch to the service location paragraphs and made the change to the paragraph type instead 👍 |
@maxx1128 This needs to be conditioned on whether the service location is for VAMC or VBA. So a parameter needs to be added around that online scheduling link if typeOfLocation is VBA or not. Then if it is, display the updated link if not display the original. |
e2d87d1
to
37d7d10
Compare
@maxx1128 Sorry about the confusion on this one. It's looking good. I think the VBA service location includes need to add |
37d7d10
to
2c15877
Compare
@eselkin Added the extra conditional 👍 |
I think |
4d4b245
to
88affbe
Compare
88affbe
to
c657ad7
Compare
@eselkin @jilladams Made both changes 👍 |
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! So I guess I had added that serviceLocationType variable before we used it for anything and didn't realize it was there when I created that other typeOfLocation variable. Sorry. Thanks for updating it.
9fdf94e
into
VACMS-16144-VAMC-ServiceLocationParagraphs
* Move to Service Location Paragraphs in VAMC * merging of service_locations paragraphs * Service Hours * remove old service_location paragraphs * remove consolelog * typo on include * conditions when to show Appointments * show appointments simplification * test not possible on paragraph * testing * naming * spacing * indent * non-clinical * clena up spacing * spacing class * improving spacing slowly * spacing again * working spacing * more spacing * correct order of phone numbers and h5 for appointment related phone numbers * order * borders were not showing * bordered * accidental vet center accordion border * fix headers * VA-15959: Update VBA Service Location query for int branch (#1936) * fix for empty extensions * v3 components added, built, updated * remove extra vetcenter attributes to liquid * fix testing on phone numbers now that using va-telephone component * add more testing * make use of regexes better * explanation of matches * allow for short codes * additional info uswds * spacing on Appointments header * remove Vet Center tests from this branch * remove Vet Center tests from this branch * replace should have 2 args * remove debugging * remove extra div and strongs * optional * VACMS-17513: Remove unspecified referrals from front-end (#1982) * shows main phone or appt phone numbers and shows main phone or contact phone numbers (#1993) * Appointments top section visible when walkins unspecified and not remove_text (#2009) * Appointments top section visible when walkins unspecified * spacing * simplify conditions -- no change in logic * fix? works locally- did not push last time because of new package.json * update to variables * not elsif (#2002) * VACMS 17632 no card on non-clinical service locations (#2024) * no card on non-clinical service locations * remove comment * updated spacing * VACMS 17844 update service options values for office visits and virtual support (#2035) * working values for updated office visits and virtual * update comment * VA-17710: Change Online Schedule link for VBA Services (#2026) * memBefore memAfter * trying graceful fs * fix from VACMS-18069-EMFILE-error-memoryUsage * VA-17598: Manage Benefits online link update (#2057) * VA-17598: Add missing benefits paragraph (#2078) * hasAddress default to false --------- Co-authored-by: Max Antonucci <[email protected]> Co-authored-by: Max Antonucci <[email protected]>
Summary
The VBA "Schedule an Appointment Online" link goes to the VAMC scheduling link. This fixes it by pointing it to VERA.
Related issue(s)
"Schedule an appointment online" line on VBA Facility Services should point to VERA va.gov-cms#17710
Testing done
Local, see below screenshot
Screenshots
What areas of the site does it impact?
VBA Services
Acceptance criteria
Quality Assurance & Testing
Error Handling
Authentication