Route diagram: execution picker dropdown #50

Closed
opened 2026-03-14 21:36:52 +01:00 by claude · 0 comments
Owner

Context

The route diagram page currently only supports a single execution via ?exec={id} query param. The plan calls for a dropdown to browse and select different executions for the same route.

What's missing

  • ExecutionPicker dropdown component in the diagram toolbar
  • Fetches recent executions for the current group+routeId
  • Selecting an execution updates the ?exec= query param and reloads the overlay
  • Shows execution status, timestamp, and duration in the dropdown

Acceptance criteria

  • Toolbar shows a dropdown with recent executions for this route
  • Selecting an execution updates overlay without full page reload
  • Current execution is highlighted in the dropdown
## Context The route diagram page currently only supports a single execution via `?exec={id}` query param. The plan calls for a dropdown to browse and select different executions for the same route. ## What's missing - `ExecutionPicker` dropdown component in the diagram toolbar - Fetches recent executions for the current group+routeId - Selecting an execution updates the `?exec=` query param and reloads the overlay - Shows execution status, timestamp, and duration in the dropdown ## Acceptance criteria - Toolbar shows a dropdown with recent executions for this route - Selecting an execution updates overlay without full page reload - Current execution is highlighted in the dropdown
claude added the featureroute-diagramui labels 2026-03-14 21:40:23 +01:00
Sign in to join this conversation.