--- On Wed, 9/17/08, Adrian Crum <[EMAIL PROTECTED]> wrote:
> I would like to start working on connecting the temporal
> expressions
> code to recurring events. Before I begin, I want to make
> sure I
> understand the requirements and where things should land.
>
> The WorkEffort entity already has a RecurrenceInfoId field,
> so adding a
> temporal expression ID field to that is obvious.
So, how do we want this to work? On my local copy, I changed the
WorkEffortServices.getWorkEffortEventsByPeriod(...) method so that recurring
event info is used to create "dummy" work efforts that are added to the
results. If a user changes anything in the "dummy" work effort and saves it,
then a work effort is created.
How does that sound? Does anyone have any other ideas?
-Adrian