Skip to content

OOTB and custom components import #16

@AndreiShilov

Description

@AndreiShilov

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

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions