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
|
|
|
|
- test everything
|
2020-01-26 13:20:09 +00:00
|
|
|
- think about pylint
|
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
|
|
|
## Backwards-compatibility
|
2020-05-02 07:42:36 +00:00
|
|
|
- alignment parameter
|
2020-04-11 06:59:11 +00:00
|
|
|
- default wheel handlers
|
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-04-29 18:15:44 +00:00
|
|
|
- theme.exclude (battery)
|
2020-04-30 10:42:34 +00:00
|
|
|
- configuration files
|
2020-05-01 13:33:31 +00:00
|
|
|
- use add_widget() instead of core.widget.Widget()
|