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

UI Component Modularization/Abstraction #3681

Open
hardl opened this issue Mar 18, 2024 · 0 comments
Open

UI Component Modularization/Abstraction #3681

hardl opened this issue Mar 18, 2024 · 0 comments
Labels
Epic ora ora related issues

Comments

@hardl
Copy link
Contributor

hardl commented Mar 18, 2024

Luigi core comes with built-in own UI controls based on fundamental styles, e.g. shellbar, left nav, modals, etc.
So far, our customization strategy was to override Fiori CSS for non-Fiori layouts, which starts to get hard to maintain due to a constantly growing functional scope, both, on luigi side and on consumer side. In addition, the luigi core bundle size is increasing, even though a lot of functionality might not be needed in a custom layout scenario.

This epic covers activities to make luigi core modular wrt UI controls, i.e. replacing built-in UI code by a headless abstraction layer which then can be developed against in custom UI scenarios. In order to still provide an easy start with luigi, the current UI functionality should be provided as a "pluggable" bundle, ideally using existing UI controls wherever possible (e.g. ui5 web components) to lower TCO.

Issue in this epic:
#3233

@hardl hardl added ora ora related issues Epic labels Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic ora ora related issues
Projects
None yet
Development

No branches or pull requests

1 participant