Changes between Version 1 and Version 2 of SCS_ISSUE_TRACKER_SETUP_R1


Ignore:
Timestamp:
10/03/08 11:02:53 (17 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCS_ISSUE_TRACKER_SETUP_R1

    v1 v2  
    22 
    33= Analysis = 
    4 ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^ 
    5  
    64== Overview == 
    7 ^(The analysis of the first revision of each task should contain a brief overview of the whole task. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 
     5Decided to try to use Ticket system more efficiently. This includes using ticket systems for every task's change to see what is the status of each task, use assign to, etc. 
    86 
    97== Task requirements == 
    10 ^(Necessary requirements that the task must fulfill.)^ 
     8Create new ticket resolutions: 
     9 * Analysis 
     10 * Analysis review pending 
     11 * Design 
     12 * Design review pending 
     13 * Implementation 
     14 * Implementation (task) review pending 
     15 * Testing pending 
    1116 
    1217== Task result == 
    13 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 
     18Issue tracker capable of handling tasks' whole process. 
    1419 
    1520== Implementation idea == 
    16 ^(It is advisable to include some rough implementations ideas.)^ 
     21Create the resolutions listed in Task Requirements section. Design a workflow. Try to separate PLANNED_TASKS in order to assign the designed workflow for these tasks only. 
    1722 
    1823== Related == 
    19 ^(Here you can add related tasks that could be useful or helpful.)^ 
     24[wiki:TracWorkflow] this document should be useful. 
    2025 
    2126== How to demo == 
    22 ^(In this section you must add instructions for the demo of the task.)^ 
     27Create a new PLANNED_TASK ticket. Change different resolutions. 
    2328 
    2429= Design =