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

fix: No links to needs-review doc pages? #7007 #7133

Merged
merged 20 commits into from
Feb 5, 2024

Conversation

v-sharmachir
Copy link
Contributor

@v-sharmachir v-sharmachir commented Dec 5, 2023

Details

Bug fix to use needs-review document pages for the Needs review tab link. None of the needs-review document pages were referenced anywhere inside the web extension. Some of the rules that show up in the Needs review tab link have document page available but the url under needs review were of either automated check rule url.

The fix used is, In the rule-resources.tsx file we are checking if the tab selected is needs-review on the basis of the outcome type and added a new file named needs-review-rule-resources.tsx is used to create the needs review url on the basis of rules present in the document page.

Screenshot 2023-12-07 191019

Motivation

fix: No links to needs-review doc pages? #7007

Context

Pull request checklist

  • Addresses an existing issue: No links to needs-review doc pages? #7007
  • Ran yarn fastpass
  • Added/updated relevant unit test(s) (and ran yarn test)
  • Verified code coverage for the changes made. Check coverage report at: <rootDir>/test-results/unit/coverage
  • PR title AND final merge commit title both start with a semantic tag (fix:, chore:, feat(feature-name):, refactor:). See CONTRIBUTING.md.
  • [NA] (UI changes only) Added screenshots/GIFs to description above
  • [NA] (UI changes only) Verified usability with NVDA/JAWS

@v-sharmachir v-sharmachir changed the title fIx : No links to needs-review doc pages? #7007 fix: No links to needs-review doc pages? #7007 Dec 6, 2023
@v-sharmachir v-sharmachir marked this pull request as ready for review December 7, 2023 13:59
@v-sharmachir v-sharmachir requested a review from a team as a code owner December 7, 2023 13:59
Copy link
Contributor

@DaveTryon DaveTryon left a comment

Choose a reason for hiding this comment

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

Thanks, @v-sharmachir! LGTM

@v-sharmachir v-sharmachir merged commit b0ec9a0 into microsoft:main Feb 5, 2024
12 checks passed
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.

2 participants