Metrics/QA Dashboard

From MozillaWiki
Jump to navigation Jump to search

A rough list of additional requirements for the Bugzilla QA dashboard.

General improvements:

  • Add ability to multi-select components. Then, instead of showing an aggregate of those selected items show graph lines for each component selected.
  • Make it possible to save a certain query setup so one doesn't have to recreate it every time they re-visit the dashboard.

Specific query additions:

  • ability to search for things that have changed from and changed to. essentially this is Bugzilla Bug Changes and/or Boolean charts Specifically, I use the following (note: items in parentheses, I use both ways. for instance. "(changed to}" also needs to be able to be able to be "(changed from)")
    • Changed: (is greater than or equal to) 2011-01-08, Changed: (is less than or equal to) 2011-01-15, to specify a time frame to check for things changing like Status, as below.
    • Status: (changed to) VERIFIED, as in - [query sample]
    • Resolution: (changed to) FIXED, as in - [query sample]
    • Whiteboard: (changed to) [qa-], as in - [[qa-&bug_status=RESOLVED&component=TabCandy&resolution=FIXED&classification=Client%20Software&product=Firefox query sample]]
    • Whiteboard: (does not contain the string) [qa-], as in - [[qa-&component=TabCandy&resolution=FIXED&classification=Client%20Software&product=Firefox query sample]]
    • Flags: (changed from) in-litmus?, as in - [query sample]
    • Status: (changed from) UNCONFIRMED, as in - [query sample]
    • Flags: in-litmus?, as in - [query sample]