Skip to main content

B1RestaurantDishBatchEntry

  • Stores one ordered seat's immutable eater/seat/recipe identity and the quality rolled when cooking starts.
    * It is persisted inside FB1RestaurantDishBatch so serving never has to infer the order from current table occupants.
PropertyTypeDescriptionMetadata
EaterIdFB1EntityIdCustomer entity that owns this ordered dish.
EaterHouseholdEntityIdFB1EntityIdCustomer household entity snapshotted when the order is committed.
SeatEntityIdFB1EntityIdSeat entity where this ordered dish must be served.
RecipeIdFNameConcrete Served-type recipe selected for this seat.
QualityGradeEB1QualityQuality grade rolled once when a chef claims this cooking batch.