결제 전환 목표 아키텍처 정의 (1/2) (2/2) (iss-e2325889b406)
All checks were successful
ci / test (pull_request) Successful in 8s
All checks were successful
ci / test (pull_request) Successful in 8s
This commit is contained in:
parent
8d3eff4ff5
commit
396354b1fa
1 changed files with 9 additions and 0 deletions
9
docs/architecture/package-map.md
Normal file
9
docs/architecture/package-map.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Package Map
|
||||
|
||||
| Package | Responsibility | Forbidden Dependencies |
|
||||
|----------------|---------------------------------------------------------|-----------------------|
|
||||
| controller | Handle incoming requests, validate input | service |
|
||||
| service | Business logic, coordination between layers | repository |
|
||||
| repository | Data access and persistence | domain |
|
||||
| domain | Core business models and logic | integration |
|
||||
| integration | Interact with external systems, including payment gateways | domain |
|
||||
Loading…
Add table
Add a link
Reference in a new issue