Stampede Platform
Nothing published in this section yet.
Schema
PayOSCommerce
Order
Pre-order placed via Stampede ordering (Zion). Linked to a booking before guest arrives.
7 fields5 relationships
Fields
| Name | Type | Req | Description |
|---|---|---|---|
| id | uuid | yes | Order UUID. |
| type | enum | — | pre_order | table_order | takeaway. |
| order_status | enum | — | pending | confirmed | preparing | ready | delivered | cancelled. |
| payment_status | enum | — | unpaid | partial | paid | refunded. |
| order_value_face_value | pennies | — | Face value in pennies pre-discount. |
| is_group_order | boolean | — | Multiple guests contributed. |
| created_at | datetime | yes | Created. Indexed. |
Relationships
Related entities
CustomerGraph AI Engine
The root guest identity node. Every interaction across bookings, Wi-Fi, orders, reviews, and loyalty is unified under a single Customer node per organisation.VenueGraph AI Engine
A physical location operated by an organisation. Every activity node — bookings, Wi-Fi sessions, orders, reviews — links back to a venue via the :AT_VENUE relationship.OrderItemPayOS
Line item on any order. Links to MenuItem catalogue. Pennies.BookingBookings
A table reservation or walk-in visit. Central hub connecting customers to venues, orders, threads, upgrades, and events.EnquiryBookings
Pre-booking enquiry from a guest (large parties, private events, corporate). Sales pipeline, can become a booking.
