[Improvement] WP-SVC-02: 서비스 통합 등록 플로우 #212
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#212
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?
📋 개요
PRD FR-SVC-003: "서비스 등록은 단일 호출로 완료 가능해야 한다"
현재 서비스 생성(
POST /v1/in/service/create)과 자격증명 등록(fcm,apns)이 별도 API로 분리되어 있어 화면의 단일 등록 UX를 지원하지 못함.🎯 작업 범위
POST /v1/in/service/register통합 등록 엔드포인트 추가RegisterServiceRequestDto— 서비스 + FCM(선택) + APNs(선택)RegisterServiceResponseDto— 서비스 정보 + 플랫폼 등록 결과RegisterAsync서비스 로직 (트랜잭션 기반 원자성 보장)📌 정책
create,fcm,apnsAPI는 유지 (하위 호환)🔗 관련