feat(web): graph layout tuning — gravity wells + terminal recede (TASK-1738) - #706
Merged
Conversation
…K-1738) Per-link-type force tuning turns the undifferentiated force soup into structure: parent/implements links pull short and strong (children orbit their parent), blocks links keep medium tension, wiki-link / related stay long and weak so associative filaments don't collapse clusters into each other. Charge repulsion scales with subtree mass (clamped at 10 children) so big plans carve out space. Accessors are applied once at construction — d3-force-3d re-runs them on every graphData swap (links()/nodes() re-init), so payload/filter changes re-settle automatically with the lib's built-in re-heat. Terminal nodes (visible with show-completed on) recede: 0.4× size and collection color faded toward the backdrop — burned-down work reads as embers. Precedence: chain > pulse > dim > terminal; a terminal node on a blocker chain still burns full red. Parent: PLAN-1730. Closes the plan's task list.
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
The last task of PLAN-1730 — the layout metaphor:
Context
Implements
TASK-1738underPLAN-1730. All 8 plan tasks now shipped.Test plan