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

[VACMS-19406]Correct Manila Profile Page Leadership Links #2399

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

SnowboardTechie
Copy link
Contributor

@SnowboardTechie SnowboardTechie commented Dec 24, 2024

Summary

  • Corrects the page links for Manila VA Clinic Profile Pages
  • Enable a bio page for a leadership profile in the Manila VA Clinic, then while viewing said profile click the leadership link on the left side nav and find it leads to a 404 page for a non-existing system
  • Process Manila VA Clinic pages for links that are pointing to this non-existent node and correct the URL's path
  • Sitewide Team
  • This work is not behind a flipper

Related issue(s)

Testing done

What areas of the site does it impact?

Pages in the Manila VA Clinic

Acceptance criteria

Quality Assurance & Testing

  • I fixed|updated|added unit tests and integration tests for each feature (if applicable).
  • No sensitive information (i.e. PII/credentials/internal URLs/etc.) is captured in logging, hardcoded, or specs
  • Linting warnings have been addressed
  • Documentation has been updated (link to documentation *if necessary)
  • Screenshot of the developed feature is added
  • Accessibility testing has been performed

Error Handling

  • Browser console contains no warnings or errors.
  • Events are being sent to the appropriate logging solution
  • Feature/bug has a monitor built into Datadog or Grafana (if applicable)

Authentication

  • Did you login to a local build and verify all authenticated routes work as expected with a test user

Requested Feedback

(OPTIONAL) What should the reviewers know in addition to the above. Is there anything specific you wish the reviewer to assist with. Do you have any concerns with this PR, why?

@SnowboardTechie SnowboardTechie self-assigned this Dec 24, 2024
@va-vfs-bot va-vfs-bot requested a review from a team December 24, 2024 19:55
Copy link
Collaborator

@va-vfs-bot va-vfs-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESLint is disabled

vets-website uses ESLint to help enforce code quality. In most situations we would like ESLint to remain enabled.

What you can do

See if the code can be refactored to avoid disabling ESLint, or wait for a VSP review.

@@ -0,0 +1,70 @@
/* eslint-disable no-param-reassign */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESLint disabled here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disabled as the page does need to be reassigned in this build adjustment specific to Manila pages

@va-vfs-bot va-vfs-bot temporarily deployed to master/main/vacms-19406-dont-build-manila-vamc-system-node December 24, 2024 20:13 Inactive
Copy link
Collaborator

@va-vfs-bot va-vfs-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESLint is disabled

vets-website uses ESLint to help enforce code quality. In most situations we would like ESLint to remain enabled.

What you can do

See if the code can be refactored to avoid disabling ESLint, or wait for a VSP review.

@@ -0,0 +1,88 @@
/* eslint-disable @department-of-veterans-affairs/axe-check-required */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESLint disabled here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disabled as there is no direct FE components (labels, titles, wording) being affected, with no way for this to do more than adjust the path of a URL on the page.

@SnowboardTechie SnowboardTechie force-pushed the vacms-19406-dont-build-manila-vamc-system-node branch from a8d732b to e097ed2 Compare December 27, 2024 05:01
@SnowboardTechie SnowboardTechie changed the title Vacms 19406 dont build manila vamc system node [VACMS-19406]Correct Manila Profile Page Leadership Links Dec 27, 2024
@va-vfs-bot va-vfs-bot temporarily deployed to master/main/vacms-19406-dont-build-manila-vamc-system-node December 27, 2024 05:06 Inactive
Copy link
Contributor

@eselkin eselkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Follows similar idea to process from Lovell with a few less parts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants