Premium support for our pure JavaScript UI components


Post by chrisb »

Hey guys,

We're implementing a way to bulk edit tasks for our gantt implementation. Something we want is a preview of the changes the user is about to make. I was hoping there was a way to validate a proposed start date / end date / duration change to ensure it's within constraints, dependencies etc. before we proceed, so we can inform the user if the change is not going to be accepted.

Thanks

Chris


Post by arcady »

We are working on the scheduling conflict UI at the moment and it's already on a late stage of development (tickets: https://github.com/bryntum/support/issues/1265 and https://github.com/bryntum/support/issues/1264).

It will show a special message box on a scheduling conflict explaining what happened and suggesting ways to resolve the case:

22.png
22.png (44.37 KiB) Viewed 349 times

Maybe it will work for you? :)


Post by chrisb »

I think the difference is that we are doing it for many tasks - so maybe if it's API is exposed we could use that internally. I really just need a way to report that it can't be done, and why if possible. If from there we could bring up the above UI then that would be nice too.


Post by arcady »

The functionality being developed will show that dialog when a scheduling conflict happens. It will work the same way regardless if user made a single or multiple changes.
It will inform the user of conflicts faced one by one until all of them are resolved.


Post Reply