Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] 코스 상세 뷰 앰플리튜드 트래킹 이벤트 코드 심기 #264

Merged
merged 9 commits into from
Sep 30, 2024

Conversation

t1nm1ksun
Copy link
Member

Related issue 🛠

Work Description ✏️

  • 코스 상세 뷰의 앰플리튜드 트래킹 이벤트 코드를 심었어요!
  • view_course_details
  • click_course_back
  • click_course_likes

Screenshot 📸

view_course_details 이벤트
image

click_course_back 이벤트
image

click_course_likes 이벤트
image

Uncompleted Tasks 😅

  • N/A

To Reviewers 📢

유저 프로퍼티 빼고 다 컷! ㅋㅋ

Copy link
Contributor

@jihyunniiii jihyunniiii left a comment

Choose a reason for hiding this comment

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

고생했서요

@@ -23,7 +23,8 @@ class CourseDetailContract {
val currentImagePage: Int = 0,
val usePointLoadState: LoadState = LoadState.Idle,
val deleteLoadState: LoadState = LoadState.Idle,
var isWebViewOpened: Boolean = false
var isWebViewOpened: Boolean = false,
var hasDialogOpened: Boolean = false
Copy link
Contributor

Choose a reason for hiding this comment

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

hasPointReadDialogOpened 이런 식으로 무슨 다이얼로그인지 명시해주면 좋을 듯,,
요거 이 방법밖에 없겠죠? ㅜ 마땅한 게 안 떠오르넹

Copy link
Contributor

@jihyunniiii jihyunniiii left a comment

Choose a reason for hiding this comment

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

고생했서요 ~

…course-detail-amplitude

# Conflicts:
#	app/src/main/java/org/sopt/dateroad/presentation/ui/coursedetail/CourseDetailScreen.kt
#	app/src/main/java/org/sopt/dateroad/presentation/ui/coursedetail/CourseDetailViewModel.kt
#	app/src/main/java/org/sopt/dateroad/presentation/util/Constraints.kt
@t1nm1ksun t1nm1ksun merged commit 4ccb2f6 into develop Sep 30, 2024
1 check passed
@t1nm1ksun t1nm1ksun deleted the feat-course-detail-amplitude branch September 30, 2024 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[feat] 코스 상세 뷰 앰플리튜드 트래킹 이벤트 코드 심기
2 participants