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-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-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-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-08 18:58:35 +00:00
|
|
|
- which location APIs are used?
|