[Feature] 통계 API 구현 (8.1~8.5) #132
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#132
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 Specification §8의 Stats API 5종을 구현한다.
POST /v1/in/stats/dailyPOST /v1/in/stats/summaryPOST /v1/in/stats/messagePOST /v1/in/stats/hourlyPOST /v1/in/stats/device구현 계획
DTOs (Application Layer)
DailyStatRequestDto/DailyStatResponseDto— 8.1SummaryStatResponseDto— 8.2MessageStatRequestDto/MessageStatResponseDto— 8.3HourlyStatRequestDto/HourlyStatResponseDto— 8.4DeviceStatResponseDto— 8.5Service (Application Layer)
IStatsService+StatsService— 5개 메서드Repository (Domain/Infrastructure)
IDailyStatRepository확장 — 기간 조회, 요약 집계IPushSendLogRepository확장 — 시간대별 집계, 메시지별 집계Controller (API Layer)
StatsController— 5개 엔드포인트참조
DailyStat엔티티,PushSendLog테이블 활용