-
Notifications
You must be signed in to change notification settings - Fork 1
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: 로깅 적용 #581 #639
base: develop
Are you sure you want to change the base?
feat: 로깅 적용 #581 #639
Conversation
- 바텀 시트 상태가 머무는 시간을 계산하기 위해 previousTime 프로퍼티 생성 - calculateTimeDuration에서 밀리초를 초 단위(소수점 포함)로 계산하여 반환 - 각 바텀시트 상태가 변경될 때 마다 바텀 시트 상태, 머문 시간을 로깅
- ktlint 적용(imports 수정)
프래그먼트 진입 시간을 저장하는 변수와 구분하기 위해, 바텀 시트 상태 시간을 저장하는 변수명 변경 - previousTime -> previousBottomSheetStateTime
- calculateTimeDuration -> calculateBottomSheetTimeDuration
AnalyticsEvent - NAME_FRAGMENT_PAGE 제거 Param - KEY_FRAGMENT_NAME 제거 - PARAM_CATEGORY_LIST 제거 - PARAM_CATEGORY_FRAGMENT 제거 - PARAM_STACCATO_FRAGMENT 제거
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.
함께 작업한 관계로 바로 승인하겠습니다!
배포 작업 때문에 많이 도와주지 못했는데, 로깅 세팅을 잘 해주신 것 같아요!
모두 고생하셨습니다~ 네트워크 설정만 잘 마무리해봅시다!
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.
공동 작업이라 바로 Approve 하겠습니다!
추후 네트워크 관련 의존성 주입을 어떻게 리팩토링하면 좋을지 이야기 나눠보아요~
⭐️ Issue Number
🚩 Summary
🙂 To Reviewer
공동 작업한 PR 이므로 누락된 로깅이 없는지만 한 번씩 확인 부탁드립니다!
📋 To Do