Stampede Platform
Nothing published in this section yet.
Schema
PayOSCommerce
BookingUpgrade
Upsell/add-on purchasable alongside a booking (champagne package, private room fee).
7 fields2 relationships
Fields
| Name | Type | Req | Description |
|---|---|---|---|
| id | uuid | yes | Upgrade UUID. |
| name | string | yes | Display name. |
| price | pennies | yes | Price in pennies. |
| description | string | — | Description shown to guest. |
| party_size_min | number | — | Min party size. |
| party_size_max | number | — | Max party size. |
| active | boolean | — | Currently offered. |
Relationships
Outbound (1)
- BookingUpgrade[:BELONGS_TO]→Organization
Inbound (1)
- Booking[:HAS_UPGRADE]→BookingUpgradepaid_amount (pennies), created_at
Related entities
OrganizationGraph AI Engine
Top-level organisation node. Supports franchise and group hierarchies via :PARENT_OF. Every piece of data in the platform is scoped to an organisation.BookingBookings
A table reservation or walk-in visit. Central hub connecting customers to venues, orders, threads, upgrades, and events.
