improvement: 서비스 통합 등록 플로우 구현 (#212) #213
No reviewers
SPMS/Owners
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#213
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "improvement/#212-service-register-flow"
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?
📋 작업 요약
POST /v1/in/service/register통합 등록 엔드포인트 추가🔗 관련 이슈 (Related Issues)
Closes #212
🛠️ 작업 내용 (Changes)
SPMS.Application/DTOs/Service/RegisterServiceRequestDto.cs— 통합 등록 요청 DTO (ServiceName, Description, Fcm?, Apns?)SPMS.Application/DTOs/Service/RegisterServiceResponseDto.cs— 통합 등록 응답 DTO (ServiceCode, ApiKey, Platforms)SPMS.Application/Interfaces/IServiceManagementService.cs—RegisterAsync메서드 시그니처 추가SPMS.Application/Services/ServiceManagementService.cs—RegisterAsync구현 +ValidateFcmCredentials/ValidateApnsCredentialsprivate 메서드 추출SPMS.API/Controllers/ServiceController.cs—POST register엔드포인트 추가📢 리뷰어 참고 사항 (To Reviewers)
create,fcm,apnsAPI는 그대로 유지 (하위 호환)RegisterApnsCredentialsAsync/RegisterFcmCredentialsAsync도 추출한 private 메서드 호출로 변경✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)