From 9e8b15a3d3fec1552ca8c5e31d0704b90d49109f Mon Sep 17 00:00:00 2001 From: Ludovic Viaud Date: Mon, 27 Oct 2014 00:20:45 +0100 Subject: [PATCH] todo extended --- TODO.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..32bccde --- /dev/null +++ b/TODO.md @@ -0,0 +1,27 @@ +TODO +==== + +- Update parser to catch all argparse import styles +- Investigate Docopt +- better graphics + +- Restart Button Change : + * need different strategy for everything added. + +- Fix vertical stacking of restart button +- system for supplying custom widgets to the GUI + -- e.g. a FileChooser, rather than just a TextBox +- Remove debug statements current printing from program +- add optional cancel button. +- allow NoConfig to run without argparse (Issue #43) + * display warning when this happens (could be a misfire on Gooey's end) + * add suppress warnings flag + +- Implemente a simple MVC pattern for isolate gui toolkit specifique code and + argparse specifique code (support for tkinter, qt etc ... and docopt or unix + cli as text) + +- Make a .io site for the presentation + +- More comments and basic api generation + some txt for explain the global + design fo the project