-
Notifications
You must be signed in to change notification settings - Fork 1
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
CAMS-428: case detail accessibility #914
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jira ticket: CAMS-428
Jira ticket: CAMS-
Jira ticket: CAMS-428
Jira ticket: CAMS-428
Jira ticket: CAMS-428
updated tests accordingly surface level changed Audit History to Change History Jira ticket: CAMS-428
resolved the following issues: * Look at H1 with name of page. Page is not titled, Perhaps should be Case Details * Correct the Back to case list link. Could we know where the user came from to go back? Could be coming from My Cases, Staff Assignment, or Case Search. * Rename Basic Information to Case Details Overview? * Rename Audit History (Audit has baggage) * Display the division code somewhere * fix the space between labels and data. * Change History empty state alert (no changes made) should say "No changes have been made to this case." Jira ticket: CAMS-428
Jira ticket: CAMS-428 Co-authored-by: Arthur Morrow <[email protected]> Co-authored-by: James Brooks <[email protected]>
amorrow-flexion
temporarily deployed
to
Develop
September 17, 2024 15:19 — with
GitHub Actions
Inactive
amorrow-flexion
temporarily deployed
to
Develop
September 17, 2024 15:20 — with
GitHub Actions
Inactive
amorrow-flexion
temporarily deployed
to
Develop
September 17, 2024 15:20 — with
GitHub Actions
Inactive
When clicking back link, the user is directed back to original tab. Tab name is updated on login. If user closes original tab, a new tab is opened with the same name. Jira ticket: CAMS-428
…accessibility-fritz-exp Exp - always take user back to original tab
Jira ticket: CAMS-428 Co-authored-by: Fritz Madden <[email protected]>
amorrow-flexion
temporarily deployed
to
Develop
September 17, 2024 20:31 — with
GitHub Actions
Inactive
amorrow-flexion
temporarily deployed
to
Develop
September 17, 2024 20:31 — with
GitHub Actions
Inactive
amorrow-flexion
temporarily deployed
to
Develop
September 17, 2024 20:31 — with
GitHub Actions
Inactive
Jira ticket: CAMS-428
Jira ticket: CAMS-428
user-interface/src/case-detail/panels/CaseDetailAuditHistory.test.tsx
Outdated
Show resolved
Hide resolved
user-interface/src/case-detail/panels/CaseDetailAuditHistory.tsx
Outdated
Show resolved
Hide resolved
Jira ticket: CAMS-428
Jira ticket: CAMS-428 Co-authored-by: Arthur Morrow <[email protected]> Co-authored-by: Brian Posey <[email protected]>,
amorrow-flexion
temporarily deployed
to
Develop
September 20, 2024 18:48 — with
GitHub Actions
Inactive
amorrow-flexion
temporarily deployed
to
Develop
September 20, 2024 18:49 — with
GitHub Actions
Inactive
amorrow-flexion
temporarily deployed
to
Develop
September 20, 2024 18:49 — with
GitHub Actions
Inactive
Jira ticket: CAMS-428
jamesobrooks
approved these changes
Sep 20, 2024
Jira ticket: CAMS-428
Jira ticket: CAMS-428
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
Fixed non-critical Accessibility Issues
resolved the following issues:
Correct the Back to case list link. Could we know where the user came from to go back? Could be coming from My Cases, Staff Assignment, or Case Search.In regards to the backlink. We looked into various ways to accomplish this and each one opened up a large can of worms causing disorienting effects for the users. It was decided in the end that it would be better to not have a backlink. Backlink removed and all associated code dealing with localstorage and/or broadcast channel removed.
Testing/Validation
Testing is not yet complete.
Definition of Done: