SPMS_API/SPMS.Infrastructure/Persistence/Repositories
seonkyu.kim 0911fc763a feat: 통계 API 구현 (8.1~8.5) (#132)
- POST /v1/in/stats/daily: 기간별 일별 통계
- POST /v1/in/stats/summary: 대시보드 요약 통계
- POST /v1/in/stats/message: 메시지별 발송 통계
- POST /v1/in/stats/hourly: 시간대별 발송 추이
- POST /v1/in/stats/device: 디바이스 분포 통계
- IDailyStatRepository, DailyStatRepository 신규
- IPushSendLogRepository 통계 메서드 확장

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 23:08:04 +09:00
..
AdminRepository.cs feat: 토큰 갱신 및 로그아웃 API 구현 (#38) 2026-02-09 23:08:29 +09:00
AppConfigRepository.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
BannerRepository.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
DailyStatRepository.cs feat: 통계 API 구현 (8.1~8.5) (#132) 2026-02-10 23:08:04 +09:00
DeviceRepository.cs feat: 디바이스 CRUD + 목록 API 구현 (#94) 2026-02-10 14:44:16 +09:00
FaqRepository.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
FileRepository.cs feat: 파일 업로드/조회/삭제 API 구현 (#98) 2026-02-10 15:03:24 +09:00
MessageRepository.cs feat: 메시지 CRUD API 구현 (#128) 2026-02-10 22:38:24 +09:00
NoticeRepository.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
PushSendLogRepository.cs feat: 통계 API 구현 (8.1~8.5) (#132) 2026-02-10 23:08:04 +09:00
Repository.cs feat: Generic Repository 및 UnitOfWork 패턴 구현 (#18) 2026-02-09 14:44:31 +09:00
ServiceRepository.cs feat: 서비스 등록 API 구현 (#52) 2026-02-10 09:38:56 +09:00