| 1 | = Tasks results = |
| 2 | Each task should have a wiki page which should contain one or more of the following result types: |
| 3 | == Types == |
| 4 | * a specification (produced in the analysis phase of each task) |
| 5 | * a development document (produced in the design phase). Can also be the final result of a task. |
| 6 | * a diagram (usually as a part of a specification or development document). |
| 7 | * Diagrams should be stored in the repository, at their proper place. |
| 8 | * trunk\sophie2-platform\doc\spec-diagrams |
| 9 | * trunk\sophie2-platform\doc\dev-doc-diagrams |
| 10 | * Diagrams should be included in the wiki page by typing " ![source:filename]" (Preview:[source:filename]) [Image:filename] |
| 11 | ![source:filename] |
| 12 | |
| 13 | # a how-to (usually as a part of a development document) |
| 14 | # source code (produced in the implement phase of most tasks). |
| 15 | # a review (done after each phase). This decides whether the task can proceed to the next phase. |