Skip to content

Commit e78b063

Browse files
Adding the list of stages to build in the tutorial.
1 parent 1d6b981 commit e78b063

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,27 @@ During the tutorial, don't hesitate to ask for help:
6060
can be posted.
6161

6262

63+
## Outline of the tutorial
64+
The tutorial will take you through stages to go a from a script (stage 0) to
65+
the packaged application. Exercises will get you to build the most significant
66+
portions of the differences between each stages but each of them is provided as
67+
a separate folder are provided to make sure everyone to get to the end point:
68+
69+
- step 0: python script
70+
- step 1: traits-ified script
71+
- step 2: etstool, unit test and CI [OPTIONAL]
72+
- step 3: traitsUI view for an image file
73+
- File
74+
- Enum
75+
- Range
76+
- readonly output
77+
- Float
78+
- step 4: pyface application: tree navigator and double click on an image to display the traitsUI view of the image.
79+
- step 5: pyface application: add folder editor to displaying a table of metadata for all images inside. Add button to launch the face detection on all images. Add widgets to filter images.
80+
- step 6: pyface application (adaptation to build central pane editors) [OPTIONAL]
81+
- step 7: pyface application: background run with traits-futures [OPTIONAL]
82+
- step 8: 1-click installer
83+
6384

6485
## Contributing
6586
### Code structure

0 commit comments

Comments
 (0)