Skip to content

Commit b3dcf26

Browse files
committed
Add detailed outline to README
1 parent 55807b5 commit b3dcf26

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,20 @@ are able to reach the end goal.
8484
- step 7: pyface application: background run with traits-futures [OPTIONAL]
8585
- step 8: 1-click installer
8686

87+
### Detailed outline:
88+
89+
- Stage 2:
90+
- 2.0: Introduces a model class to represent image files and operations on
91+
them.
92+
- Stage 3:
93+
- 3.0: Introduces GUIs using a simple TraitsUI view
94+
- A simple view is constructed by invoking `configure_traits` on the
95+
`ImageFile` model.
96+
- Separately, a matplotlib window reports detected faces.
97+
- 3.1:
98+
- Adds a dedicated model-view for the `ImageFile` model
99+
- Uses the `MplFigureEditor` to embed the matplotlib figure inside the
100+
TraitsUI view.
87101

88102
## Contributing
89103
### Code structure

0 commit comments

Comments
 (0)