[Feature] 발송 상세 로그 조회 API 구현 (DDL-02) #136
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#136
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?
개요
특정 메시지(MessageCode)에 속한 개별 디바이스별 발송 상세 로그를 조회하는 API를 구현한다.
기능 상세
POST /v1/in/stats/send-log기존 push/log와 차이점
구현 범위
신규 파일
SendLogDetailRequestDto.cs— 요청 DTO (message_code, status?, platform?, page, size)SendLogDetailResponseDto.cs— 응답 DTO (items + pagination)수정 파일
IPushSendLogRepository.cs— GetDetailLogPagedAsync 메서드 추가PushSendLogRepository.cs— 구현 (Include Device, 플랫폼 필터)IStatsService.cs— GetSendLogDetailAsync 메서드 추가StatsService.cs— 구현StatsController.cs— 엔드포인트 추가참조
Documents/Feature_Spec.md§DDL-02