taskjuggler / TaskJuggler

TaskJuggler - Project Management beyond Gantt chart drawing
http://www.taskjuggler.org
GNU General Public License v2.0
736 stars 170 forks source link

Per-task efficiency #27

Open zanettea opened 12 years ago

zanettea commented 12 years ago

I would suggest to allow redefining efficiency when allocating resources to tasks. If fact the efficiency of a resource can vary depending on the kind of task he has to accomplish.

Something like this:

task "Easy for John, hard for Mark" { allocate Mark { efficiency 0.5 } allocate John { efficiency 1.0 } }

Best, Arrigo

scrapper commented 12 years ago

On Wed, Dec 14, 2011 at 12:06 PM, zanettea reply@reply.github.com wrote:

I would suggest to allow redefining efficiency when allocating resources to tasks. If fact the efficiency of a resource can vary depending on the kind of task he has to accomplish.

Something like this:

task "Easy for John, hard for Mark" {     allocate Mark { efficiency 0.5 }     allocate John { efficiency 1.0 } }

Are you aware the allocate can take a list of resources?

allocate Mark { alternative John, Joe, Jim efficiency 0.5 }

This is probably not what you want.

Chris

zanettea commented 12 years ago

In fact is not what I want.

Arrigo

On Wed, Dec 14, 2011 at 9:54 PM, Chris Schlaeger reply@reply.github.com wrote:

On Wed, Dec 14, 2011 at 12:06 PM, zanettea reply@reply.github.com wrote:

I would suggest to allow redefining efficiency when allocating resources to tasks. If fact the efficiency of a resource can vary depending on the kind of task he has to accomplish.

Something like this:

task "Easy for John, hard for Mark" {     allocate Mark { efficiency 0.5 }     allocate John { efficiency 1.0 } }

Are you aware the allocate can take a list of resources?

allocate Mark { alternative John, Joe, Jim efficiency 0.5 }

This is probably not what you want.

Chris


Reply to this email directly or view it on GitHub: https://github.com/taskjuggler/TaskJuggler/issues/27#issuecomment-3149321

Xowap commented 9 years ago

I see that this hasn't been discussed much, yet I would also need this feature :+1:

jostber commented 9 years ago

Could purge be used here and then redefine the efficiency for these resources?

Xowap commented 9 years ago

I think that I tried what you suggest @jostber, but it didn't work out