codeliner / php-ddd-cargo-sample

PHP 7 Version of the cargo sample used in Eric Evans DDD book
http://codeliner.github.io/php-ddd-cargo-sample/
BSD 3-Clause "New" or "Revised" License
796 stars 151 forks source link

Use Case: Get a list of possible Itineraries for a RouteSpecification #17

Closed codeliner closed 10 years ago

codeliner commented 10 years ago

After creating a new Cargo with a RouteSpecification, the system should suggest possible Itineraries matching the RouteSpecification.

codeliner commented 10 years ago

included in #16