-
Notifications
You must be signed in to change notification settings - Fork 45
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
Use webpack module federation to aggregate UIs and solutions UIs #3414
Use webpack module federation to aggregate UIs and solutions UIs #3414
Conversation
Hello jbwatenbergscality,My role is to assist you with the merge of this Status report is not available. |
ce37460
to
489648a
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
4660acd
to
536d1db
Compare
aaa9ca1
to
b7827e9
Compare
05ba155
to
7021156
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
f287d2a
to
c683b7f
Compare
0ecd24e
to
8019b35
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
d5b7c20
to
aeb1b6f
Compare
…ng it from /config.json
…r in micor apps using react router
b09f04e
to
7389da7
Compare
/approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue None. Goodbye jbwatenbergscality. |
Component:
ui
Context:
We are studying options to improve overall user experience while browsing the UI when several solutions UI are deployed and registered in the common navbar configuration.
Summary:
This PR introduces a set of changes to convert the common navbar to a bidirectional federated host (https://github.com/module-federation/module-federation-examples/tree/master/bi-directional) that can load UI remote bundle at runtime and hence be able to render an UI depending on a dynamic context where new solutions can be deployed / upgraded independently than the Metalk8s Shell-UI
Acceptance criteria:
End2End tests, documentation and design docs should be released.