Skip to content

✨ Feat: 어드민 대시보드 DAU/MAU 추이 API 추가 #427

Description

@si-zero

🛠️ Issue Overview

어드민 대시보드에 기간별 DAU/MAU 추이(꺾은선 그래프용)를 보여주는 API가 필요합니다.

📝 Issue Description

user_daily_activities.active 기준으로 from~to 기간의 일자별 활동 유저 수를 반환합니다.

  • granularity=day: 그날그날의 DAU (단순 카운트)
  • granularity=month: 그날 기준 최근 30일 롤링 윈도우 distinct 유저 수 (MAU)

날짜 축은 활동이 없는 날짜도 0으로 채워서 반환합니다(Postgres generate_series 사용).

✅ To do

  • GET /api/v1/admin/dashboard/dau-mau?from=&to=&granularity=day|month API 추가
  • 단위테스트 작성
  • API 명세 문서 업데이트

Metadata

Metadata

Assignees

Labels

✨ Feat (기능 추가)새로운 기능을 추가할 때 사용합니다.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions