Our blazing fast Grid component built with pure JavaScript


Post by pfund »

Hello,

I have a question regarding the end date of a task. In the image

Screenshot 2024-03-05 102458.png
Screenshot 2024-03-05 102458.png (108.01 KiB) Viewed 152 times

, it is shown that "Task 33" and "Task 34" are at the end of the project. However, they should start "as early as possible". We have another Gantt model where the plan actually looks different, and both tasks do not start at the end of the project but after Task 32. Attached, you will find the complete planning as a JSON file. Please let me know how this difference can occur and why "as early as possible" is at the end of the project.

Attachments
planning.json
(140.03 KiB) Downloaded 11 times

Post by alex.l »

Hi,

I see the problem. Data looks ok at first glance. I've opened a ticket for our dev team to have a look deeply https://github.com/bryntum/support/issues/8745
You can subscribe on ticket updates to be notified when it's done.

All the best,
Alex


Post by nickolay »

@pfund This issue is caused by the way of how the ALAP status is propagated in the dataset. Currently, it is propagated down to all successors of the ALAP task. In your dataset, Task21 is set as ALAP and that propagates the ALAP status downstream to all successors, among which are the tasks 33 and 34. This is currently visible in UI if you add schedulingdirection column.

We'll discuss internally how it can be improved.


Post Reply