Overview
TheOrderListDto represents a condensed view of an order optimized for list displays in the Kitchen Display System. It contains essential information needed to display orders in the queue, including status, priority, and basic identification details.
Type Definition
Fields
Unique identifier for the order
Name of the restaurant or merchant partner associated with this order
URL or path to the partner’s logo/image for display purposes
Human-readable order number shown to kitchen staff (e.g., “#1234”)
Current status of the order in the fulfillment workflow
Priority level of the order affecting display and sorting
NORMAL- Standard priority orderHIGH- High priority order requiring immediate attention
ISO 8601 duration string or timestamp representing active timer for the order (e.g., time since received or time until ready)
Name of the delivery courier assigned to this order
Usage
This DTO is typically used in:- Order queue list views
- Real-time order status displays
- Dashboard overview screens
- Order filtering and sorting operations
Related Types
- OrderDetailDto - Full order details with customer information and items
- RiderDto - Courier/rider information
Source
dtos/OrderList.dto.ts