Skip to content

fix: GA 이벤트 트래킹 누락 지점 연결#950

Open
JaeIn1 wants to merge 1 commit into
developfrom
949-ga-이벤트-누락-수정

Hidden character warning

The head ref may contain hidden characters: "949-ga-\uc774\ubca4\ud2b8-\ub204\ub77d-\uc218\uc815"
Open

fix: GA 이벤트 트래킹 누락 지점 연결#950
JaeIn1 wants to merge 1 commit into
developfrom
949-ga-이벤트-누락-수정

Conversation

@JaeIn1

@JaeIn1 JaeIn1 commented Jul 19, 2026

Copy link
Copy Markdown
Collaborator

GA 이벤트 트래킹 누락 지점 연결


🏄🏼‍♂️‍ Summary (요약)

누락된 회고 추가(RETROSPECT.ADD) 이벤트 추가

  • RetrospectSpaceHeader.tsx handleRetrospectCreate
  • InProgressRetrospects.tsx handleRetrospectCreate
  • AnalysisOverviewHeader.tsx handleRetrospectCreate

회고 작성 제출 플로우(모바일) GA 트래킹 추가:

  • Write.tsx에 WRITE_SUBMIT_OPEN, WRITE_SUBMIT_CONFIRM 트래킹 추가
  • RetrospectWriteCompletePage.tsx에 WRITE_SUBMIT_DONE 트래킹 추가

버그 수정

  • AddSpacePage.tsx의 A/B 레이아웃 라벨 스왑 현상 수정 (branchLayout === "A"일 때 ADD_DONE_A_LAYOUT으로 변경)

동작 수정

  • InProgressRetrospects.tsx에서 "전에 진행했던 템플릿" 확인 모달 제거 (AnalysisOverviewHeader와 동일한 패턴으로 통일)
  • 미사용 import 정리 (useModal, useActionModal, TemplateChoice)

🫨 Describe your Change (변경사항)

🧐 Issue number and link (참고)

📚 Reference (참조)

누락된 회고 추가(RETROSPECT.ADD) 이벤트를 세 곳 추가:
- RetrospectSpaceHeader.tsx handleRetrospectCreate
- InProgressRetrospects.tsx handleRetrospectCreate
- AnalysisOverviewHeader.tsx handleRetrospectCreate

회고 작성 제출 플로우(모바일) GA 트래킹 추가:
- Write.tsx에 WRITE_SUBMIT_OPEN, WRITE_SUBMIT_CONFIRM 트래킹 추가
- RetrospectWriteCompletePage.tsx에 WRITE_SUBMIT_DONE 트래킹 추가

버그 수정:
- AddSpacePage.tsx의 A/B 레이아웃 라벨 스왑 현상 수정
  (branchLayout === "A"일 때 ADD_DONE_A_LAYOUT으로 변경)

사양 변경:
- InProgressRetrospects.tsx에서 "전에 진행했던 템플릿" 확인 모달 제거
  (AnalysisOverviewHeader와 동일한 패턴으로 통일)
- 미사용 import 정리 (useModal, useActionModal, TemplateChoice)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@JaeIn1 JaeIn1 self-assigned this Jul 19, 2026
@coderabbitai

coderabbitai Bot commented Jul 19, 2026

Copy link
Copy Markdown

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.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: c1e338f1-55c8-4607-8174-87b9d221b0c1

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
  • Commit unit tests in branch 949-ga-이벤트-누락-수정

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.

@klmhyeonwoo klmhyeonwoo left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

OK 고생하셨습니다!

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.

2 participants