bumblebee-status/docs/other/NOTES.md
2020-05-16 15:28:15 +02:00

22 lines
575 B
Markdown

# Design
- core: only PSL
- pass if modules are missing
- minimize dependencies, code
- test everything in the core framework
# small stuff
- @parameter? (or was it @attribute?) - remove getter/setters
- use __ for private
## Improvements
- app launcher (list of apps, themeable)
## TODO
- themes: use colors to improve theme readability
- convert some stuff to simple attributes to reduce LOCs
- use widget index for bumblebee-ctl as alternative (??)
- use pytest?
# documentation
Add info about error widget and events for error logging
- which location APIs are used?