Compare commits

...
Sign in to create a new pull request.

3 commits

2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# iss-e2325889b406-attempt-1-run-0207d2e91028
Forge 이슈 작업 브랜치 `forge/iss-e2325889b406-attempt-1-run-0207d2e91028`.

View 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 |