Compare commits
3 commits
forge/SPRI
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d54420201 | |||
| 396354b1fa | |||
| 8d3eff4ff5 |
4 changed files with 12 additions and 19 deletions
|
|
@ -1,3 +0,0 @@
|
||||||
# SPRING-ARC-RUN-1783834407-attempt-1-run-83c3d47577e7
|
|
||||||
|
|
||||||
Forge 이슈 작업 브랜치 `forge/SPRING-ARC-RUN-1783834407-attempt-1-run-83c3d47577e7`.
|
|
||||||
3
.forge/iss-e2325889b406-attempt-1-run-0207d2e91028.md
Normal file
3
.forge/iss-e2325889b406-attempt-1-run-0207d2e91028.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# iss-e2325889b406-attempt-1-run-0207d2e91028
|
||||||
|
|
||||||
|
Forge 이슈 작업 브랜치 `forge/iss-e2325889b406-attempt-1-run-0207d2e91028`.
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
# ADR: 결제 경계 정의
|
|
||||||
|
|
||||||
## 상태
|
|
||||||
초안
|
|
||||||
|
|
||||||
## 배경
|
|
||||||
결제 시스템의 경계를 정의하는 것은 시스템의 안정성과 확장성을 보장하는 데 필수적입니다. 이 문서는 결제 전환 목표를 달성하기 위한 경계 조건을 설명합니다.
|
|
||||||
|
|
||||||
## 결정
|
|
||||||
1. 결제 서비스는 외부 결제 게이트웨이와 통신해야 합니다.
|
|
||||||
2. 결제 데이터는 안전하게 저장되어야 하며, PCI DSS 준수를 따라야 합니다.
|
|
||||||
3. 결제 요청은 비동기적으로 처리되어야 하며, 사용자 경험을 저해하지 않아야 합니다.
|
|
||||||
|
|
||||||
## 후속 조치
|
|
||||||
- 결제 경계에 대한 추가 세부 사항을 문서화하고, 관련 팀과 검토할 필요가 있습니다.
|
|
||||||
- 결제 시스템의 성능 테스트를 계획해야 합니다.
|
|
||||||
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