Ticket #9784 (new defect)

Opened 1 year ago

Last modified 1 year ago

Hours to do on chart not over weekends

Reported by: benjamin.vonlanthen@gmail.com Assigned to: ChrisNelson
Priority: normal Component: TracJsGanttPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

A ticket where the time to work on from timingandestimationplugin goes over the weekend it should break the line over the weekend and keep going from monday on.

Attachments

Change History

02/10/12 16:09:54 changed by anonymous

I forgot to mention that the duration should also not count the weekend in.

03/23/12 18:51:30 changed by ChrisNelson

(In [11419]) Add resource leveling to scheduler. Refs #9833, #9042, #9290, #9300, #9691, #9784.

This is rather naive. It makes sure a resource isn't doing two things at once but doesn't yet handle priorities when conflicts occur.

03/23/12 18:51:45 changed by ChrisNelson

(In [11422]) Add task sorter interface. Refs #9833, #9042, #9290, #9300, #9691, #9784.

03/23/12 18:51:51 changed by ChrisNelson

(In [11423]) Add simple task sorter. Refs #9833, #9042, #9290, #9300, #9691, #9784.

This sorts by Trac's built-in priority field (after converting the priority strings to integers).

03/23/12 18:51:57 changed by ChrisNelson

(In [11424]) Implement prioritized scheduling. Refs #9833, #9042, #9290, #9300, #9691, #9784.

This is orthogonal to resource leveling. That is even if resource leveling is disabled, this schedules the tasks for a resource using the configured sorting rule.

03/23/12 18:52:07 changed by ChrisNelson

(In [11426]) A tree-aware task sorter. Refs #9833, #9042, #9290, #9300, #9691, #9784.

A task's priority depends on its parent's priority.

Includes a base sorter class to hold common sorter methods.

SimpleSorter? and ProjectSorter? derive from the base class.

(Copy effective priority list, just in case.)

Also remove unneeded debugging output. Refs #9648.


Add/Change #9784 (Hours to do on chart not over weekends)




Change Properties
Action