You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
886 B

10 years ago
  1. TODO
  2. ====
  3. - Update parser to catch all argparse import styles
  4. - Investigate Docopt
  5. - better graphics
  6. - Restart Button Change :
  7. * need different strategy for everything added.
  8. - Fix vertical stacking of restart button
  9. - system for supplying custom widgets to the GUI
  10. -- e.g. a FileChooser, rather than just a TextBox
  11. - Remove debug statements current printing from program
  12. - add optional cancel button.
  13. - allow NoConfig to run without argparse (Issue #43)
  14. * display warning when this happens (could be a misfire on Gooey's end)
  15. * add suppress warnings flag
  16. - Implemente a simple MVC pattern for isolate gui toolkit specifique code and
  17. argparse specifique code (support for tkinter, qt etc ... and docopt or unix
  18. cli as text)
  19. - Make a .io site for the presentation
  20. - More comments and basic api generation + some txt for explain the global
  21. design fo the project