Skip to content

[KW-416] Kw 416/feat/dashboard summary api#46

Merged
midday2612 merged 5 commits intodevelopfrom
KW-416/feat/dashboard-summary-api
Jun 8, 2025
Merged

[KW-416] Kw 416/feat/dashboard summary api#46
midday2612 merged 5 commits intodevelopfrom
KW-416/feat/dashboard-summary-api

Conversation

@midday2612
Copy link
Contributor

@midday2612 midday2612 commented Jun 8, 2025

🔷 Jira Ticket ID

KW-416


📌 작업 내용 및 특이사항

  • 대시보드 잔류 인원 조회 api 입니다.
  • visitCategory별로 오늘 00시 기준 스냅샷+ Redis 누적 IN/OUT을 활용해 실시간 잔류 인원 계산
  • Redis 키 포맷: visit:count:{tenantId}:{yyyy-MM-dd}:{visitCategory}:{IN|OUT}
  • 잔류 수식: snapshot + IN - OUT

📚 참고사항

@github-actions github-actions bot changed the title Kw 416/feat/dashboard summary api [KW-416] Kw 416/feat/dashboard summary api Jun 8, 2025
Copy link
Contributor

@willjsw willjsw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!


@Column(name = "visit_category")
@Enumerated(EnumType.STRING)
private VisitCategory visitCategory;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P4: 방문자 구문을 위한 enum 이라면 visitorCategory도 괜찮아보입니다!

@midday2612 midday2612 merged commit 2d6e764 into develop Jun 8, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants