Tagged Questions
The burndowncharts tag has no wiki summary.
10
votes
5answers
2k views
Specific examples of Agile documentation?
In an answer to the question Documents for a project?, Chris Ballance replied that "User Stories" and a "burndown chart" are the two most useful types of project documentation for a developer.
My ...
6
votes
9answers
4k views
Scrum Burn Down Charts: Tasks or Stories?
There are several ways to do burn down charts in Scrum.
Some people suggest using the story points of unfinished stories left as your burn down charts in Scrum.
Pro: Only finished stories lower the ...
4
votes
4answers
2k views
Is there easy way in python to extrapolate data points to the future?
I have a simple numpy array, for every date there is a data point. Something like this:
>>> import numpy as np
>>> from datetime import date
>>> from datetime import date
...
3
votes
7answers
1k views
Scrum burn down charts, can they go negative?
I work on a small Agile development team which is part of a large, non-agile thinking corporation. Currently, we practise Scrum and occasionally, we exceed our sprint commitment.
My question is, how ...
2
votes
1answer
162 views
Burndown chart for TFS with Ideal trend starting at max(remaining hours) and not first date(remaining hours)
We use the MSF Agile 5.0 process template in TFS. I wonder if anyone has tweaked the Burndown chart so the Ideal trend would get it's height from the highest point the Remaining work has reached and ...
1
vote
2answers
296 views
Burndown charts for SCRUM Process using Asp.Net and SQL Server
I am working on a project management application keeping the SCRUM process in mind and need to show a status report in a burn-down chart template, which is more of a one click snapshot of the progress ...
1
vote
3answers
601 views
How to calculate sprint chart for scrum project
I know something about scrum and project management. For ex. We need to findout all steps of program and write down with their prioraty and work hours. But I don't know how to draw burn down chart for ...
1
vote
1answer
201 views
TFS reports on daily basis
My team is using TFS 2008 and Conchango template for Scrum. We use the Sprint burndown chart, sprint view and sprint task board reports to track the status of tasks on daily basis. The burndown chart ...
1
vote
1answer
476 views
Tips on creating Burn down charts with Open Flash Chart 2
I am going to be implementing a burn down chart for our project management system. It's going to be using Open Flash Chart 2
The system knows when the project starts and when it's estimated to be ...
0
votes
2answers
90 views
Tool for creating burndown charts that does NOT assume “clock time passes” equals “progress should be made”
I am looking for a program that can make burndown charts which does not
assume that just because a day passes by, all work time for that day
automatically is assumed to have turned into progress for ...
0
votes
4answers
261 views
Dynamics of burn down charts in Scrum
I have a question about how dynamic the Y axis of a burn down chart in Scrum should be. We plot the chart in the beginning of a sprint having the total number of estimated story points on the Y axis, ...
0
votes
1answer
685 views
Jira hour burndown chart: how to monitor personal hour burndown chart?
We are using GreenHopper plugin for Jira. With it we monitor teams hour burndown chart. Each chart provide burndown for the whole team. Can I monitor individual hour burndown per developer (or just ...