Modify ↓
Opened 12 years ago
Last modified 12 years ago
#10589 new defect
partially completed tasks should be remainghours long
Reported by: | maikb | Owned by: | Chris Nelson |
---|---|---|---|
Priority: | normal | Component: | TracJsGanttPlugin |
Severity: | normal | Keywords: | |
Cc: | falkb | Trac Release: | 0.12 |
Description
Using the TimingAndEstimationPlugin, the length of each task seems always to be fixed to estimatedhours. This causes the following miss behaviour:
- Using ASAP scheduling, succeding tasks of an incompleted task start to late.
- Using ALAP scheduling, incompleted tasks start in the past even if the are on-time.
- In any case, the plan does not include any delay (remaininghours > estimatedhours).
To calculate the percentage of completion, totalhours/estimatedhours still could be used. Thus, completion = 100% and remainghours > 0 indicates that a task is to late. But you still would see the actual estimated remaining effort (remainghours = delay).
Attachments (0)
Note: See
TracTickets for help on using
tickets.