- Create a new Subdomain Module - how to create a new subdomain module
- Add a new API
- Define your application
- Define your domain
- (coming soon) Create a new application Repository
- (coming soon) Define a use case in an Aggregate Root
- (coming soon) Create a child Entity of an Aggregate Root
- (coming soon) Create a ValueObject
- (coming soon) Make a cross-domain call
- Handle Domain Events raised by other subdomains
- Build an adapter to implement an integration to a 3rd party service (over HTTP)
- (coming soon) Build a new technology adapter (i.e. database persistence)
- Migrating a Billing Provider - how to upgrade from
SimpleBillingProvider
to another one specific to your chosen Billing Management System.
Template used for each guide
# Title
## Why?
Description of a specific problem that you might have
## What is the mechanism?
Explanation of where we do this and how
## Where to start?
Steps to do it