Difference between revisions of "Template:Sprint"

From Catglobe Wiki
Jump to: navigation, search
m
m
 
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
= Sprint for {{{teamName}}} ({{{fromDate}}} - {{{toDate}}})  =
 +
 
== Goal  ==
 
== Goal  ==
  
{{sprintGoal}}  
+
{{{sprintGoal}}}  
  
 
== Burndown Chart  ==
 
== Burndown Chart  ==
  
{burndownChartImage}  
+
[[Image:{{{burndownChartImage}}}]]
 +
 
 +
Time capacity: {{{timeCapacity}}}
 +
 
 +
Estimated time budget: {{{estimatedTime}}} (= {{ #expr: {{{estimatedTime|0}}} * 100 / {{{timeCapacity|1}}} round 2 }}%)
 +
 
 +
Expected velocity: {{ #expr: {{{estimatedTime|0}}} * 100 / {{{timeCapacity|1}}} round 2 }}
 +
 
 +
== Sprint-backlog  ==
 +
 
 +
{{{backlog}}}
 +
 
 +
== Major changes to sprint-backlog  ==
 +
 
 +
{{{majorChanges}}}
 +
 
 +
== Evaluation  ==
 +
 
 +
=== Good things  ===
 +
 
 +
{{{evalGoodThings}}}
 +
 
 +
=== Bad things  ===
 +
 
 +
{{{evalBadThings}}}  
  
Time capacity: {timeCapacity}
+
=== Actual improvements  ===
  
Estimated time budget: {estimatedTime} (= {estimatedTimeInPct}%)
+
{{{evalActualImprovements}}}  
  
Expected velocity: {velocity}
+
__NOEDITSECTION__
  
== Sprint-backlog ==
+
<Includeonly>
 +
[[Category:Sprints]]
 +
</includeonly>

Latest revision as of 05:31, 29 December 2008

Sprint for {{{teamName}}} ({{{fromDate}}} - {{{toDate}}})

Goal

{{{sprintGoal}}}

Burndown Chart

[[Image:{{{burndownChartImage}}}]]

Time capacity: {{{timeCapacity}}}

Estimated time budget: {{{estimatedTime}}} (= 0%)

Expected velocity: 0

Sprint-backlog

{{{backlog}}}

Major changes to sprint-backlog

{{{majorChanges}}}

Evaluation

Good things

{{{evalGoodThings}}}

Bad things

{{{evalBadThings}}}

Actual improvements

{{{evalActualImprovements}}}