-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Issue:
Current implementation is not flexible.
OOTB (coral wrapper) components and custom components are hardcoded in one place. Separation concept should be introduced. End user should decide what components he wants to use and register custom components in an easy way.
Idea:
Introduce 'ComponentsManager' this class will have
- register(component)
- registerAll(component)
- get(cmpID)
- getAllComponent()
before App initialization user can register set of components he wants to use
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested