Difference between revisions of "Template:Sprint"

From Catglobe Wiki
Jump to: navigation, search
(First version of the sprint template completed)
m
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
<span style="color: rgb(223, 134, 33); font-size: 24px;">'''Sprint for {{{teamName}}} ({{{fromDate}}} - {{{toDate}}}) '''</span> <br> <br>
+
= Sprint for {{{teamName}}} ({{{fromDate}}} - {{{toDate}}}) =
  
 
== Goal  ==
 
== Goal  ==
Line 7: Line 7:
 
== Burndown Chart  ==
 
== Burndown Chart  ==
  
{{{burndownChartImage}}}  
+
[[Image:{{{burndownChartImage}}}]]
  
 
Time capacity: {{{timeCapacity}}}  
 
Time capacity: {{{timeCapacity}}}  
  
Estimated&nbsp;time budget: {{{estimatedTime}}} (= {{{estimatedTimeInPct}}}%)  
+
Estimated&nbsp;time budget: {{{estimatedTime}}} (= {{ #expr: {{{estimatedTime|0}}} * 100 / {{{timeCapacity|1}}} round 2 }}%)  
  
Expected&nbsp;velocity: {{{velocity}}}  
+
Expected&nbsp;velocity: {{ #expr: {{{estimatedTime|0}}} * 100 / {{{timeCapacity|1}}} round 2 }}  
  
 
== Sprint-backlog  ==
 
== Sprint-backlog  ==
Line 23: Line 23:
 
{{{majorChanges}}}  
 
{{{majorChanges}}}  
  
== Evaluation ==
+
== Evaluation ==
  
==== Good things ====
+
=== Good things ===
  
{{{evalGoodThings}}}
+
{{{evalGoodThings}}}  
  
==== Bad things ====
+
=== Bad things ===
  
{{{evalBadThings}}}
+
{{{evalBadThings}}}  
  
==== Actual improvements ====
+
=== Actual improvements ===
  
{{{evalActualImprovements}}}
+
{{{evalActualImprovements}}}  
  
 
__NOEDITSECTION__
 
__NOEDITSECTION__
 +
 +
<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}}}