Changes between Version 27 and Version 28 of PROCESS
- Timestamp:
- 11/13/08 16:48:22 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PROCESS
v27 v28 114 114 Each taken task in the current sprint should pass trough the following phases: 115 115 116 * '''analy zing'''116 * '''analysis started''' 117 117 * task is waiting to be taken, and someone to determine What should be done? 118 118 * to learn how to write good analysis, see [wiki:PLATFORM_STANDARDS_ANALYSIS Platform Standards Analysis] 119 119 * there should be at least one example how to do one or more things that should be done. 120 120 * It should take not more than 0.25 of the task effort. 121 * '''analy zed'''121 * '''analysis finished''' 122 122 * It is already determined what should be done. 123 123 * the task is waiting for review (Wait for the review of the analysis before starting the design otherwise your work can be for nothing!) … … 125 125 * the reviewer look through the analysis to see if it is correct 126 126 * the analysis should apply to [wiki:PageTemplates/TaskPageTemplate#Analysis its template] 127 * '''analysis accepted''' - the reviewer decides that the analysis of the task is correct128 * '''design ing'''127 * '''analysis ok''' - the reviewer decides that the analysis of the task is correct 128 * '''design started''' 129 129 * The implementer is designing the task or in other words tries to decide How it should be done? 130 130 * It is not compulsory but recommended that the design should be made by the implementer. … … 132 132 * Designing is not only getting an idea of how to do it, but a detailed concept, step by step. 133 133 * For many tasks the design phase should take most of the time. 134 * '''design ed'''134 * '''design finished''' 135 135 * The task is already determined how should be done. 136 136 * It is designed and is waiting for review. … … 138 138 * The reviewer look through the design to see if it is correct. 139 139 * The reviewer can imagine himself as an implementer and see if he/she can implement the task following the design without problems. 140 * '''design accepted''' - The reviewer decides that the design of the task is correct.141 * '''implement ing'''140 * '''design ok''' - The reviewer decides that the design of the task is correct. 141 * '''implementation started''' 142 142 * The implementer makes an attempt to complete the task. 143 143 * He/she should follow the design strictly. 144 144 * He/she should write in Implementation section of the task the result of the implementation. 145 * '''implement ed''' - The implementer decides that the implementation of the task is ready.145 * '''implementation finished''' - The implementer decides that the implementation of the task is ready. 146 146 * '''review''' - The reviewer look through the implementation to see if it is correct. 147 * '''implementation accepted'''147 * '''implementation ok''' 148 148 * The reviewer decides that the implementation of the task is correct. 149 149 * The implementation section must be filled. 150 * '''test ing''' - There should be appropriate tests written for the task.151 * '''test ed''' - Testing state is done, waiting for review150 * '''test started''' - There should be appropriate tests written for the task. 151 * '''test finished''' - Testing state is done, waiting for review 152 152 * '''review''' 153 153 * the reviewer looks for missing or wrong tests 154 154 * if there are any decides they can be added later 155 155 * if they are too important or wrong they should be fixed - the review fails. 156 * '''test ing accepted'''156 * '''test ok''' 157 157 158 158 * Notes