docs: define repository pattern boundary

This commit is contained in:
AzuTear
2026-06-28 09:48:34 +02:00
parent ed8efda692
commit 170308ba05
8 changed files with 171 additions and 2 deletions
+8
View File
@@ -45,6 +45,14 @@ flowchart LR
- {{DEPENDENCY_RULE_2}}
- {{DEPENDENCY_RULE_3}}
## Persistence Boundary
- Pattern: Repository pattern
- Repository interfaces: {{REPOSITORY_INTERFACE_LOCATION}}
- Repository implementations: {{REPOSITORY_IMPLEMENTATION_LOCATION}}
- Transaction boundary: {{TRANSACTION_BOUNDARY}}
- Repository rules: {{REPOSITORY_RULES}}
## Request Flow
{{REQUEST_FLOW}}