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

[Feature]: Support navigation to different apps on the same workspace using navigateTo #38816

Open
1 task done
rahulbarwal opened this issue Jan 23, 2025 · 0 comments
Open
1 task done
Assignees
Labels
Enhancement New feature or request

Comments

@rahulbarwal
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Summary

As the users' app grows in size it becomes difficult to manage via git, and one of the ideas to manage these is split the app up.

  • This is fine and users can use hardcoded url in navigateTo function.
  • This creates another problem which occurs when the apps are imported in different environment(as it will get new ids).
  • Now the hardcoded navigation breaks and has to be updated, which already is a problem given the size of apps.

To solve these problems we propose allowing navigation to different apps in the same workspace by using app names. This will be possible by adding another parameter to navigateTo function.

Idea proposal doc
Engineering assessment doc
Slack conversation

Why should this be worked on?

This will help users split the app into multiple micro apps and still deal with portability issues with git connected apps.

@rahulbarwal rahulbarwal added the Enhancement New feature or request label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants