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
|
|
|
|
- test everything
|
2020-01-26 14:20:09 +01:00
|
|
|
- think about pylint
|
2020-01-25 14:28:38 +01:00
|
|
|
|
2020-02-16 14:55:26 +01:00
|
|
|
# small stuff
|
|
|
|
- rethink documentation (wiki vs. in-code)
|
|
|
|
- @parameter? (or was it @attribute?)
|
|
|
|
- use __ for private?
|
|
|
|
|
2020-01-25 14:28:38 +01:00
|
|
|
# Features
|
|
|
|
|
|
|
|
## Backwards-compatibility
|
2020-01-26 13:59:11 +01:00
|
|
|
- aliases
|
|
|
|
- charts (hbar, vbar, braille)
|
|
|
|
- minimize modules
|
|
|
|
- hide modules if not in warning/error state (-a)
|
|
|
|
- WAL support
|
2020-02-16 14:55:26 +01:00
|
|
|
- tkinter / popups
|
2020-01-25 14:28:38 +01:00
|
|
|
|
|
|
|
## Improvements
|
2020-01-26 13:59:11 +01:00
|
|
|
- pango output (improve - maybe autodetect? see #531)
|
2020-02-02 14:18:13 +01:00
|
|
|
- only update specific, affected modules when clicking
|
|
|
|
- allow handlers to specify whether to update or not (e.g. scroll)
|