You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Currently, the authenticated page for a new user has the same page title as the pre-login landing page. Each page should have unique and descriptive site title for screen reader. This issue will deliver updating h1 content prepended to the site name - “Request Access | TDP - TANF Data Portal ” for the authenticated new user profile page.
Acceptance Criteria:
Each pages site title starts with the h1 content of the page
Tasks: Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue
See if using useEffect will work for updating page titles
If it will not work then bring in react-helmet package
Ensure edit profile page title is Request Access - TDP - TANF Data Portal
shubhi-raft
changed the title
[Accessibility] Sprint 3 PR Feedback: Update h1 content for a new user profile page who has been authenticated
As a user who uses a screen reader, I want to know which page I am on.
Sep 16, 2020
Description:
Currently, the authenticated page for a new user has the same page title as the pre-login landing page. Each page should have unique and descriptive site title for screen reader. This issue will deliver updating h1 content prepended to the site name - “Request Access | TDP - TANF Data Portal ” for the authenticated new user profile page.
Acceptance Criteria:
Tasks:
Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue
useEffect
will work for updating page titlesreact-helmet
packageRequest Access - TDP - TANF Data Portal
Supporting Documentation:
Note:
The text was updated successfully, but these errors were encountered: