[Feature] 이용약관/개인정보처리방침 API #84
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#84
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
설명
이용약관 및 개인정보처리방침 URL 조회 API를 구현한다.
API_Specification.md§1 PUBLIC_05~06 참조.엔드포인트:
POST /v1/in/public/terms— 이용약관 URL 조회POST /v1/in/public/privacy— 개인정보처리방침 URL 조회X-Service-Code 헤더로 서비스를 식별하고, AppConfig 테이블에서
terms_url,privacy_url키 값을 반환한다.체크리스트
Domain Layer
IAppConfigRepository.cs— AppConfig 전용 Repository 인터페이스Application Layer
AppConfigResponseDto.cs— 응답 DTO (url)IAppConfigService.cs— AppConfig 서비스 인터페이스AppConfigService.cs— AppConfig 서비스 구현Infrastructure Layer
AppConfigRepository.cs— AppConfig Repository 구현DependencyInjection.cs— DI 등록API Layer
TermsController.cs— 이용약관/개인정보처리방침 컨트롤러검증
참조
Documents/DB_Schema.md§16 AppConfig (6개 컬럼)SPMS.Domain/Entities/AppConfig.cs(이미 존재)terms_url,privacy_url