Changes for page Agile and Data

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

From version 11.3
edited by chrisby
on 2023/12/16 14:34
Change comment: There is no comment for this version
To version 11.1
edited by chrisby
on 2023/11/26 18:53
Change comment: Upload new image "burndown-chart_white_v2.svg", version 1.1

Summary

Details

Page properties
Content
... ... @@ -13,11 +13,11 @@
13 13  
14 14  **2. Burndown Chart**
15 15  
16 -**![[burndown-chart_white_v2.svg|burndown-chart_white_v2.svg]]**
16 +**![[burndown-chart_white.svg|burndown-chart_white.svg]]**
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. The second data point is generated after the first story implementation iteration.
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