[schedule] Clip/snap child items when a parent bar is moved#2069
Conversation
When a parent schedule bar is dragged or resized on the Production Schedule, prompt before clipping/snapping its child items to fit the new bounds, and apply (or revert) the change on confirm/cancel. Child original dates are stamped at drag start so a cancel restores them exactly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Review notes: The clipping logic itself is sound: origin dates stamped at mousedown, restore-then-clip on every tick (no drift), and the 1-day snap matches the widget's existing
Minor:
|
When a parent schedule bar is dragged or resized on the Production Schedule, prompt before clipping/snapping its child items to fit the new bounds, and apply (or revert) the change on confirm/cancel. Child original dates are stamped at drag start so a cancel restores them exactly.