Changes between Version 27 and Version 28 of SCS_ISSUE_TRACKER_SETUP_R1
- Timestamp:
- 11/04/08 13:49:58 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCS_ISSUE_TRACKER_SETUP_R1
v27 v28 76 76 77 77 Some issues may not need testing, we can resolve these issues after "implementation accepted" 78 79 = Design Refactoring: = 80 The 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" 85 Should add numbers to help ordering the statuses. Suggestions: 86 * 01 new 87 88 Statuses: 89 new 90 closed 91 s1a_analyzing 92 s1b_analyzed 93 s1c_analysis_ok 94 s2a_designing 95 s2b_designed 96 s2c_design_ok 97 s3a_implementing 98 s3b_implemented 99 s3c_implementation_ok 100 s4a_testing 101 s4b_tested 102 s4c_test_ok 103 104 new -> s1a 105 s1a -> s1b 106 s1b -> s1c(analysis review ok); s1b -> new (analysis review fail) 107 s1c -> s2a 108 s2a -> s2b 109 s2b -> s2c(design ok); s1c(design review fail); new 110 78 111 = Implementation = 79 112 The trac.ini ticket-workflow section modified as follows: … … 147 180 resolve.operations = set_resolution 148 181 }}} 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 157 183 = Testing = 158 184