ProjectEngine v1.1.0 – Live Simulation Analytics, Reset Workflow & Gantt Reliability #1
TMailletFR
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Overview
ProjectEngine v1.1.0 turns TEST and Drag & Drop into a much more complete planning workflow.
This release adds live schedule analytics to simulation, introduces a dedicated Reset / Réinitialiser action, improves Drag reliability across Gantt views, preserves user layout customizations, and strengthens the lifecycle of Gantt controls and constraint rendering.
The result is a more coherent and more professional experience:
No migration is required.
✨ Highlights
Live Critical Path and Float in TEST mode
TEST mode now simulates the complete planning state, not only task dates.
The following values are recalculated from the simulated network:
If a delayed activity becomes the new critical driver, the Gantt updates immediately:
No Full Update is required.
Drag & Drop now shows the real planning consequences
Interactive Drag & Drop continues to use the common TEST transaction, but now includes live schedule analytics.
Moving an activity can immediately change:
This means Drag & Drop is no longer only a visual date simulation. It now acts as a genuine decision-support workflow.
New Reset / Réinitialiser button
The Gantt header now includes a dedicated:
Reset returns the workbook to the last calculated normal schedule.
It clears the active simulation state, restores the normal Gantt projection and reconciles the Drag watcher without running the planning engine again.
Reset works after:
Reset is idempotent:
The button is localized:
Safer and clearer simulation messages
Successful Drag messages now use Reset / Réinitialiser as the official way to abandon a complete simulation.
TEST and SCENARIO now provide mode-specific guidance:
This makes the difference between:
much clearer.
Reliable Drag after Detail / Summary changes
The first Drag after switching between Detail and Summary is now detected immediately.
Previously, the Drag watcher could remain active with a watch map that still represented the previous view. This could cause the first Drag after returning to Detail to be ignored until another workflow rebuilt the watcher.
The view toggle now follows a complete lifecycle:
No Full Update and no Gantt redraw are required.
Manual Gantt column widths are now preserved
Columns A:J can now be resized as a legitimate user customization.
ProjectEngine no longer interprets this layout change as a Drag & Drop action.
After resizing the left panel:
Day / Week / Month changes now update the timeline without resetting the chosen A:J widths.
Constraint markers remain consistent
Constraint visualization now remains complete across:
Both parts of the constraint display remain aligned:
CSTR_*marker shapes;The grid lifecycle no longer removes the constraint overlay.
Canonical Gantt controls across all workflows
The Gantt header now has one differential lifecycle for:
Correct shapes are preserved rather than deleted and recreated.
This provides:
Safe in-memory simulation architecture
TEST analytics are calculated entirely in memory.
During simulation:
The same scheduling and analytics algorithms used by the normal planning workflow are reused against the simulated dataset.
The runtime TEST snapshot contains, by task ID:
The renderer now reads both dates and analytics from the same active projection.
Fast path and fallback rendering therefore remain semantically identical.
⚡ Performance
On the reference workbook, the new TEST analytics added approximately:
No
Run_Planning_Update,Run_Full_Updateor persistent analytics workflow is called during TEST.The following optimizations remain active:
🛡️ Validation
Permanent regression harnesses now cover:
TEST and Drag analytics
Reset
Column resize and constraints
Detail / Summary Drag lifecycle
Gantt controls
All final VBA imports, compilation checks and regression harnesses passed.
Compatibility
OnActioncontract was broken.Why this release matters
A planning simulation should not only move bars.
It should answer the questions that matter before a change is committed:
ProjectEngine v1.1.0 now answers those questions through one coherent simulation and Gantt workflow.
Thank you
This release grew from testing ProjectEngine as a real user would use it.
A communication demo uncovered a missing analytical simulation capability. That led to a broader round of workflow validation covering Reset, Drag lifecycle, column resizing, constraints, messages and Gantt controls.
The result is not only a corrected TEST mode.
It is a more complete and more reliable planning experience.
This discussion was created from the release ProjectEngine v1.1.0 – Live Simulation Analytics, Reset Workflow & Gantt Reliability.
All reactions