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 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

  • 2026-04-23: Claude: ● All references are consistent. Here’s a summary of what was implemented: 1. site/admin/queue_api_shared.php - Added stakeholder_graph_view to $JOB_TYPES (hidden, no file upload) - Added to defaultScheduleType() returning ‘window’ 2. site/lab/market_radar_api.php - Added (Claude and Codex 17 March 2026)