5c0r / AngryRestaurant

Trying out ASP.NET Core with MassTransit, and many more coolio stuff...
Apache License 2.0
1 stars 0 forks source link

WCGW: Partial / Half-ass success ? #2

Open 5c0r opened 3 years ago

5c0r commented 3 years ago

Scenario : What would happen if customer ordered chickens , but only the fries are available now ?

5c0r commented 3 years ago

Quite similar to #11 , if you only have fries and drink for now , let's serve them those first and bring them the main dish later.

The question is how to describe this in MT , would you need to create a state machine for the customer ?