Venues
Venues are the physical locations where events happen. Each venue can have multiple layouts-different seating configurations for different types of events.
Venue Structure
Venue (e.g., "City Concert Hall")
├── Layouts (e.g., "Concert", "Theatre", "Cabaret")
│ ├── Areas (e.g., "Stalls", "Circle")
│ │ └── Seats
│ └── Categories (e.g., "Premium", "Standard")
└── Address & Contact Info
Key Concepts
- Layouts - Different seating arrangements for the same space
- Capacity - Total seats or standing capacity
- Address - Physical location for directions and maps
- Timezone - Important for event times and reporting
Multi-Venue Support
Organisations can have multiple venues. Each event is linked to one venue and uses one of that venue's layouts.