Changes for page Agile and Data

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

From version 3.1
edited by chrisby
on 2023/11/18 14:10
Change comment: Upload new image "burndown-chart_white.svg", version 1.1
To version 3.2
edited by chrisby
on 2023/11/18 14:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,19 +2,19 @@
2 2  
3 3  **Each iteration produces data** on the team's actual productivity, namely the total number of points achieved by completing stories. These two charts should be generated from this data:
4 4  
5 -![[velocity-time-chart.svg|velocity-time-chart.svg]]
6 -
7 7  **1. Velocity-Time Chart**
8 8  
7 +![[velocity-time-chart_white.svg|velocity-time-chart_white.svg]]
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 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 -![[burndown-chart.svg|burndown-chart.svg]]
15 -
16 16  **2. Burndown Chart**
17 17  
16 +**![[burndown-chart_white.svg|burndown-chart_white.svg]]**
17 +
18 18  * x-axis: same as in velocity-time chart
19 19  * y-axis: Points remaining = sum of points from unfinished stories
20 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.