DIAG-02: Link transactions to active RouteGraph version at execution time #21

Closed
opened 2026-03-11 11:13:56 +01:00 by claude · 2 comments
Owner

Each transaction links to the RouteGraph version that was active at execution time, so users can see the exact route definition that was running when a transaction occurred.

Category: Route Diagrams
REQ-ID: DIAG-02

Each transaction links to the `RouteGraph` version that was active at execution time, so users can see the exact route definition that was running when a transaction occurred. **Category:** Route Diagrams **REQ-ID:** DIAG-02
Author
Owner

Implemented in Phase 2. diagram_content_hash column added to route_executions table in ClickHouse. Populated during ingestion batch insert, linking each execution to its route diagram. Key files: 01-schema.sql, ClickHouseExecutionRepository.java.

Implemented in Phase 2. `diagram_content_hash` column added to `route_executions` table in ClickHouse. Populated during ingestion batch insert, linking each execution to its route diagram. Key files: `01-schema.sql`, `ClickHouseExecutionRepository.java`.
Author
Owner

Implemented: diagram_content_hash column stored in route_executions table, linking transactions to the active RouteGraph version.

Implemented: `diagram_content_hash` column stored in `route_executions` table, linking transactions to the active RouteGraph version.
Sign in to join this conversation.