Changes between Version 1 and Version 2 of PLATFORM_STANDARDS_GENERAL
- Timestamp:
- 09/23/08 17:34:29 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_GENERAL
v1 v2 1 1 = Tasks results = 2 2 Each task should have a wiki page which should contain one or more of the following result types: 3 == Types ==3 == Result Types == 4 4 * a specification (produced in the analysis phase of each task) 5 5 * a development document (produced in the design phase). Can also be the final result of a task. 6 * 6 7 * a diagram (usually as a part of a specification or development document). 7 8 * Diagrams should be stored in the repository, at their proper place. 8 9 * trunk\sophie2-platform\doc\spec-diagrams 9 10 * 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 * Each diagram should be exported to PNG format with the same name as it's original format. Original format should be kept so the diagram can be edited later. 12 * Diagrams should be included in the wiki page by inserting 13 * ![[Image(source:/trunk/sophie2-platform/doc/spec-diagrams/image.png)]] for specification diagrams 14 * ![[Image(source:/trunk/sophie2-platform/doc/dev-doc-diagrams/image.png)]] for dev-doc diagrams. 15 16 " ![source:filename]" (Preview:[source:filename]) [Image:filename] 11 17 ![source:filename] 12 18 13 19 # a how-to (usually as a part of a development document) 14 # source code (produced in the implement phase of most tasks). 20 * Source code (produced in the implement phase of most tasks). Files should be linked by ![source:/path/filename] 15 21 # a review (done after each phase). This decides whether the task can proceed to the next phase.