Ticket #6060 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Allow no parameters, to show overall progress

Reported by: gregmac Assigned to: anonymous
Priority: normal Component: ProgressMeterMacro
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

Currently, if no parameters are specified, eg:

[[ProgressMeter()]]

The following error is produced:

Error: Macro ProgressMeter(None) failed

Query filter requires field and constraints separated by a "="

It would be nice to allow this to support creation of an overall snapshot-type view of status across the whole system.

Attachments

overall-status-progressmeter.jpg (9.9 kB) - added by gregmac on 11/23/09 15:41:41.
example of global progress meter with additional workflow

Change History

11/23/09 05:23:54 changed by rjollos

Are you saying that you would like to have the ProgressMeterMacro by default aggregate the statistics for all milestones? If so, would you include Open milestones, or Open and Closed milestones?

11/23/09 15:39:06 changed by gregmac

Without specifying anything, it should include everything.

There is a workaround for this, btw, which I am using now on a stats wiki page:

Overall Status:

Error: Failed to load processor ProgressMeter
No macro or processor named 'ProgressMeter' found

Effectively, this includes everything, and gives a high-level global view of all tickets. It's also nice because you can click and instantly see all tickets (regardless of milestone/type/etc) in a given status. We use a workflow that includes several statuses, and the progress bars are configured to show all of these separately, so it's quite useful.

11/23/09 15:41:01 changed by gregmac

sorry, that was supposed to be:

[[ProgressMeter(type=bug|task|enhancement)]]

11/23/09 15:41:41 changed by gregmac

  • attachment overall-status-progressmeter.jpg added.

example of global progress meter with additional workflow

01/03/10 14:32:22 changed by anonymous

  • owner changed from qwp0 to anonymous.
  • status changed from new to assigned.

01/03/10 14:34:40 changed by qwp0

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [7331]) ProgressMeterMacro: A macro call without arguments doesn't trigger an error, but shows a global progress bar instead, fixes #6060.


Add/Change #6060 (Allow no parameters, to show overall progress)




Change Properties
Action