Re: Scheduling algorithms (Was: Testing if two lines or vectors intersect/overlap)

View: New views
2 Messages — Rating Filter:   Alert me  

Re: Scheduling algorithms (Was: Testing if two lines or vectors intersect/overlap)

by Walt Nelson-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

David,

I once did a 4D Web based scheduling app, and I came to the same conclusion you did: a "Master" record for the event, with an "Occurrence" record for each instance. The Master record has all the details, and the Occurrence record has the master I'd, occurrence I'd, date, and time.

So when the name (for example) of the event was changed, I didn't have to update a ton of Occurrence records, since that info was being displayed from the master event record.

Walt Nelson - Guam

David Adams said:
>There's a master record that defines the event (there are
a ton of details for each event that have not much to do with the
schedule itself.) I'm planning, from there, to build out every single
event.
Sent from my BlackBerry® wireless device
**********************************************************************
Get up to $600 to spend on Amazon.com
this holiday season - http://www.4d.com/serverpromo.html
   

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4D.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

Re: Scheduling algorithms (Was: Testing if two lines or vectors intersect/overlap)

by David Adams-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Nov 12, 2009 at 1:34 PM, Walt Nelson <walt@...> wrote:
> David,
>
> I once did a 4D Web based scheduling app, and I came to the same conclusion you did: a "Master" record for the event, with an "Occurrence" record for each instance. The Master record has all the details, and the Occurrence record has the master I'd, occurrence I'd, date, and time.
>
> So when the name (for example) of the event was changed, I didn't have to update a ton of Occurrence records, since that info was being displayed from the master event record.

Glad to hear you've been down this road and it works well enough. It
seems like the right way to go.

Thanks,

-- David
**********************************************************************
Get up to $600 to spend on Amazon.com
this holiday season - http://www.4d.com/serverpromo.html


4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4D.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************