Modify

Opened 14 years ago

Closed 14 years ago

#6060 closed defect (fixed)

Allow no parameters, to show overall progress

Reported by: gregmac Owned by: 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 (1)

overall-status-progressmeter.jpg (9.9 KB) - added by gregmac 14 years ago.
example of global progress meter with additional workflow

Download all attachments as: .zip

Change History (6)

comment:1 Changed 14 years ago by Ryan J Ollos

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?

comment:2 Changed 14 years ago 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: task|enhancement)?

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.

comment:3 Changed 14 years ago by gregmac

sorry, that was supposed to be:

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

Changed 14 years ago by gregmac

example of global progress meter with additional workflow

comment:4 Changed 14 years ago by anonymous

Owner: changed from Andrej Tokarčík to anonymous
Status: newassigned

comment:5 Changed 14 years ago by Andrej Tokarčík

Resolution: fixed
Status: assignedclosed

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain anonymous.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.