Merged
Conversation
- FeedbackConfig.kt: 피드백 폼 URL 및 노출 기준(세션 5회) 설정 추가 - DatastoreFeedback.kt, FeedbackSerializer.kt: 피드백 관련 상태 관리를 위한 DataStore 설정 추가 - NotificationReceiver.kt: 세션 종료 시마다 sessionCount를 증가시키도록 로직 수정 - HomeViewModel.kt: 세션 카운트 및 팝업 노출 여부를 체크하여 FeedbackDialog를 표시하는 로직 구현 - HomeScreen.kt, FeedbackDialog.kt: 피드백 다이얼로그 UI 구성 및 외부 설문 링크 연결 - AmplitudeEventHelper.kt, EventName.kt: 피드백 팝업 관련 이벤트 트래킹 추가 - strings.xml: 피드백 다이얼로그 내 문구 추가 (국문/영문)
2버튼(수락/나중에) → 3버튼(대화하기/나중에요/다시 보지 않기)으로 변경하고, 상태별 재노출 쿨다운(나중에 3일, 수락 7일, 거절 영구 미노출) 로직 추가. 이벤트 네이밍을 feedback → coffeechat으로 통일하고 action_type 파라미터 도입. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
feedback→coffeechat으로 통일,action_type파라미터 +coffeechat_statusUser Property 추가변경 파일 (11개)
DatastoreFeedback.ktpopupShown→status+lastShownAtFeedbackConfig.ktFeedbackDialog.ktHomeViewModel.ktHomeScreen.ktEventName.ktEventParameter.ktACTION_TYPE+ enum 추가AmplitudeEventHelper.ktNotificationReceiver.ktstrings.xml(en/ko)Test plan
view_coffeechat_popup,click_coffeechat_popup(action_type),coffeechat_status수신 확인🤖 Generated with Claude Code