Files
git.stella-ops.org/docs/features/checked/web/graph-split-view-with-diff-engine.md
master fdf95e0f46 docs: module dossier + install/quickstart sync for truthful cutover sprints
- API_CLI_REFERENCE.md, INSTALL_GUIDE.md, quickstart.md, architecture/integrations.md, dev/DEV_ENVIRONMENT_SETUP.md, integrations/LOCAL_SERVICES.md: reflect real-service wiring.
- docs/modules/**: module dossier updates across the modules touched by SPRINT_20260415_001..007 + SPRINT_20260416_003..017 + SPRINT_20260417_018..024 + SPRINT_20260418_025 + SPRINT_20260419_026.
- docs/features/checked/web/**: update feature notes where UI changed.
- docs/qa/feature-checks/runs/web/evidence-presentation-ux/: QA evidence artifacts.
- docs/setup/**, docs/technical/**: align with setup wizard contracts.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 14:45:09 +03:00

2.0 KiB

Graph Split View with Diff Engine

Module

Web

Status

VERIFIED

Description

Visual graph diff engine with split-view component for comparing two dependency/SBOM graphs side by side with change highlighting, diff computation, and synchronized navigation.

Implementation Details

  • Feature directory: src/Web/StellaOps.Web/src/app/features/graph/
  • Components:
    • graph-canvas (src/Web/StellaOps.Web/src/app/features/graph/graph-canvas.component.ts)
    • graph-explorer (src/Web/StellaOps.Web/src/app/features/graph/graph-explorer.component.ts)
    • graph-filters (src/Web/StellaOps.Web/src/app/features/graph/graph-filters.component.ts)
    • graph-hotkey-help (src/Web/StellaOps.Web/src/app/features/graph/graph-hotkey-help.component.ts)
    • graph-overlays (src/Web/StellaOps.Web/src/app/features/graph/graph-overlays.component.ts)
  • Services:
    • graph-accessibility (src/Web/StellaOps.Web/src/app/features/graph/graph-accessibility.service.ts)
  • Source: Feature matrix scan

E2E Test Plan

  • Setup:
    • Log in with a user that has appropriate permissions
    • Navigate to /graph
    • Ensure test data exists (scanned artifacts, SBOM data, or seed data as needed)
  • Core verification:
    • Verify side-by-side comparison view renders correctly with two versions
    • Verify additions, removals, and changes are visually highlighted
    • Verify diff data matches the expected delta between versions
  • Edge cases:
    • Verify graceful handling when backend API is unavailable (error state)
    • Verify responsive layout at different viewport sizes
    • Verify accessibility (keyboard navigation, screen reader labels, ARIA attributes)

Verification

  • Run: docs/qa/feature-checks/runs/web/graph-split-view-with-diff-engine/run-001/
  • Tier 0 (source): pass (tier0-source-check.json)
  • Tier 1 (build/tests): pass (tier1-build-check.json)
  • Tier 2 (behavior): pass (tier2-e2e-check.json)
  • Verified on (UTC): 2026-02-11T07:02:25Z