graph JSON

JSON structure representing graph visualizations for stakeholder analysis, used in graph view rendering. Contains node/edge data, layout parameters, and filter contexts.

Implementation Details (from 2026 04 14 Claude and Codex 17 March 2026)

  • Added [[concepts/queue-graph-view|stakeholder_graph_view]] to $JOB_TYPES in site/admin/queue_api_shared.php (hidden, no file upload)
  • Set default schedule via defaultScheduleType() returning 'window'
  • Validated view_mode (6 values) in queue_graph_view API endpoint
  • Implemented focus parameters (ego, org_focus) in payload
  • Built payload with all filter parameters in site/lab/market_radar_api.php
  • Added to mrQueueCortexJob() allowed types and $mrTypes in list_mr_jobs/clear_mr_jobs

Backlink: 2026 04 14 Claude and Codex 17 March 2026

Source Notes