[Improvement] 대시보드 통합 API (WP-STA-02) #231

Closed
opened 2026-02-25 07:03:15 +00:00 by seonkyu.kim · 0 comments
Owner

개요

PRD FR-STA-002: stats/dashboard 응답에 KPI, daily, hourly, platform share, top messages 포함.
대시보드 1회 호출로 카드/차트/랭킹 렌더링 가능하도록 통합 API 구성.

작업 내용

  • DashboardRequestDto 생성 (start_date, end_date)
  • DashboardResponseDto 생성 (DashboardKpiDto, TopMessageDto 포함)
  • IMessageRepository에 GetTopBySendCountAsync 추가 + 구현
  • IStatsService + StatsService에 GetDashboardAsync 추가
  • StatsController에 POST /v1/in/stats/dashboard 엔드포인트 추가
  • 빌드 검증

참조

  • TASKS.md: WP-STA-02
  • 의존성: WP-STA-01(#229), WP-MSG-04(#178)
## 개요 PRD FR-STA-002: `stats/dashboard` 응답에 KPI, daily, hourly, platform share, top messages 포함. 대시보드 1회 호출로 카드/차트/랭킹 렌더링 가능하도록 통합 API 구성. ## 작업 내용 - [x] DashboardRequestDto 생성 (start_date, end_date) - [x] DashboardResponseDto 생성 (DashboardKpiDto, TopMessageDto 포함) - [x] IMessageRepository에 GetTopBySendCountAsync 추가 + 구현 - [x] IStatsService + StatsService에 GetDashboardAsync 추가 - [x] StatsController에 POST /v1/in/stats/dashboard 엔드포인트 추가 - [x] 빌드 검증 ## 참조 - TASKS.md: WP-STA-02 - 의존성: WP-STA-01(#229), WP-MSG-04(#178)
seonkyu.kim added the
Priority
Medium
Status
In Progress
Type
Improvement
labels 2026-02-25 07:03:28 +00:00
seonkyu.kim self-assigned this 2026-02-25 07:03:28 +00:00
seonkyu.kim added this to the Phase 2: 메시지 + 통계 milestone 2026-02-25 07:03:30 +00:00
seonkyu.kim added
Status
Done
and removed
Status
In Progress
labels 2026-02-25 07:13:15 +00:00
Sign in to join this conversation.
No description provided.