Skip to content

Comments

feat: #825 백오피스 통계 이벤트 API 연동 #826

Open
prgmr99 wants to merge 7 commits intodevelopfrom
825-어드민-api-요청-적용

Hidden character warning

The head ref may contain hidden characters: "825-\uc5b4\ub4dc\ubbfc-api-\uc694\uccad-\uc801\uc6a9"
Open

feat: #825 백오피스 통계 이벤트 API 연동 #826
prgmr99 wants to merge 7 commits intodevelopfrom
825-어드민-api-요청-적용

Conversation

@prgmr99
Copy link
Member

@prgmr99 prgmr99 commented Feb 23, 2026

백오피스 통계 이벤트 API 연동


🏄🏼‍♂️‍ Summary (요약)

  • 백오피스 어드민 대시보드에서 사용자 행동 데이터를 수집할 수 있도록 통계 이벤트 API를 정의하고, 스페이스/회고/템플릿 관련 노출 및 클릭 이벤트를 각 컴포넌트에 연동

🫨 Describe your Change (변경사항)

API 정의 (src/api/backoffice/index.ts)

  • /stats/template/click/recommended — 템플릿 추천 클릭
  • /stats/template/click/list-view — 템플릿 리스트보기 클릭
  • /stats/template/choice/list-view — 템플릿 리스트보기 내 선택
  • /stats/spaces/impression — 스페이스 목록 노출
  • /stats/spaces/click/{spaceId} — 스페이스 클릭
  • /stats/retrospects/impression — 회고 목록 노출
  • /stats/retrospects/click/{retrospectId} — 회고 클릭

훅 추가 (src/hooks/api/backoffice/)

  • 각 API에 대응하는 useMutation 훅 7개 신규 추가

이벤트 연동 컴포넌트

  • RetrospectViewPage (모바일) — 스페이스 노출 이벤트
  • SpaceOverview, SpaceItem (LNB) — 스페이스 클릭 이벤트
  • InProgressRetrospects, CompletedRetrospects — 회고 노출 이벤트
  • RetrospectBox (모바일), RetrospectCard (데스크톱) — 회고 클릭 이벤트
  • CreateRetrospectiveSheet — 템플릿 추천 클릭 이벤트

🧐 Issue number and link (참고)

📚 Reference (참조)

  • n/a

@coderabbitai
Copy link

coderabbitai bot commented Feb 23, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • Not Rabbit

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch 825-어드민-api-요청-적용

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant