Why: baseline pending kitchen priority edge handlers and runtime assets before security wave. What: add set-priority contracts/handlers, service adapter updates, and docs/docker assets. Rule: keep technical intent and align repository workflow.
8 lines
183 B
C#
8 lines
183 B
C#
namespace Kitchen.Ops.Bff.Contracts.Responses;
|
|
|
|
public sealed record SetKitchenOrderPriorityResponse(
|
|
string ContextId,
|
|
string OrderId,
|
|
bool Updated,
|
|
string Summary);
|