Changes between Version 56 and Version 57 of PLATFORM_STANDARDS_GENERAL


Ignore:
Timestamp:
11/13/08 11:54:20 (16 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_GENERAL

    v56 v57  
    55  * [wiki:PLATFORM_STANDARDS_ANALYSIS Analysis] - Analysis of these tasks revision contains what are the requirements for the task, what are expected results, functionality/improvement requirements, how-to demos, implementation ideas. 
    66  * [wiki:PLATFORM_STANDARDS_DESIGN Design] - Design of these tasks should describe technology that will be used for reaching task's requirement. It should contain initial tests, libraries needed, rough algorithm explanation, class diagrams, etc.  
    7   * Implementation - In implementation section of task's revision the results must be linked with explanation what was done during this revision. Write down the added functionalities or improvements that the tasks code bring to the project. Explain which part of source you've added/edited and how. The result of your work should be presentable in Analysis/How to Demo section. 
     7  * Implementation - In the implementation section of the task's revision there should be a link to the change set of the commit where the modifications are done. Explanation of the changes should be provided. Write down the added functionalities or improvements that the tasks code bring to the project. Explain which part of source you've added/edited and how. The result of your work should be presentable in Analysis/How to Demo section. 
    88  * Testing - In testing should be described how this task will be tested, here should be linked trac tickets, auto tests, test cases. 
    99  * Example - [wiki:BASE_BOUND_CONTROLS_R0]; [wiki:PRO_LIB_CORE_TUTORIAL_R0]