Redesign graph nodes around semantic contributors
This commit is contained in:
parent
cb4353fe8c
commit
252033e30a
14 changed files with 447 additions and 137 deletions
|
|
@ -24,13 +24,17 @@ The browser presents the same indexed graph through three complementary views:
|
|||
|
||||
- **Nodes** shows a bounded, relation-neutral neighborhood around the focus. It is the broad
|
||||
inspection view for seeing stored incoming and outgoing relationships without changing their
|
||||
direction.
|
||||
direction. Semantic cards distinguish structure, behavior, dependencies, execution, data,
|
||||
evidence, context, and other relationships.
|
||||
- **Flow** shows semantic origin-to-destination paths that terminate at the focus. DocForge
|
||||
reverses prerequisite-style relationships for presentation, so imports, dependencies, reads,
|
||||
inheritance, definitions, and tests flow toward the thing they help create or exercise.
|
||||
- **Web** shows the larger convergence picture: Flow contributors plus contextual relationships,
|
||||
callers, containers, and direct members or execution dependencies owned by the focus.
|
||||
|
||||
Graph cards show the node's readable leaf name and kind without clipping either value. The full
|
||||
qualified identity remains available in the tooltip, compact descriptor, and full inspector.
|
||||
|
||||
**Hide node** removes noise without changing the index. In Flow and Web, hiding a contributor also
|
||||
removes upstream ancestors that no longer have a path to the focus. Nodes between the hidden
|
||||
contributor and the focus stay visible, and alternate ancestor paths remain intact. **Restore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue