StoreContext: Context
Item | Value |
---|---|
Briefly | Brief description missing. |
Authors | |
Definition Path | ImprovingApp.StoreContext |
View Source Link | Store.riddl(1:1) |
--- title: Context Map For Context 'StoreContext' 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 StoreContext_class color:white,stroke-width:3px; subgraph 'Domain 'ImprovingApp'' direction TB StoreContext((Context 'StoreContext')) end class StoreContext StoreContext_class
- CreateStore
- EditStoreInfo
- MakeStoreReady
- DeleteStore
- OpenStore
- CloseStore
- TerminateStore
- AddProductsToStore
- RemoveProductsFromStore
- StoreCreated
- StoreInfoEdited
- StoreIsReady
- StoreDeleted
- StoreOpened
- StoreClosed
- StoreTerminated
- ProductsAddedToStore
- ProductsRemovedFromStore
- CreateStore
- EditStoreInfo
- MakeStoreReady
- DeleteStore
- OpenStore
- CloseStore
- TerminateStore
- AddProductsToStore
- RemoveProductsFromStore
- StoreCreated
- StoreInfoEdited
- StoreIsReady
- StoreDeleted
- StoreOpened
- StoreClosed
- StoreTerminated
- ProductsAddedToStore
- ProductsRemovedFromStore
- AddProductsToStore: Command
- Adding Member
- Products
- Store ID
- CloseStore: Command
- Closing Member
- Store ID
- CreateStore: Command
- Creating Member
- Info
- Store ID
- DeleteStore: Command
- Deleting Member
- Store ID
- EditableInfo: Type
- Description
- Event
- Location
- Name
- Products
- Sponsoring Org
- Venue
- EditStoreInfo: Command
- Info
- Store ID
- Updating Member
- GetProductsInStore: Query
- Store
- GetStoreInfo: Query
- Info: Type
- Description
- Event
- Location
- Name
- Products
- Sponsoring Org
- Venue
- MakeStoreReady: Command
- Store ID
- Updating Member
- MetaInfo: Type
- Created By
- Created On
- Last Modified By
- Last Modified On
- State
- OpenStore: Command
- Opening Member
- Store ID
- ProductsAddedToStore: Event
- Info
- Meta
- Store ID
- ProductsInStore: Result
- Products
- ProductsRemovedFromStore: Event
- Info
- Meta
- Store ID
- RemoveProductsFromStore: Command
- Product
- Removing Member
- Store ID
- Store: Entity
- CreatedStore: State
- ClosedStoreHandler: Handler
- On Command Add Products to Store
- On Command Close Store
- On Command Create Store
- On Command Delete Store
- On Command Edit Store Info
- On Command Make Store Ready
- On Command Open Store
- On Command Remove Products From Store
- On Command Terminate Store
- OpenStoreHandler: Handler
- On Command Add Products to Store
- On Command Close Store
- On Command Create Store
- On Command Delete Store
- On Command Edit Store Info
- On Command Make Store Ready
- On Command Open Store
- On Command Remove Products From Store
- On Command Terminate Store
- ReadyStoreHandler: Handler
- On Command Add Products to Store
- On Command Close Store
- On Command Create Store
- On Command Delete Store
- On Command Edit Store Info
- On Command Make Store Ready
- On Command Open Store
- On Command Remove Products From Store
- On Command Terminate Store
- ClosedStoreHandler: Handler
- CreatedStoreData: Record
- ID
- Info
- Meta
- DefaultStoreHandler: Handler
- On Command Create Store
- Other
- DeletedStore: State
- DeletedStoreHandler: Handler
- On Command Terminate Store
- Other
- DeletedStoreHandler: Handler
- DeletedStoreData: Record
- Event
- Location
- Meta
- Sponsoring Org
- Store Name
- Venue
- DraftStore: State
- DraftStoreHandler: Handler
- On Command Add Products to Store
- On Command Close Store
- On Command Create Store
- On Command Delete Store
- On Command Edit Store Info
- On Command Make Store Ready
- On Command Open Store
- On Command Remove Products From Store
- DraftStoreHandler: Handler
- DraftStoreData: Record
- ID
- Info
- Meta
- TerminatedStore: State
- TerminatedStoreData: Record
- Last Meta
- CreatedStore: State
- StoreClosed: Event
- Info
- Meta
- Store ID
- StoreCommand: Type
- StoreCreated: Event
- Info
- Meta
- Store ID
- StoreDeleted: Event
- Meta
- Store ID
- StoreEvent: Type
- StoreId: Type
- StoreInfoEdited: Event
- Info
- Meta
- Store ID
- StoreInfoResult: Result
- StoreIsReady: Event
- Meta
- Store ID
- StoreOpened: Event
- Info
- Meta
- Store ID
- StoreStates: Type
- Closed
- Deleted
- Draft
- Open
- Ready
- StoreTerminated: Event
- Last Meta
- Store ID
- TerminateStore: Command
- Store ID
- Terminating Member
- StoreCommandsChannel: Connector
- StoreEventsChannel: Connector
- StoreCommandsSink: Streamlet
- Commands
- StoreCommandsSource: Streamlet
- Commands
- StoreEventsSink: Streamlet
- Events
- StoreEventsSource: Streamlet
- Events