This issue has been created
There are 4 updates.
 
 
Cristal / cid:jira-generated-image-avatar-330b7d67-3a34-4057-a418-29fd8e6df43b CRISTAL-206 Open

Introduce a component manager package

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-3cfb4914-de1b-4950-82b0-1531229e5b07 Manuel Leduc created this issue on 04/Jun/24 14:47
 
Summary: Introduce a component manager package
Issue Type: cid:jira-generated-image-avatar-330b7d67-3a34-4057-a418-29fd8e6df43b Improvement
Affects Versions: 0.7
Assignee: Unassigned
Components: Component Manager
Created: 04/Jun/24 14:47
Priority: cid:jira-generated-image-static-major-5146d15e-c971-4d1d-aa32-50b92ac487ef Major
Reporter: Manuel Leduc
Description:

Currently, we rely on inversify to declare components and how they are injected.
This suffers from several limitations, for instance:

  • direct dependency to inversify
  • no notion of components priority
  • no ability to avoid loading components that do not match the current configuration (e.g., components for vuetify are loaded even though shoelace is requested).
 
 

4 updates

 
cid:jira-generated-image-avatar-3cfb4914-de1b-4950-82b0-1531229e5b07 Changes by Manuel Leduc on 04/Jun/24 14:47
 
Fix Version: 0.9
Version: 0.7
Version: 0.8
Assignee: Manuel Leduc