%inherit file="body.html"/> <%namespace name="util" file="util.html"/> <%namespace name="terminology" file="terminology.html"/> <%def name="title()"> Progress towards ${group.name} %def>
This page shows the progress towards completing a ${terminology.spec_group_title()}. You can see from the burndown if the ${terminology.spec_group_title()} is likely to be completed at the current rate of work. Below that you can see the progress towards the blueprints that contribute to the ${terminology.spec_group_title()}, and the progress of each person working on the ${terminology.spec_group_title()}.
Currently the milestone pages are probably a better place to view progress. Among other things, the trendline beginning cannot be currently overridden for these pages.
% if group.url: Wiki page % endif % if chart_url:Blueprint | Completion | Priority | Status/Description |
---|---|---|---|
${spec.name} | ${util.progress_bar(spec)} | ${spec.priority} | ${spec.status} |
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 | % endifSize | Card |
---|---|---|---|---|---|
${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${size} | ${item} |