Solution:Agile Dead Trees Paslangella
From architectural katas solutions
Summary
This is a Solution for the Agile Dead Trees Kata.
A publisher wants to unify its authoring CMS and customer store experience.
Assumptions
- The customer already has CMS and E-Commerce systems in place
- The CMS and E-Commerce systems are able to interact with the message BUS
Context Diagram
The Context Diagram depicts the systems involved in the integration. In particular, it will be needed to implement the Notification Service that will be used to notify when a new book version will be available to the Customers. The Customers can go to the E-Commerce platform to Download the new book version.
Container Diagram for the Notification System
Depicted below there are the Containers for the Notification System.
Container Diagram for the Book Authoring System
Depicted below there are the Containers for the Book Authoring System. It will be needed to add the Book publishing service that will be used to interact with the notification service when a new version of a book is published.