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
Today, when selecting a context, the portal automatically navigates to the appropriate home page based on the selected context. While this functionality is essential, it has historically been built into the portal itself. Maintaining this feature within the portal requires complex configurations.
By shifting this functionality to the portal's landing pages, we simplify the process significantly. Each landing page becomes responsible for handling navigation between them as needed, reducing complexity at the portal level.
Business Value / Developer Experience
The solution is to extract the "on context change" navigation functionality and create a reusable hook that can be integrated into all landing page applications.
Streamline portal code and future configurations.
User Acceptance Tests (UAT)
Select a context on the base landing page and verify that it navigates to the corresponding context's landing page.
Environments
All testing of issues are done in project-portal-test
Expected outcome
Today, when selecting a context, the portal automatically navigates to the appropriate home page based on the selected context. While this functionality is essential, it has historically been built into the portal itself. Maintaining this feature within the portal requires complex configurations.
By shifting this functionality to the portal's landing pages, we simplify the process significantly. Each landing page becomes responsible for handling navigation between them as needed, reducing complexity at the portal level.
Business Value / Developer Experience
The solution is to extract the "on context change" navigation functionality and create a reusable hook that can be integrated into all landing page applications.
Streamline portal code and future configurations.
User Acceptance Tests (UAT)
Select a context on the base landing page and verify that it navigates to the corresponding context's landing page.
Environments
All testing of issues are done in project-portal-test
For Backend use these
The text was updated successfully, but these errors were encountered: