Changes between Version 8 and Version 9 of PLATFORM_STANDARDS_ANALYSIS


Ignore:
Timestamp:
10/14/08 15:16:07 (17 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_ANALYSIS

    v8 v9  
    2222  * Overview - explains the mis functionality in a sentence. Describe what happens and in what circumstances. 
    2323  * Requirements - Here should be listed requirements of the result - what is the expected functionality. Please give detailed requirements, the bug can be a result of misunderstanding the original task requirements. 
    24   * Task result - In this section should be listed what is the result of the task. For these tasks it will be code but depending on task may also contain diagrams, graphics, etc 
    25   * Implementation idea - Brief overview of implementation methods, suggested algorithms, etc. 
     24  * Task result - In this section should be listed what is the result of the task. For these tasks it will be maintained code but depending on task may also contain diagrams, graphics, etc 
     25  * Implementation idea - Brief overview of implementation methods, suggested algorithms, etc. You may point the mistaken part of the code here. 
    2626  * Related - Here should be listed related tasks that might be useful for solving this task. You may also point to previous and next revisions of the same task, useful external links, etc. 
    2727  * How to demo