Our pure JavaScript Scheduler component


Post by filipirafael »

Hello how are you?

About my scheduler, I have a question, when I create an end-to-start connection and job1 has a date prior to job2, the connection should respect the space between events, but that doesn't happen.

We tested the "startnoleterthan" and "muststartton" contraints, but none of these worked 100%. For example, in the case of "startnoleterthan", it keeps the event in place when creating the connection, but doesn't let us move the events together.

What we need would be, (1) to have the functionality that when moving a connected predecessor, move all others together. (2) And not let it be possible to move an event to a date before its predecessor (These two features work 100% without constraint). And finally, (3) respect the space between each event (It works only with constraint, but adding a constraint breaks the first two rules). How could we solve the (3) feature?

We only want one simple thing, that the scheduler respects the database dates, that we can move the events and respecting the type of each connection.

Video with example of the problem (3): https://www.loom.com/share/c13a63f8fff1423b83903db5908f8ee3


Post by alex.l »

Hi filipirafael,

There is a https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/DependencyModel#field-lag field for dependencies that allows to have a "space" between events.

All the best,
Alex


Post Reply