VenueContext: Context
Item | Value |
---|---|
Briefly | Brief description missing. |
Authors | |
Definition Path | ImprovingApp.Venues.VenueContext |
View Source Link | venueContext.riddl(4:1) |
--- title: Context Map For Context 'VenueContext' init: theme: dark flowchart: defaultRenderer: dagre width: 100% useMaxWidth: true securityLevel: loose --- flowchart TB classDef default fill:#666,stroke:black,stroke-width:3px,color:white; classDef VenueContext_class color:white,stroke-width:3px; subgraph 'Domain 'Venues'' direction TB VenueContext((Context 'VenueContext')) end class VenueContext VenueContext_class
- AddVenueLocations: Command
- Locations
- Venue ID
- CapacityOverview: Type
- Max Capacity
- Min Capacity
- EditVenueInfo: Command
- Editing Member
- New Info
- Venue ID
- EstablishVenue: Command
- Establishing Member
- Info
- Owner
- Venue ID
- GetNextVenueAvailability: Query
- Max Count
- Start Date
- Venue ID
- GetNextVenueReservations: Query
- Max Count
- Start Date
- Venue ID
- GetVenueCapacityOverview: Query
- Venue ID
- GetVenueInfo: Query
- Venue ID
- GetVenueOverview: Query
- Venue ID
- GetVenueReservations: Query
- Range
- Venue ID
- Info: Type
- Address
- Is Private
- Name
- Org ID
- MetaInfo: Type
- Created By
- Created On
- Current Owner
- Current Status
- Last Updated
- Last Updated By
- Status: Type
- Closed
- Draft
- Open
- UpdateInfo: Type
- Address
- Name
- Org ID
- UpdateVenueStatus: Command
- Status
- Updating Member
- Venue ID
- Venue: Entity
- Closed: State
- ClosedVenue: Handler
- On Command Add Venue Locations
- On Command Edit Venue Info
- On Command Establish Venue
- On Command Update Venue Status
- ClosedVenue: Handler
- ClosedState: Record
- Locations
- Org ID
- Venue Meta
- Draft: State
- DraftVenue: Handler
- On Command Add Venue Locations
- On Command Edit Venue Info
- On Command Establish Venue
- On Command Update Venue Status
- DraftVenue: Handler
- DraftState: Record
- Locations
- Venue Info
- Venue Meta
- Open: State
- OpenVenue: Handler
- On Command Add Venue Locations
- On Command Edit Venue Info
- On Command Establish Venue
- On Command Update Venue Status
- OpenVenue: Handler
- OpenState: Record
- Locations
- Venue Info
- Venue Meta
- VenueHandler: Handler
- On Command Establish Venue
- Other
- Closed: State
- VenueAvailabilityCalendar: Result
- Schedule
- Venue ID
- VenueAvailabilitySchedule: Type
- Location ID
- Schedule
- VenueCapacityOverview: Result
- Capacity Overview
- Venue ID
- Venue Info
- VenueEstablished: Event
- Info
- Meta
- Venue ID
- VenueInfo: Result
- Info
- Venue ID
- VenueInfoUpdated: Event
- Info
- Meta
- Venue ID
- VenueLocationsAdded: Event
- Locations
- Venue ID
- VenueOverview: Result
- Capacity Overview
- Venue Info
- VenueReservations: Result
- Schedule
- Venue ID
- VenueReservationsSchedule: Type
- Location ID
- Reservations
- VenueStatusUpdated: Event
- New Status
- Venue ID
- VenuesView: Projector
- VenueCapacityViewHandler: Handler
- On Event Location Established
- On Event Venue Established
- VenuesFields: Record
- Info
- Max Capacity
- Min Capacity
- Venue ID
- VenueCapacityViewHandler: Handler