bumblebee-status/docs/other/NOTES.md
tobi-wan-kenobi 99e3571eee [modules] remove setting widgets via "self.widgets(new list)"
use self.add_widget() for all modules
2020-05-09 10:57:44 +02:00

601 B

Design

  • core: only PSL
  • pass if modules are missing
  • minimize dependencies, code
  • test everything in the core framework

small stuff

  • rethink documentation (use mostly md files)
  • @parameter? (or was it @attribute?) - remove getter/setters
  • use __ for private

Improvements

  • API documentation
  • github pages

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 (??)

documentation

Add info about error widget and events for error logging

  • which location APIs are used?