From: Chris Schlaeger (cs_at_suse.de)
Date: Thu Apr 21 2005 - 22:14:39 CEST
From: Chris Schlaeger <cs@suse.de> Date: Thu, 21 Apr 2005 14:14:39 -0600 Message-Id: <200504211414.50070.cs@suse.de> Subject: Re: [taskjuggler] A simple shift manager
On Thursday 21 April 2005 09:05, Ralph Münch wrote:
> --- Chris Schlaeger <cs@suse.de> wrote:
> Hi Chris,
>
> Thanks, I got it to work how you said.
>
> But the problem is that we have no fixed working
> hours and all work on the same never ending task...
> so it needs no selection algorithm for a task and
> should not have fixed start/end times because
> this varies from day to day and we do not know
> in advance when.
>
> I.e. For Tom we have:
> Mon, 25.04.2005: Early
> Tue, 26.04.2005: Early
> Wed, 27.04.2005: Medium
> Thu, 28.04.2005: Late
> Fri, 29.04.2005: Late
I assume Early, Medium and late are shifts. So you need to define them
shift Early "Early Shift" {
mon 8:00 - 12:00
tue 8:00 - 12:00
...
}
shift Medium "Medium" {
mon 12:00 - 16:00
tue ...
}
or whatever your times are.
>
> Can I do something like this?
> resource
> Tom "Tom Smith"
> { Early 2005-04-25
> Early 2005-04-26
> Medium 2005-04-27
> Late 2005-04-28
> Late 2005-04-29
> }
Then you can assign the resources to shifts for certain intervals:
resource Tom "Tom Smith" {
shift Early 2005-04-25 - 2005-04-27
shift Medium 2005-04-27
shift Late 2005-04-28 - 2005-04-30
}
Chris
This archive was generated by hypermail 2.1.7 : Thu Apr 21 2005 - 22:15:14 CEST