[Feature] 즉시 발송 요청 API (단건/태그/브로드캐스트) #114
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#114
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?
설명
즉시 푸시 발송 API를 구현한다. 메시지 코드 기반으로 Message를 조회하고, RabbitMQ push queue에 적재하여 PushWorker가 발송을 처리한다.
구현 API
/v1/in/push/send/v1/in/push/send/tag체크리스트
Application Layer
SPMS.Application/DTOs/Push/PushSendRequestDto.cs— 단건 발송 요청 DTOSPMS.Application/DTOs/Push/PushSendTagRequestDto.cs— 태그 발송 요청 DTOSPMS.Application/DTOs/Push/PushSendResponseDto.cs— 발송 응답 DTOSPMS.Application/Interfaces/IPushService.cs— Push 서비스 인터페이스SPMS.Application/Services/PushService.cs— Push 서비스 구현체API Layer
SPMS.API/Controllers/PushController.cs— Push 컨트롤러DI 등록
SPMS.Application/DependencyInjection.cs— IPushService 등록