Skip to content

Commit eb4ddfe

Browse files
Merge pull request #21 from jonathanrocher/doc/stage_list
Adding the list of stages to build in the tutorial.
2 parents 3426198 + 24ba751 commit eb4ddfe

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,28 @@ During the tutorial, don't hesitate to ask for help:
6262
can be posted.
6363

6464

65+
## Outline of the tutorial
66+
The tutorial will guide you through all the stages from a basic python script
67+
(stage 0) to a fully packaged and installable application (stage 8). The
68+
included exercises will walk you through developing the primary product of
69+
each stage.
70+
A solution is available for each exercise, though, to ensure all participants
71+
are able to reach the end goal.
72+
73+
- step 0: python script
74+
- step 1: more robust script with ETS-Traits
75+
- step 2: package management tools: etstool, unit test and CI [OPTIONAL]
76+
- step 3: GUI: first traitsUI views
77+
- step 4: pyface application: tree navigator and double-click on an image to
78+
display the traitsUI view of the image.
79+
- step 5: pyface application:
80+
- add folder editor to display a table of metadata for all images inside
81+
- add button to launch the face detection on all images
82+
- add widgets to filter images
83+
- step 6: pyface application (adaptation to build central pane editors) [OPTIONAL]
84+
- step 7: pyface application: background run with traits-futures [OPTIONAL]
85+
- step 8: 1-click installer
86+
6587

6688
## Contributing
6789
### Code structure

0 commit comments

Comments
 (0)