15 lines
388 B
Markdown
15 lines
388 B
Markdown
# Furniture DAL Domain Alignment
|
|
|
|
## Goal
|
|
Align DAL with furniture-domain abstractions while keeping DAL technical.
|
|
|
|
## DAL Responsibilities
|
|
- Persistence and retrieval
|
|
- Technical data translation
|
|
- Provider/repository boundaries
|
|
- Contract adaptation for service and domain boundaries without owning decisions
|
|
|
|
## Prohibited
|
|
- Domain decision ownership
|
|
- Service orchestration concerns
|