| 169 | |
| 170 | * Workflow |
| 171 | {{{ |
| 172 | == Workflow == |
| 173 | |
| 174 | === Diagram === |
| 175 | |
| 176 | Each taken task in the current sprint should pass trough the following phases described in this diagram: |
| 177 | [source:/trunk/sophie2-platform/doc/uml-design-diagrams/workflow.png] |
| 178 | |
| 179 | === Explanation Of States === |
| 180 | |
| 181 | * '''new''' |
| 182 | * task is waiting to be taken, and someone to determine what should be done |
| 183 | * '''analysis started''' |
| 184 | * to learn how to write good analysis, see [wiki:PLATFORM_STANDARDS_ANALYSIS Platform Standards Analysis] |
| 185 | * there should be at least one example of how to do one or more things that should be done |
| 186 | * it should take not more than 0.25 of the task effort |
| 187 | * '''analysis finished''' |
| 188 | * it is already determined what should be done |
| 189 | * the task is waiting for review. (Wait for the review of the analysis before starting the design otherwise your work can be for nothing!) |
| 190 | * '''review''' |
| 191 | * the reviewer looks through the analysis to see if it is correct(observing the [wiki:PLATFORM_STANDARDS_ANALYSIS] document and trying to improve it) |
| 192 | * the analysis should apply to [wiki:PageTemplates/TaskPageTemplate#Analysis its template] |
| 193 | * '''analysis ok''' |
| 194 | * the reviewer decides that the analysis of the task is correct |
| 195 | * '''design started''' |
| 196 | * the implementor is designing the task or in other words tries to decide how it should be done |
| 197 | * it is not compulsory but recommended that the design should be made by the implementor |
| 198 | * it is recommended that the design should not be made by the analyzer of the task |
| 199 | * designing is not only getting an idea of how to do something but understanding the concept, step by step |
| 200 | * for many tasks the design phase should take most of the time |
| 201 | * '''design finished''' |
| 202 | * it is determined how the task should be done |
| 203 | * it is designed and is waiting for review. |
| 204 | * '''review''' |
| 205 | * the reviewer looks through the design to see if it is correct (observing the [wiki:PLATFORM_STANDARDS_DESIGN] document and trying to improve it) |
| 206 | * The reviewer can imagine himself as an implementor and see if he can implement the task following the design without problems |
| 207 | * '''design ok''' |
| 208 | * the reviewer decides that the design of the task is correct |
| 209 | * '''implementation started''' |
| 210 | * the implementor makes an attempt to complete the task |
| 211 | * he/she should fulfill task requirements |
| 212 | * he/she should follow the design |
| 213 | * he/she should write an Implementation section of the task as the result of the implementation |
| 214 | * '''implementation finished''': the implementer decides that the implementation of the task is ready |
| 215 | * '''review''': the reviewer look through the implementation to see if it is correct |
| 216 | * '''implementation ok''' |
| 217 | * the reviewer decides that the implementation of the task is correct |
| 218 | * the implementation section must be filled |
| 219 | * '''testing started''': there should be appropriate tests written for the task |
| 220 | * Standards for testing can be found in the following documents: |
| 221 | * [wiki:PLATFORM_STANDARDS_AUTO_TESTS] note that auto tests are usually part of the design. |
| 222 | * [wiki:PLATFORM_STANDARDS_MANUAL_TESTS] |
| 223 | * '''testing finished''': testing state is done, waiting for review |
| 224 | * '''review''' |
| 225 | * the reviewer looks for missing or wrong tests |
| 226 | * if there are any, the reviewer may decide they can be added later |
| 227 | * if they are too important or wrong they should be fixed - the review fails |
| 228 | * '''testing ok''' |
| 229 | * the last task state |
| 230 | |
| 231 | * notes |
| 232 | * failing a state (for example moving from implementing to analyzing because implementation failed) requires that the state of the product is reversed to the initial state |
| 233 | * the transitions of each state are defined in [source:/trunk/sophie2-platform/doc/uml-design-diagrams/workflow.png Workflow diagram] |
| 234 | * for every task we have tickets which are available for reading and filtering in the View Tickets section in Trac. For every state of a particular task, you have to go to its ticket and update its status depending on the state you are working on. There are custom ticket fields which we should filled with information about the task phase owner, reviewer and score. There is also importance field(See [wiki:SCHEDULE_WBS_DEPENDENCIES_R1#Design] for its usage). See [wiki:SCS_ISSUE_TRACKER_SETUP_R1] for more information about our issue tracking. |
| 235 | * Reviews should have reasoning for the given mark. These better be connected to concrete requirements in the standards. |
| 236 | }}} |
| 237 | * Team member requirements |
| 238 | {{{ |
| 239 | |
| 240 | 1. '''Work towards the goal!''' |
| 241 | * No matter what this document defines, or how specifically your task is defined, there is no way to define exactly what should be considered good for reaching our goal, and what should be considered bad. |
| 242 | * You have to work towards the goal. |
| 243 | * When you work on something, you have to understand why and how it is related to our goal. |
| 244 | * You have to try to drive the whole team towards the goal (no one alone is capable of reaching it). |
| 245 | 2. Be honest! |
| 246 | * You have to present the situation to the leader as is. |
| 247 | * Do this, even if it does not look good. |
| 248 | * For example, if you have no idea how to make something, don't say "almost done" to the leader. |
| 249 | 3. Take initiative! |
| 250 | * If you find a way that you can make something better for the team, don't wait but propose that it to be done. |
| 251 | 4. Look around! |
| 252 | * If you see problems in the code, in the product, in the organization, or whatever, announce them. |
| 253 | * Try to keep an eye on what other people do (either for things you can learn from, or for things they are doing poorly). |
| 254 | * Try to get a global vision of what is happening in our team. |
| 255 | 5. Seek improvements (for yourself and for the team) |
| 256 | * No matter how good you are, there are always more things you can learn, or skills you can acquire (note that knowledge and skills are different things). |
| 257 | * Improving and learning is your responsibility. |
| 258 | * Not trying to understand how things work, but learning that this does this, and that does that will lead you nowhere! Really! Even if you've programmed for 20 years it's possible to make this mistake. |
| 259 | 6. Seek the most appropriate solution! |
| 260 | * There is no perfect code. There is no perfect solution (or even if there is it is not reachable). |
| 261 | * There are no general good design rules - a design is good if it works well, if it is easy to use (for example, if it is a library, the clients don't need to write much), if it is simple, has good performance, is modifiable/extensible, testable, etc. Neither the number of design patterns used solves this, nor a code convention... nothing. You have to find a design that is good. |
| 262 | * Hacking around just to make things work is usually a time bomb. It is not acceptable to do this, because saving 1 day this month usually costs 7 days the next month. |
| 263 | * What we should do is to seek something between just making it work and making it perfect, but closer to perfection than just working. |
| 264 | * That is, seek a good solution. |
| 265 | 7. Quality is not negotiable! Scope and resources are |
| 266 | * If something cannot be done with acceptable quality, given the resources (time) and scope (functionality) that it has, then we will either reduce the scope or increase the resources. |
| 267 | * We are not allowed to reduce quality! |
| 268 | 8. Accept the challenge! |
| 269 | * We are not doing the next Store Information System, the next Lawyer's web site, nor the next database module for big company X |
| 270 | * What we are doing is something that only few companies in the world can do, and even many of them are not good enough. |
| 271 | * There are no instructions on "how to make the next generation desktop publishing software"! |
| 272 | }}} |
| 273 | |
| 274 | * Discipline |
| 275 | {{{ |
| 276 | |
| 277 | 1. You whether follow the process or suggest improvements. |
| 278 | * Self-discipline is needed. |
| 279 | * If you don't have enough self-discipline, then this team is not appropriate for you (you should go to a company that forces you to be disciplined by other means). |
| 280 | |
| 281 | 2. Our workday starts at 09:30 am sharp. |
| 282 | |
| 283 | 3. You may work from home, or from other locations but only with the approval of the team leader. |
| 284 | |
| 285 | 4. You have to write in the end of every working day a daily report about what have you done that day. You have to write at the end of every iteration a monthly report - see [wiki:REPORTS] page to learn how to write reports. |
| 286 | |
| 287 | 5. You have to fill the internal backlog(especially the Daily Availability Sheet) every working day or at least before weekly meeting. Here it is: http://spreadsheets.google.com/ccc?key=p-0Oq38E1ayuX-E_kPfPxbg&hl=en |
| 288 | |
| 289 | 6. You must be present at the meetings or at least you have to be represented by someone. |
| 290 | }}} |