2020-01-25 13:28:38 +00:00
|
|
|
# Design
|
2020-01-26 12:59:11 +00:00
|
|
|
- core: only PSL
|
|
|
|
- pass if modules are missing
|
|
|
|
- minimize dependencies, code
|
2020-05-03 09:19:21 +00:00
|
|
|
- test everything in the core framework
|
2020-01-25 13:28:38 +00:00
|
|
|
|
2020-02-16 13:55:26 +00:00
|
|
|
# small stuff
|
2020-04-04 06:04:48 +00:00
|
|
|
- rethink documentation (use mostly md files)
|
2020-03-07 12:26:33 +00:00
|
|
|
- @parameter? (or was it @attribute?) - remove getter/setters
|
2020-04-04 06:04:48 +00:00
|
|
|
- use __ for private
|
2020-02-16 13:55:26 +00:00
|
|
|
|
2020-01-25 13:28:38 +00:00
|
|
|
## Improvements
|
2020-03-29 11:56:43 +00:00
|
|
|
- API documentation
|
|
|
|
- github pages
|
2020-03-08 13:18:10 +00:00
|
|
|
|
|
|
|
## TODO
|
2020-03-13 12:56:08 +00:00
|
|
|
- themes: use colors to improve theme readability
|
2020-04-26 08:33:41 +00:00
|
|
|
- convert some stuff to simple attributes to reduce LOCs
|
2020-05-01 13:33:31 +00:00
|
|
|
- use add_widget() instead of core.widget.Widget()
|
2020-05-02 12:14:12 +00:00
|
|
|
- use widget index for bumblebee-ctl as alternative (??)
|
2020-05-02 18:27:37 +00:00
|
|
|
|
|
|
|
# documentation
|
|
|
|
Add info about error widget and events for error logging
|
2020-05-05 17:55:19 +00:00
|
|
|
- generate rst instead of markdown (list of modules)
|
|
|
|
- add module contributor doc
|