Changes between Version 38 and Version 39 of PLATFORM_STANDARDS_GENERAL


Ignore:
Timestamp:
09/25/08 10:10:55 (17 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_GENERAL

    v38 v39  
    11= Tasks types = 
    2 Currently we have five task type. Each task has different requirements for revision phases - Analysis, Design and Implementation. 
     2Currently we have five task types. Each task has different requirements for revision phases - Analysis, Design and Implementation. 
    33 * Coding tasks 
    4   * Description - These task type contain tasks which result should be application functionality, code change/improvement. 
    5   * Analysis - Analysis of these tasks revision contains what are the requirements for the task, what are expected results, how-to demos, implementation ideas. 
    6   * Design - 
    7   * Implementation -  
     4  * Description - This task type contains tasks which result should be added application functionality, code change/improvement. 
     5  * 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. 
     6  * 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. Explain which part of source you've added/edited and how. The result of your work should be presentable via Analysis/How to Demo section. 
    88 * Bug Fix 
    99 * Document