improvement: 이력 엑셀 내보내기 API 추가 (#191) #235
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#235
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "improvement/#191-history-export"
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 #191
🛠️ 작업 내용 (Changes)
SPMS.Application/DTOs/Stats/HistoryExportRequestDto.cs— 신규 요청 DTO (keyword/status/start_date/end_date)SPMS.Domain/Interfaces/IPushSendLogRepository.cs— GetMessageHistoryAllAsync 메서드 추가SPMS.Infrastructure/Persistence/Repositories/PushSendLogRepository.cs— GroupBy 쿼리를 private helper(BuildMessageHistoryQuery)로 추출, GetMessageHistoryAllAsync 구현SPMS.Application/Interfaces/IStatsService.cs— ExportHistoryAsync 인터페이스 추가SPMS.Application/Services/StatsService.cs— ClosedXML 엑셀 생성 구현 (메시지코드/제목/서비스명/발송일시/대상수/성공/실패/오픈율/상태)SPMS.API/Controllers/StatsController.cs— POST /v1/in/stats/history/export 엔드포인트 추가📢 리뷰어 참고 사항 (To Reviewers)
✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)