Hello,
I just need some general advice on where to start with this, and the general approach to take.
I'm using Asp.Net with Visual Basic & Sql Server.
I have Rooms and Performances. Each performance needs to be automatically scheduled into a Room. Each Room can only handle a performance of certain categories. Each room also has its own availability schedule. Each performance has several people, and each person could be in several performances so it needs to check that no person is scheduled more than once at the same time. Each performance could be anywhere between 5 and 20 minutes in length.
I'm just looking for general concepts on how this should be done... any advice on where to start in the planning process and a general description of the workflow for this automatic scheduler would be greatly appreciated. Or, if you know any 3rd-party controls that would do this, that might work as well.
Thanks!
...Josh
I just need some general advice on where to start with this, and the general approach to take.
I'm using Asp.Net with Visual Basic & Sql Server.
I have Rooms and Performances. Each performance needs to be automatically scheduled into a Room. Each Room can only handle a performance of certain categories. Each room also has its own availability schedule. Each performance has several people, and each person could be in several performances so it needs to check that no person is scheduled more than once at the same time. Each performance could be anywhere between 5 and 20 minutes in length.
I'm just looking for general concepts on how this should be done... any advice on where to start in the planning process and a general description of the workflow for this automatic scheduler would be greatly appreciated. Or, if you know any 3rd-party controls that would do this, that might work as well.
Thanks!
...Josh