ReservationContext: Context
Item | Value |
---|---|
Briefly | Brief description missing. |
Authors | |
Definition Path | ImprovingApp.Events.ReservationContext |
View Source Link | reservation.riddl(4:1) |
--- title: Context Map For Context 'ReservationContext' 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 ReservationContext_class color:white,stroke-width:3px; subgraph 'Domain 'Events'' direction TB ReservationContext((Context 'ReservationContext')) end class ReservationContext ReservationContext_class
- DeleteReservation: Command
- Reservation ID
- EditReservationInfo: Command
- Editing Member
- New Info
- Reservation ID
- EstablishReservation: Command
- Info
- Owner
- Reservation ID
- Reserving Member
- GetReservationInfo: Query
- Reservation ID
- Info: Type
- Description
- For Org
- Location
- Range
- Title
- MetaInfo: Type
- Created By
- Created On
- Current Owner
- Current Status
- Last Updated
- Last Updated By
- Reservation: Entity
- Cancelled: State
- CancelledState: Record
- Reservation Info
- Reservation Meta
- Draft: State
- DraftReservation: Handler
- On Command Improving App. Events. Reservation Context. Edit Reservation Info
- On Command Improving App. Events. Reservation Context. Establish Reservation
- On Command Improving App. Events. Reservation Context. Update Reservation Status
- DraftReservation: Handler
- DraftState: Record
- Attendees
- Reservation Info
- Reservation Meta
- OnHold: State
- OnHoldReservation: Handler
- On Command Improving App. Events. Reservation Context. Edit Reservation Info
- On Command Improving App. Events. Reservation Context. Establish Reservation
- On Command Improving App. Events. Reservation Context. Update Reservation Status
- OnHoldReservation: Handler
- OnHoldState: Record
- Reservation Info
- Reservation Meta
- Past: State
- PastState: Record
- Reservation Info
- Reservation Meta
- ReservationHandler: Handler
- On Command Establish Reservation
- Other
- Reserved: State
- ReservedReservation: Handler
- On Command Improving App. Events. Reservation Context. Edit Reservation Info
- On Command Improving App. Events. Reservation Context. Establish Reservation
- On Command Improving App. Events. Reservation Context. Update Reservation Status
- ReservedReservation: Handler
- ReservedState: Record
- Reservation Info
- Reservation Meta
- ReservationCommand: Type
- ReservationDeleted: Event
- Reservation ID
- ReservationEstablished: Event
- Info
- Meta
- Reservation ID
- ReservationEvent: Type
- ReservationInfoResult: Result
- Info
- Reservation ID
- ReservationInfoUpdated: Event
- Info
- Meta
- Reservation ID
- ReservationStatusUpdated: Event
- New Status
- Reservation ID
- Status: Type
- Cancelled
- Draft
- On Hold
- Past
- Reserved
- UpdateInfo: Type
- Description
- For Org
- Range
- Title
- UpdateReservationStatus: Command
- Reservation ID
- Status
- Updating Member
- ReservationCommandsChannel: Connector
- ReservationEventsChannel: Connector
- ReservationCommandsSink: Streamlet
- Commands
- ReservationCommandsSource: Streamlet
- Commands
- ReservationEventsSink: Streamlet
- Events
- ReservationEventsSource: Streamlet
- Events