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
Description
To enhance the extensibility of the Busola application, we need to expose the Monaco code editor as a web component. This will enable custom extensions to utilize the Monaco code editor within their own interfaces, providing a consistent and powerful editing experience.
Reasons
The code editor is required for the new version of serverless UI.
Acceptance Criteria
Web Component Creation - The Monaco code editor is encapsulated as a web component that can be imported and used by custom extensions.
Easy Integration—Documentation and examples demonstrate how to integrate and configure the Monaco code editor web component within custom extensions.
Performance—The Monaco code editor web component's performance is optimised to ensure smooth integration and usage within custom extensions.
Documentation - The documentation is updated to include detailed instructions on how to use and configure the Monaco code editor web component within custom extensions.
Also there is a problem with ObjectPage, because it is not a base webcomponent that external teams can reuse. We need to check how to expose our DynamicPageComponent as webcomponent.
Description
To enhance the extensibility of the Busola application, we need to expose the Monaco code editor as a web component. This will enable custom extensions to utilize the Monaco code editor within their own interfaces, providing a consistent and powerful editing experience.
Reasons
The code editor is required for the new version of serverless UI.
Acceptance Criteria
Attachments
PoC
The text was updated successfully, but these errors were encountered: