Skip to content
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

On Context navigation enhancment #758

Open
Noggling opened this issue Sep 19, 2024 · 0 comments
Open

On Context navigation enhancment #758

Noggling opened this issue Sep 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request frontend Frontend specific

Comments

@Noggling
Copy link
Contributor

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

@Noggling Noggling added enhancement New feature or request frontend Frontend specific labels Sep 19, 2024
@Noggling Noggling self-assigned this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Frontend specific
Projects
None yet
Development

No branches or pull requests

1 participant