Done
Details
Assignee
Irina PokhyletsIrina PokhyletsReporter
Irina PokhyletsIrina PokhyletsPriority
P3Story Points
1Sprint
NoneDevelopment Team
VolarisFix versions
Release
Ramsons (R2 2024)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Irina Pokhylets
Irina PokhyletsReporter
Irina Pokhylets
Irina PokhyletsPriority
Story Points
1
Sprint
None
Development Team
Volaris
Fix versions
Release
Ramsons (R2 2024)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created March 20, 2024 at 11:49 AM
Updated October 31, 2024 at 3:21 PM
Resolved March 28, 2024 at 12:19 PM
Background: For a screenreader user, a descriptive HTML page title is very important. Currently many Settings HTML page titles only read - Settings - FOLIO therefore the screenreader user has no details for which page they are on.
Requirement: Ensure that when a user is on any setting page that the HTML page title reads in the following format: <<<App name>> settings - <<selected page name if user selected a page on the second/third/fourth pane>> - FOLIO
Implementation:
Stripes-core exports a <TitleManager> component that can be used for this purpose. You can see the source of this component here: https://github.com/folio-org/stripes-core/blob/master/src/components/TitleManager/TitleManager.js
And example usage in the eHoldings app:
https://github.com/folio-org/ui-eholdings/blob/476b4a02bb67301b5523159834a1f79eb8d92ded/src/routes/settings-route/settings-route.js#L6
Screenshots
See Attachments Below