-
-
Notifications
You must be signed in to change notification settings - Fork 26.7k
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
Added Microservices UI Client side composition #2698 #3062
Conversation
Added ClientSideCompositionTest, ApiGateway, ClientSideIntegrator, FrontendComponent, CartFrontend, ProductFrontend, updated pom.xml, ReadME.md.
Please let me know if you have any suggestion or requirement regarding the PR. |
…rytime in FrontendComponent.
…anged from ReadME.md to README.md
Quality Gate failedFailed conditions |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
The required changes has been done. Please merge the pr. |
Looks good! Thank you for the contribution 🎉 @all-contributors please add @TarunVishwakarma1 for code |
I've put up a pull request to add @TarunVishwakarma1! 🎉 |
Quality Gate failedFailed conditions |
What problem does this PR solve?
This PR implements the Client-Side UI Composition pattern, as described in issue #2698. The pattern allows the user interface to be composed on the client-side, using micro frontends and an API Gateway, ensuring a modular and flexible UI.
Close #2698
Key Elements of the Implementation:
Acceptance Criteria:
Testing and Documentation: