Venues: Domain
Item | Value |
---|---|
Briefly | Brief description missing. |
Authors | |
Definition Path | ImprovingApp.Venues |
View Source Link | venue.riddl(1:1) |
--- title: Map For Domain 'Venues' 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; classDef LocationContext_class color:white,stroke-width:3px; subgraph 'Domain 'Venues'' direction TB VenueContext((Context 'VenueContext')) LocationContext((Context 'LocationContext')) Venues-->|contains|VenueContext((Context 'VenueContext')) Venues-->|contains|LocationContext((Context 'LocationContext')) end class VenueContext VenueContext_class class LocationContext LocationContext_class
- LocationContext: Context
- AddLocationReservations: Command
- Location ID
- Reservations
- EditLocationInfo: Command
- Editing Member
- Location ID
- New Info
- EstablishLocation: Command
- Accessible
- Amenities
- Capacity
- Description
- Directions
- Entrances
- Location ID
- Name
- Reservations
- URL
- FindAvailableLocationsInRange: Query
- End
- Location ID
- Start
- FindAvailableLocationsInRangeWithAmenities: Query
- Desired Amenities
- End
- Location ID
- Start
- GetLocationReservations: Query
- Ranges
- Venue ID
- GetLocationVenue: Query
- Location ID
- GetNextLocationAvailability: Query
- Location ID
- Max Count
- Start Date
- GetNextLocationReservations: Query
- Location ID
- Max Count
- Start Date
- Info: Type
- Amenities
- Capacity
- Description
- Directions
- Entrances
- ID
- Is Private
- Name
- Preferred Entrance
- Reservations
- URL
- Venue ID
- Location: Entity
- Closed: State
- ClosedLocation: Handler
- On Command Improving App. Venues. Location Context. Edit Location Info
- On Command Improving App. Venues. Location Context. Establish Location
- On Command Improving App. Venues. Location Context. Update Location Status
- ClosedLocation: Handler
- ClosedState: Record
- Location Info
- Location Meta
- Draft: State
- DraftLocation: Handler
- On Command Improving App. Venues. Location Context. Edit Location Info
- On Command Improving App. Venues. Location Context. Establish Location
- On Command Improving App. Venues. Location Context. Update Location Status
- On Query Get Location Venue
- DraftLocation: Handler
- DraftState: Record
- Location Info
- Location Meta
- LocationHandler: Handler
- On Command Establish Location
- Other
- Open: State
- OpenLocation: Handler
- On Command Improving App. Venues. Location Context. Edit Location Info
- On Command Improving App. Venues. Location Context. Establish Location
- On Command Improving App. Venues. Location Context. Update Location Status
- OpenLocation: Handler
- OpenState: Record
- Location Info
- Location Meta
- Closed: State
- LocationAvailabilityCalendar: Result
- Location ID
- Schedule
- LocationEstablished: Event
- Location ID
- Location Info
- Meta
- Reservations
- LocationInfoUpdated: Event
- Info
- Location ID
- Meta
- LocationReservations: Result
- Schedule
- Venue ID
- LocationReservationsAdded: Event
- All Reservations
- Location ID
- LocationStatusUpdated: Event
- Location ID
- New Status
- LocationVenue: Result
- Location ID
- Venue ID
- MetaInfo: Type
- Created By
- Created On
- Current Owner
- Current Status
- Last Updated
- Last Updated By
- Status: Type
- Closed
- Draft
- Open
- UpdateInfo: Type
- Amenities
- Capacity
- Description
- Directions
- Entrances
- Is Private
- Name
- Preferred Entrance
- URL
- UpdateLocationStatus: Command
- Location ID
- Status
- Updating Member
- AddLocationReservations: Command
- LocationId: Type
- VenueContext: Context
- 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
- AddVenueLocations: Command
- VenueId: Type