feat: [FC-86] Updated Header links #18
Draft
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.
Note
Dependencies:
Warning
Description
This PR extends the frontend-component-header settings for the Index, Course Catalog, and Course About pages.
Useful information
/catalog/
(only Home page)/learner-dashboard
- link for Course about and Catalog pages, if the user is not authorized, a redirection occurs to the authorization page. First of all, the request occurs on the/dashboard
, if MFE is enabled the user goes to/learner-dashboard
, if not on the legacy/dashboard
page (backend redirects).Initial setup
How Has This Been Tested?
The header for unauthenticated users has the following elements:
/
- link for Home page/learner-dashboard
- link for Course about and Catalog pages/courses
)The header for authenticated users has the following elements:
/
- link for Home page/learner-dashboard
- link for Course about and Catalog pages/learner-dashboard
)/dashboard/programs
- Programs/dashboard/programs
)/courses
)