%inherit file="body.html"/> <%namespace name="util" file="util.html"/> <%namespace name="terminology" file="terminology.html"/> <%! import report_tools %> <%def name="title()"> Status for ${util.real_name(team_name)} %def>
This page shows the progress towards completing all of the ${terminology.spec_group_title_plural()} for the current cycle. You should read the About page to understand more about this site.
Essential | High | Medium | Low |
---|---|---|---|
${util.progress_bar(essential_workitems)} | ${util.progress_bar(high_workitems)} | ${util.progress_bar(medium_workitems)} | ${util.progress_bar(low_workitems)} |
There are currently ${all_workitems.total} workitems in ${blueprint_count} blueprints. The current number of workitems in each status is:
Status | Count |
---|---|
${label} | ${getattr(all_workitems,status)} |
There are ${days_left} days left in the current cycle. % if days_left > 0: That means that in order to complete all the work ${workitems_per_day(all_workitems, days_left)} workitems must be completed per day. % else: That means that ${workitems_per_day(all_workitems, days_left)} workitems need to be postponed to another cycle % endif
These are high-level goals for the cycle, which may be attained by several developers completing multiple blueprints. The progress towards each is defined by the progress towards completing all of the blueprints that contribute to implementing the ${terminology.spec_group_title()}.
% for area in areas:${terminology.spec_group_title()} | Completion | % if area.has_priority():Priority | % endifStatus/Description |
---|---|---|---|
${group.name | h} | ${util.progress_bar(group)} | % if area.has_priority():${group.priority} | % endif${group.status} |