Changes between Version 27 and Version 28 of SCS_ISSUE_TRACKER_SETUP_R1


Ignore:
Timestamp:
11/04/08 13:49:58 (17 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCS_ISSUE_TRACKER_SETUP_R1

    v27 v28  
    7676 
    7777 Some issues may not need testing, we can resolve these issues after "implementation accepted" 
     78 
     79= Design Refactoring: = 
     80The ini is located /sophie-project/sophie2/conf/trac.ini . The phases should be changed - 
     81 * "analysis accepted" should be "analysis OK"   
     82 * "design accepted" should be "design OK" 
     83 * "implementation accepted" should be "implementation OK" 
     84 * "testing accepted" should be "testing ok" 
     85Should add numbers to help ordering the statuses. Suggestions: 
     86 * 01 new 
     87 
     88Statuses: 
     89new 
     90closed 
     91s1a_analyzing 
     92s1b_analyzed 
     93s1c_analysis_ok 
     94s2a_designing 
     95s2b_designed 
     96s2c_design_ok 
     97s3a_implementing 
     98s3b_implemented 
     99s3c_implementation_ok 
     100s4a_testing 
     101s4b_tested 
     102s4c_test_ok 
     103 
     104new -> s1a 
     105s1a -> s1b 
     106s1b -> s1c(analysis review ok); s1b -> new (analysis review fail) 
     107s1c -> s2a 
     108s2a -> s2b 
     109s2b -> s2c(design ok); s1c(design review fail); new 
     110 
    78111= Implementation = 
    79112The trac.ini ticket-workflow section modified as follows: 
     
    147180resolve.operations = set_resolution 
    148181}}} 
    149 Refactoring: 
    150 The ini is located /sophie-project/sophie2/conf/trac.ini . The phases should be changed - 
    151  * "analysis accepted" should be "analysis OK"   
    152  * "design accepted" should be "design OK" 
    153  * "implementation accepted" should be "implementation OK" 
    154  * "testing accepted" should be "testing ok" 
    155 Should add numbers to help ordering the statuses. Suggestions: 
    156  * 01 new 
     182 
    157183= Testing = 
    158184