## Scope - Design the minimal order schema (recommended tables: `orders`, `order_items`; store item options as JSON on the item if needed) - Define Pydantic models: `OrderCreate`, `OrderItemCreate`, `OrderResponse` - Add the corresponding database migration(s) ## Definition of Done (DoD) - Migrations run successfully end-to-end (e.g., can upgrade to the latest revision without errors) - Data models and DB schema are aligned, and the schemas are visible in OpenAPI (`/docs`)
Scope
orders,order_items; store item options as JSON on the item if needed)OrderCreate,OrderItemCreate,OrderResponseDefinition of Done (DoD)
/docs)