forked from chriskiehl/Gooey
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |