Skip to content

[FEAT/#1633]SP3 앰플리튜드 개선 -솝탬프 - #1637

Merged
vvan2 merged 4 commits into
developfrom
feat/#1633-sp3-amplitude-sotamp
Jul 22, 2026
Merged

[FEAT/#1633]SP3 앰플리튜드 개선 -솝탬프#1637
vvan2 merged 4 commits into
developfrom
feat/#1633-sp3-amplitude-sotamp

Conversation

@vvan2

@vvan2 vvan2 commented Jul 17, 2026

Copy link
Copy Markdown
Member

Related issue 🛠

Work Description ✏️

  • 솝탬프 내부 앰플리튜드 작업

Screenshot 📸

Uncompleted Tasks 😅

  • Task1

To Reviewers 📢

@vvan2 vvan2 added this to the 38th Android milestone Jul 17, 2026
@vvan2 vvan2 self-assigned this Jul 17, 2026
@vvan2
vvan2 requested a review from a team as a code owner July 17, 2026 10:33

@sonms sonms 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.

고생하셨습니다!

@seungjunGong seungjunGong 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.

고생하셨습니다 ~ 리뷰남긴것만 확인해주시고 머지해도 좋을거 같아요!

Comment on lines +70 to +72
LaunchedEffect(Unit) {
tracker.trackViewType(SoptampAnalyticsEvent.CLICK_SOPTAMP, viewType)
}

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.

p1: 여기 click_soptamp 인데 화면 진입시, 찍는 이유가 있을까요?

만일 딥링크와 같은 경우를 대응하기 위함이라면 네이밍을 view_soptamp 로 바꾸는 것도 좋을거 같습니다

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

문서에는 있다고 나와있는데, code 내부에 찾아보니 click_soptamp 가 안심어져있어서 화면진입으로 설정해놓았었는데 view_soptamp로 변경하겠습니다!

Comment on lines +123 to +124
if(isCurrent) { tracker.trackViewType(SoptampAnalyticsEvent.CLICK_PARTRANKING_MYRANKING, viewType)}
else tracker.trackViewType(SoptampAnalyticsEvent.CLICK_ALLRAKING_MYRANKING, viewType)

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.

p1: isCurrent 값이 true 이면 위에 view 쪽을 정의한것과 같이 AllRANKING 을 false 이면 PARTRANKING 으로 되어야할거 같습니다!

CLICK_FEED_MISSION(EventType.CLICK, "feed_mission"),
VIEW_ALLRANKING(EventType.VIEW, "allranking"),
VIEW_PARTRANKING(EventType.VIEW, "partranking"),
CLICK_ALLRAKING_MYRANKING(EventType.CLICK, "allranking_myranking"),

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.

p2: 오타 있습니다!

Suggested change
CLICK_ALLRAKING_MYRANKING(EventType.CLICK, "allranking_myranking"),
CLICK_ALLRANKING_MYRANKING(EventType.CLICK, "allranking_myranking"),

@vvan2
vvan2 merged commit 9a5471d into develop Jul 22, 2026
1 check passed
@vvan2
vvan2 deleted the feat/#1633-sp3-amplitude-sotamp branch July 22, 2026 12:44
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.

[FEAT] SP3 앰플리튜드 개편 - 솝탬프

3 participants