开发者

How to calculate sprint chart for scrum project [closed]

开发者 https://www.devze.com 2023-01-29 13:50 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

This question does not appear to be about programming within the scope开发者_JAVA百科 defined in the help center.

Closed 5 years ago.

Improve this question

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 one sprint (which values do we need and which calculation creates the chart?).

How to calculate sprint chart for scrum project [closed]


You need

  • the duration of the sprint (in days). This is the x-axis.
  • the sum of all task-durations within a sprint. This is the y-axis.

Now you can calculate the ideal-line. On the first day no task is accomplished. On the last day all tasks should be accomplished.

The chart draws the task-hours that are not accomplished for each day.

That's it.


Here is a whole tutorial I wrote up on managing burn down charts including a google docs template and a microsoft excel template

http://joel.inpointform.net/software-development/burn-down-charts-tutorial-simple-agile-project-tracking/


which values do we need and which calculation creates the chart?

I guess crauscher already answered this question but I just wanted to say that there are tons of tools out there which can create the burndown for you automatically. All your Team has to do is enter and burn down hours during the Sprint. Although Agile suggests to prefer interactions and use less tools, if you really want to scale as a project/company you would need some sort of Agile project management software. A few I can recommend are : Scrumworks, Piviotal Tracker, Agilex.

0

精彩评论

暂无评论...
验证码 换一张
取 消