feat(web): blocker-chain tracing as lit path + edge styling by type (TASK-1737) - #705
Merged
Conversation
…TASK-1737) Selecting a node now answers "why can't this start?" visually: a cycle-safe BFS walks the transitive blocker chain upstream over 'blocks' edges and burns it bright red — chain nodes mix toward the blocks red and are never dimmed, chain edges go full-alpha wide with directional particles flowing blocker→blocked into the selected node. Precedence: chain > pulse > dim for nodes, chain > adjacency > dim for edges. The chain recomputes when a surviving selection's payload or filters change, and clears on deselect. DetailCard grows a red-accented "Blocked by" list (clickable rows fly to the blocker and re-trace its chain; capped at 6 with +N more, chain depth noted when deeper) and a "Blocks N items" stat. supersedes / split-from edges drop to 0.6 alpha to round out per-type styling. Parent: PLAN-1730.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PLAN-1730's signature "useful" feature: select any node and its transitive blocker chain lights up as a red path with directional particles flowing toward the selected item.
linkDirectionalParticles(3)flowing source→target (blocker→blocked).Context
Implements
TASK-1737underPLAN-1730. TASK-1738 (gravity-well layout tuning) is the last one standing.Test plan