feat: 즉시 발송 요청 API 구현 (#114) #115
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#115
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/#114-push-send-api"
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/push/send) 구현POST /v1/in/push/send/tag) 구현🔗 관련 이슈 (Related Issues)
Closes #114
🛠️ 작업 내용 (Changes)
SPMS.Domain/Common/ErrorCodes.cs— MessageNotFound(151) 에러 코드 추가SPMS.Application/Interfaces/IPushService.cs— 푸시 서비스 인터페이스 정의SPMS.Application/Services/PushService.cs— 단건/태그 발송 서비스 구현 (변수 치환, PushMessageDto 빌드, 큐 발행)SPMS.Application/DependencyInjection.cs— IPushService DI 등록SPMS.API/Controllers/PushController.cs— send, send/tag 엔드포인트📢 리뷰어 참고 사항 (To Reviewers)
{{변수명}}패턴을 variables로 치환✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)