LocationContext: Context
Item | Value |
---|---|
Briefly | Brief description missing. |
Authors | |
Definition Path | ImprovingApp.Venues.LocationContext |
View Source Link | location.riddl(4:1) |
--- title: Context Map For Context 'LocationContext' 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 LocationContext_class color:white,stroke-width:3px; subgraph 'Domain 'Venues'' direction TB LocationContext((Context 'LocationContext')) end class LocationContext LocationContext_class
- 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