-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
back-endBack-end IssuesBack-end Issues
Description
Context
The operation table currently stores the route_code from the associated operation route, but does not persist the route_description. This limits the ability to provide meaningful context about operations without joining back to the operation route table.
Goal
Add a route_description column to the operation table, populated during transaction processing alongside route_code.
Acceptance Criteria
- New
route_descriptioncolumn added to theoperationtable (migration) -
route_descriptionis persisted when creating operations -
route_descriptionis returned in operation query responses - Existing operations without
route_descriptionare not affected (nullable column)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
back-endBack-end IssuesBack-end Issues