From the course: Software Architecture: Domain-Driven Design
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Demo: Activities flow, part 3
From the course: Software Architecture: Domain-Driven Design
Demo: Activities flow, part 3
- [Instructor] So before we can do anything else, we've got to go look at how was that first flow interact with the warehousing flow that I've been putting aside for the moment. So, the order has been accepted, there are activities that have to happen after the order has been accepted, so let's get some of those in place. First of all I have to initiate the shipping process. And then I'm going to have to create my pick list, in order for there to be a pick list created, I have to create the pick list. After I initiate the shipping process that will cause the shipping label to be created and the pick list here is created as part of creating the pick list, obviously. Once the label has been created, we then need to register that fact with our system so that if something comes up and we have to get into customer service we can deal with that. So let's go over here and add, shipping info to customer account. By the same…
Contents
-
-
-
-
-
-
-
(Locked)
What is event storming?2m 52s
-
(Locked)
The physical setup7m 57s
-
(Locked)
Demo: Events5m 6s
-
Demo: Activities flow4m 9s
-
(Locked)
Demo: Activities flow, part 22m 19s
-
(Locked)
Demo: Activities flow, part 35m 36s
-
(Locked)
Demo: Entities7m 3s
-
(Locked)
Demo: Contexts4m 1s
-
(Locked)
Demo: Context maps4m 28s
-
(Locked)
Demo: Entity maps2m 42s
-
(Locked)
-