ebul-cmp/TODO
Emmanuel BENOîT 68a337ec6a Component state and registry - Drivers support
A component with "drivers" will initialise/start its drivers after it is
initialised/started itself. It will also stop/destroy non-driver reverse
dependencies before stopping/destroying its drivers.
2015-09-17 10:57:46 +02:00

14 lines
No EOL
490 B
Text

To Do:
* Test for ComponentState.{init,destroy} and driver-related stuff
* Registry tests
* Registry doc
* General usage documentation
* Uncouple component-provided names from the library
* Automatically-updated singletons
* Registry: get all component states
* Document exceptions
Other ideas (maybe later if needed):
* Unregistering components
* Hierarchy of registries
* Driver-related helpers (e.g. determine type of driver components, register/unregister drivers with main)