Files
git.stella-ops.org/docs/features/checked/web/web-gateway-graph-platform-client.md
2026-02-12 21:02:43 +02:00

1.9 KiB

Web Gateway Graph Platform Client (Tiles, Search, Paths, Exports)

Module

Web

Status

IMPLEMENTED

Description

Web gateway client for Graph Platform APIs with tile streaming, search, path queries, export (GraphML/NDJSON/CSV/PNG/SVG), asset snapshots, adjacency queries, and AOC overlay pass-through, all with tenant scoping and RBAC.

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)
    • graph-side-panels (src/Web/StellaOps.Web/src/app/features/graph/graph-side-panels.component.ts)
  • Services:
    • graph-accessibility (src/Web/StellaOps.Web/src/app/features/graph/graph-accessibility.service.ts)
  • Source: SPRINT_0213_0001_0002_web_ii.md

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 the visualization renders correctly with sample data
    • Verify interactive elements (hover tooltips, click-to-drill-down) work
    • Verify the visualization handles empty/minimal data gracefully
  • 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)