Changes between Version 1 and Version 2 of PLATFORM_STANDARDS_GENERAL


Ignore:
Timestamp:
09/23/08 17:34:29 (17 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_GENERAL

    v1 v2  
    11= Tasks results =  
    22Each task should have a wiki page which should contain one or more of the following result types: 
    3 == Types == 
     3== Result Types == 
    44 * a specification (produced in the analysis phase of each task) 
    55 * a development document (produced in the design phase). Can also be the final result of a task. 
     6  *  
    67 * a diagram (usually as a part of a specification or development document). 
    78  * Diagrams should be stored in the repository, at their proper place. 
    89   * trunk\sophie2-platform\doc\spec-diagrams 
    910   * 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] 
    1117 ![source:filename] 
    1218 
    1319# 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] 
    1521# a review (done after each phase). This decides whether the task can proceed to the next phase.