~james-w/launchpad-work-items-tracker/spec-group-completion-by-priority

  • Committer: Andy Whitcroft
  • Date: 2010-11-22 14:04:30 UTC
  • Revision ID: apw@canonical.com-20101122140430-2im08u1ar3u233u3
report_tools: workitems_over_time descriptions are not unique

Currently when calculating how many work items of each status there are
for the purposes of graphing we flatten common descriptions.  However
it is entirly reasonable to have the same work item on two blueprints,
or indeed on the same blueprint:

  [apw] upstream your patches:TODO
  [cking] upstream your patches:TODO

When we generate the work items tables we actually assume a work item is
unique if it is on a different blueprint, description, assignee, milestone,
or status:

  SELECT DISTINCT w.spec, w.description, w.assignee, w.milestone, w.status

Move to the same system when flattening items for the graphs.  This way
the counts in the burn-down charts will match the totals in the tables
below them.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Filename Latest Rev Last Changed Committer Comment Size
..
config 46 14 years ago Martin Pitt add lucid config Diff
js 85.1.3 14 years ago Jos Boumans * add required jquery files Diff
File all-projects 225 13 years ago Martin Pitt regenerate all charts once per day 1.3 KB Diff Download File
File burndown-chart 227.1.1 13 years ago Clint Byrum fixing inverted chart missing foreign done items ( 11.3 KB Diff Download File
File collect 237 13 years ago Colin Watson temporarily disable "no work items defined" messag 33.6 KB Diff Download File
File generate-all 205.1.18 13 years ago Clint Byrum - fixing burnup chart trend line - adding all user 3.6 KB Diff Download File
File html-report 205.1.17 13 years ago Clint Byrum - changing link for users to their wi tracker page 10.2 KB Diff Download File
File json-report 205.1.8 13 years ago Clint Byrum only show user direct assigned items on personal p 1.8 KB Diff Download File
report_tools.py 239 13 years ago Andy Whitcroft report_tools: workitems_over_time descriptions are 20 KB Diff Download File
File wiki-status 229.1.2 13 years ago Andy Whitcroft wiki-status: add blueprints list fragment and v2 f 8.5 KB Diff Download File