This includes at least
- docstrings for GUI functions
- thoughts: most GUI methods are considered "private" in the sense that we are free to make changes to them as long as the effects are obvious to users. Users click buttons, not call the methods, after all.
- document or note for how new functions are added
- pyqt style file and auto-gen script
- main GUI class
- interface class
- backend
- cleanup to reduce future maintenance burden
This needs to be resolved soon so that when I am unavailable or stepping down from the maintainer role, Max Rakitin (@mrakitin) or LonglonWu can take over.
This includes at least
This needs to be resolved soon so that when I am unavailable or stepping down from the maintainer role, Max Rakitin (@mrakitin) or LonglonWu can take over.