%inherit file="body.html"/> <%namespace name="util" file="util.html"/> <%namespace name="terminology" file="terminology.html"/> <%def name="title()"> Work item status: ${util.real_name(team_name)} %def>
This page shows the progress for a team or person towards a particular target. The burndown gives you a sense of whether they are on track to complete all of their tasks at the current rate, and the information below shows their progress against individual ${terminology.spec_group_title_plural()}, blueprints and workitems.
% if chart_url:${terminology.spec_group_title()} | Completion | Priority | Status/Description |
---|---|---|---|
${group.name} | ${util.progress_bar(group)} | ${group.priority} | ${group.status} |
(Click header to sort)
Blueprint | % if specs_have_complexity:Complexity | % endiftodo | blocked | inprogress | postponed | done | Completion | Priority | % if specs_have_status:Status/Description | % endif
---|---|---|---|---|---|---|---|---|---|
${bp.name} | % if has_complexity:${bp.complexity} | % endif${bp.todo} | ${bp.blocked} | ${bp.inprogress} | ${bp.postponed} | ${bp.done} | ${bp.percent_complete}% ${bp.implementation} |
${bp.priority} | % if has_status:${bp.status} | % endif
(Click header to sort)
Assignee | % if assignees_have_complexity:Complexity | % endiftodo | blocked | inprogress | postponed | done | Completion |
---|---|---|---|---|---|---|---|
${util.real_name(a.name)} | % if assignees_have_complexity:${a.complexity} | % endif${a.todo} | ${a.blocked} | ${a.inprogress} | ${a.postponed} | ${a.done} | ${a.percent_complete}% |
Assignee | Status | Blueprint | % if workitems_have_priority:Priority | % endifWork item |
---|---|---|---|---|
${util.real_name(a.name)} | <% printed_assignee = True %> % endif % if not printed_status:${status} | <% printed_status = True %> % endif${bp} | % if workitems_have_priority:${priority} | % endif${item} |
Date | done | todo |
---|---|---|
${count_on_day.date} | ${count_on_day.done}${count_on_day.delta_done} | ${count_on_day.todo}${count_on_day.delta_todo} |