feat: 발송 로그 조회 API 구현 (#122) #123
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#123
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/#122-push-log-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?
📋 작업 요약
🔗 관련 이슈 (Related Issues)
Closes #122
🛠️ 작업 내용 (Changes)
SPMS.Domain/Interfaces/IPushSendLogRepository.cs— 발송 로그 리포지토리 인터페이스 정의SPMS.Infrastructure/Persistence/Repositories/PushSendLogRepository.cs— Include(Message) 기반 페이징/필터링 구현SPMS.Application/DTOs/Push/PushLogRequestDto.cs— 요청 DTO (page, size, message_code, device_id, status, start_date, end_date)SPMS.Application/DTOs/Push/PushLogResponseDto.cs— 응답 DTO (items, pagination)SPMS.Application/Interfaces/IPushService.cs— GetLogAsync 메서드 추가SPMS.Application/Services/PushService.cs— 로그 조회 비즈니스 로직 구현SPMS.API/Controllers/PushController.cs— POST log 엔드포인트 추가SPMS.Infrastructure/DependencyInjection.cs— IPushSendLogRepository DI 등록📢 리뷰어 참고 사항 (To Reviewers)
✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)