Changes for page Agile and Data

Last modified by chrisby on 2024/01/13 17:13

From version 1.11
edited by chrisby
on 2023/10/12 13:57
Change comment: There is no comment for this version
To version 1.13
edited by chrisby
on 2023/10/24 23:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,7 +8,7 @@
8 8  
9 9  * x-axis: Time in iterations or dates (the last day of each iteration)
10 10  * y-axis: Velocity = points of completed stories within an iteration
11 -* The first data point is generated after the first iteration.
11 +* The first data point is generated after the first story implementation iteration.
12 12  * After a few iterations, the average velocity should be about constant for the rest of the project.
13 13  
14 14  ![[burndown-chart.svg|burndown-chart.svg]]
... ... @@ -17,7 +17,7 @@
17 17  
18 18  * x-axis: same as in velocity-time chart
19 19  * y-axis: Points remaining = sum of points from unfinished stories
20 -* The first point starts at the very beginning of the project and is therefore at x = 0, just above the y-axis. It is the sum of the effort estimates of all stories.
20 +* The first point starts at the very beginning of the project and is therefore at x = 0, just above the y-axis. It is the sum of the effort estimates of all stories. The seconds data point is generated after the first story implementation iteration.
21 21  * The linear approximation function of the data points has a negative slope. The deck of stories is completed over time, so the graph "burns down" over time, hence the name.
22 22  
23 23  ### Benefits
... ... @@ -41,6 +41,6 @@
41 41  
42 42  * **Schedule Adaption**: It's sometimes possible to postpone the deadline, although this is often not an acceptable option for management.
43 43  * **Personnel Increase**: Will result in a short-term drop in productivity, as the new team members require the attention of the original team members (explanations, answering questions, joint familiarization with the project, etc.), which distracts them from their actual work. After this period, productivity will rise above the original productivity as desired.
44 -* **Scope Adaption**: Prioritize features with the highest business value and remove low-value features from the project scope.
44 +* **Scope Adaption**: Stakeholders prioritize features with the highest business value and remove low-value features from the project scope.
45 45  
46 46  Decreasing code quality by omitting testing or refactoring is not an option, as it actually slows development and adds to technical debt.