Modify

Opened 13 years ago

Closed 13 years ago

#9301 closed defect (fixed)

Progress does not roll up to group tickets correctly

Reported by: Chris Nelson Owned by: Chris Nelson
Priority: normal Component: TracJsGanttPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

Percent complete is weighted as if each ticket had the same work in it but if a parent has one long and one short ticket, 50% completion on the short one rolls up to 25% completion of the group even though it is really much less.

Attachments (0)

Change History (7)

comment:1 Changed 13 years ago by Chris Nelson

(In [10822]) Allow percent complete field to be "act/est" or 0..100. Refs #9301.

This is an API-only change. I'm not yet doing anything with it. The tasks display the same after this change.

comment:2 Changed 13 years ago by Chris Nelson

(In [10823]) Pass "act/est" as percent complete. Refs #9301.

The chart doesn't yet do anything with this data. (The tasks show up the same.)

comment:3 Changed 13 years ago by Chris Nelson

(In [10824]) Fix a bunch of incorrect comments. Refs #9301.

comment:4 Changed 13 years ago by Chris Nelson

(In [10825]) Fix whitespace in the roll-up function before I change it. Refs #9301.

comment:5 Changed 13 years ago by Chris Nelson

(In [10826]) Clarify some comments. Refs #9301.

comment:6 Changed 13 years ago by Chris Nelson

(In [10827]) Weight children's completion when calculating group completion. Refs #9301.

It used to weight each child equally. Now it accounts for each child's estimate.

comment:7 Changed 13 years ago by Chris Nelson

Resolution: fixed
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Chris Nelson.
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.