Static Model - {Unit Name}
{Define the bounded context for this unit}
{Define the bounded context for this unit}
--- unit: {UUU}-{unit-name} bolt: {BBB}-{unit-name} stage: model status: complete updated: {YYYY-MM-DDTHH:MM:SSZ} ---
{Define the bounded context for this unit}
| Entity | Properties | Business Rules | |--------|------------|----------------| | {Entity} | {properties} | {rules} |
| Value Object | Properties | Constraints | |--------------|------------|-------------| | {ValueObject} | {properties} | {constraints} |
| Aggregate Root | Members | Invariants | |----------------|---------|------------| | {Root} | {members} | {invariants} |
| Event | Trigger | Payload | |-------|---------|---------| | {Event} | {trigger} | {payload} |
| Service | Operations | Dependencies | |---------|------------|--------------| | {Service} | {operations} | {dependencies} |
| Repository | Entity | Methods | |------------|--------|---------| | {Repository} | {entity} | {methods} |
| Term | Definition | |------|------------| | {term} | {definition} |