2020-01-25 14:28:38 +01:00
|
|
|
# Design
|
2020-01-26 13:59:11 +01:00
|
|
|
- core: only PSL
|
|
|
|
- pass if modules are missing
|
|
|
|
- minimize dependencies, code
|
2020-05-03 11:19:21 +02:00
|
|
|
- test everything in the core framework
|
2020-01-25 14:28:38 +01:00
|
|
|
|
2020-02-16 14:55:26 +01:00
|
|
|
# small stuff
|
2020-03-07 13:26:33 +01:00
|
|
|
- @parameter? (or was it @attribute?) - remove getter/setters
|
2020-04-04 08:04:48 +02:00
|
|
|
- use __ for private
|
2020-02-16 14:55:26 +01:00
|
|
|
|
2020-01-25 14:28:38 +01:00
|
|
|
## Improvements
|
2020-05-16 15:28:15 +02:00
|
|
|
- app launcher (list of apps, themeable)
|
2020-05-18 12:59:47 +02:00
|
|
|
- github pages?
|
2020-03-08 14:18:10 +01:00
|
|
|
|
|
|
|
## TODO
|
2020-03-13 13:56:08 +01:00
|
|
|
- themes: use colors to improve theme readability
|
2020-04-26 10:33:41 +02:00
|
|
|
- convert some stuff to simple attributes to reduce LOCs
|
2020-05-02 14:14:12 +02:00
|
|
|
- use widget index for bumblebee-ctl as alternative (??)
|
2020-05-16 11:55:25 +02:00
|
|
|
- use pytest?
|
2020-05-02 20:27:37 +02:00
|
|
|
|
|
|
|
# documentation
|
|
|
|
Add info about error widget and events for error logging
|
2020-05-08 20:58:35 +02:00
|
|
|
- which location APIs are used?
|