-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생했서요
app/src/main/java/org/sopt/dateroad/presentation/ui/coursedetail/CourseDetailScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/sopt/dateroad/presentation/ui/coursedetail/CourseDetailScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/sopt/dateroad/presentation/ui/coursedetail/CourseDetailScreen.kt
Outdated
Show resolved
Hide resolved
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hasPointReadDialogOpened 이런 식으로 무슨 다이얼로그인지 명시해주면 좋을 듯,,
요거 이 방법밖에 없겠죠? ㅜ 마땅한 게 안 떠오르넹
There was a problem hiding this 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
Related issue 🛠
Work Description ✏️
Screenshot 📸
view_course_details 이벤트
click_course_back 이벤트
click_course_likes 이벤트
Uncompleted Tasks 😅
To Reviewers 📢
유저 프로퍼티 빼고 다 컷! ㅋㅋ