Skip to content

#3929-Gantt-Chart-Improvements fix WP showing multiple times if it has multiple dependencies #4061

Open
RemainingDelta wants to merge 2 commits intofeature/gantt-chart-improvementsfrom
3929-duplicate-work-package-dependencies
Open

#3929-Gantt-Chart-Improvements fix WP showing multiple times if it has multiple dependencies #4061
RemainingDelta wants to merge 2 commits intofeature/gantt-chart-improvementsfrom
3929-duplicate-work-package-dependencies

Conversation

@RemainingDelta
Copy link

Changes

Previously, a Work Package (WP) with multiple dependencies would render once per dependency, causing the same WP bar to appear multiple times on the Gantt chart. This PR fixes that by ensuring each WP renders exactly once, with red arrows drawn from all its dependencies to that single instance.

Notes

  • Uses react-archer for arrow rendering
  • WBS numbers determine which parent a blocked WP renders under

Test Cases

  • A WP with a single dependency shows one arrow
  • A WP with multiple dependencies renders once with multiple arrows pointing to it
  • A WP with no dependencies renders normally with no arrows

Screenshots

image image

Closes #3929

@RemainingDelta RemainingDelta changed the title 3929-Gantt-Chart-Improvements fix WP showing multiple times if it has multiple dependencies #3929-Gantt-Chart-Improvements fix WP showing multiple times if it has multiple dependencies Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Gantt Chart Improvements] - Duplicate Work Package Dependencies

1 participant