Changes between Version 1 and Version 2 of SCS_ISSUE_TRACKER_SETUP_R1
- Timestamp:
- 10/03/08 11:02:53 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCS_ISSUE_TRACKER_SETUP_R1
v1 v2 2 2 3 3 = 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 6 4 == 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.)^ 5 Decided 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. 8 6 9 7 == Task requirements == 10 ^(Necessary requirements that the task must fulfill.)^ 8 Create 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 11 16 12 17 == 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.))^ 18 Issue tracker capable of handling tasks' whole process. 14 19 15 20 == Implementation idea == 16 ^(It is advisable to include some rough implementations ideas.)^ 21 Create 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. 17 22 18 23 == Related == 19 ^(Here you can add related tasks that could be useful or helpful.)^ 24 [wiki:TracWorkflow] this document should be useful. 20 25 21 26 == How to demo == 22 ^(In this section you must add instructions for the demo of the task.)^ 27 Create a new PLANNED_TASK ticket. Change different resolutions. 23 28 24 29 = Design =