Stampede Platform
Nothing published in this section yet.
Schema
BookingsActivity
Enquiry
Pre-booking enquiry from a guest (large parties, private events, corporate). Sales pipeline, can become a booking.
10 fields5 relationships
Fields
| Name | Type | Req | Description |
|---|---|---|---|
| id | uuid | yes | Enquiry UUID. |
| type | enum | yes | general | large_booking | private_event | corporate | special_occasion | booking_type | notify | other. |
| status | enum | yes | pending | in_progress | tentative | completed | cancelled. |
| sub_status | enum | — | triage | qualified | proposal | negotiation | closed. |
| party_size | number | — | Requested party size. |
| start_time | datetime | — | Requested date/time. Indexed. |
| message | string | — | Guest message. |
| budget | pennies | — | Stated budget in pennies. |
| reference | string | — | Human-readable reference. |
| created_at | datetime | yes | Submitted at. Indexed. |
Relationships
Outbound (4)
Inbound (1)
- Customer[:ENQUIRED]→Enquirycreated_at
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.BookingBookings
A table reservation or walk-in visit. Central hub connecting customers to venues, orders, threads, upgrades, and events.OrderPayOS
Pre-order placed via Stampede ordering (Zion). Linked to a booking before guest arrives.ThreadBookings
CRM inbox conversation thread. Multi-channel comms linked to bookings, reviews, or enquiries.
