Skip to content

[mod/#114] 자녀 - 여정 1차 스프린트 QA#116

Open
seungjae708 wants to merge 19 commits intodevelopfrom
mod-#114-journey-sprint-qa
Open

[mod/#114] 자녀 - 여정 1차 스프린트 QA#116
seungjae708 wants to merge 19 commits intodevelopfrom
mod-#114-journey-sprint-qa

Conversation

@seungjae708
Copy link
Collaborator

ISSUE

❗ WORK DESCRIPTION

여정 & 맵 화면 (Journey & Map)

  • 자녀 여정 뷰 진입 전 2초간 대기하는 로딩 창을 추가
  • KidMapScreen 상단 패딩 추가
  • 시간 표기 포맷 수정 (hh:mm -> hh : mm)
  • KidMapScreen 분기 처리 재정의

미션 & 소원 화면 (Mission & Wish)

  • 등록된 항목이 없을 때 보여줄 빈 화면(Empty View) 추가
  • 이미 완료(성공) 처리된 KidMissionItem은 더 이상 클릭(다이얼로그 노출)되지 않도록 클릭 리스너 제거

공통 컴포넌트 & 온보딩

  • KID 역할의 토큰 재발급 메서드를 reissueAccessToken으로 수정
  • 다이얼로그 외부(딤드 영역) 클릭 시 화면이 닫히도록 처리
  • 자녀 회원가입 및 온보딩 문구 수정
  • KieroSnackbar의 불필요한 fillMaxWidth 제거 및 패딩 값 조정, 자녀 회원가입 스낵바 하단 패딩 적용

@seungjae708 seungjae708 requested a review from a team March 22, 2026 10:40
@seungjae708 seungjae708 self-assigned this Mar 22, 2026
@seungjae708 seungjae708 requested review from dmp100, sonms and vvan2 and removed request for a team March 22, 2026 10:40
@seungjae708 seungjae708 added the mod 🎉 큰 단위의 코드 수정 label Mar 22, 2026
@seungjae708 seungjae708 linked an issue Mar 22, 2026 that may be closed by this pull request
1 task
@seungjae708 seungjae708 added the ⭐승재 승재 전용 라벨 label Mar 22, 2026
Copy link
Member

@sonms sonms left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!!!
Timber의 companion object인 forest만 생략해주셔서 가독성을 올려주시면 감사하겠습니다~~

}.stateIn(
scope = viewModelScope,
started = SharingStarted.WhileSubscribed(5_000),
started = SharingStarted.Companion.WhileSubscribed(5_000),
Copy link
Member

Choose a reason for hiding this comment

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

p1: companion 생략 부탁드려용

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Comment on lines +57 to +74
@@ -71,7 +71,7 @@ class KidMissionViewModel @Inject constructor(
fun collectChildMissionEvents() {
viewModelScope.launch {
sseManager.childMissionEvents.collect { event ->
Timber.e("collectChildMissionEvents $event")
Timber.Forest.e("collectChildMissionEvents $event")
Copy link
Member

Choose a reason for hiding this comment

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

p1: 이것도 forest 생략 부탁드려용
가독성이 떨어지는 것 같습니다

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Copy link
Member

@vvan2 vvan2 left a comment

Choose a reason for hiding this comment

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

고생했긔 복복복

SseEventType.COUPON -> {
try {
val data = json.decodeFromString<CouponDataDto>(raw.data)
Timber.d("🎟️ Coupon 이벤트 파싱 성공: ${data.couponName}")
Copy link
Member

Choose a reason for hiding this comment

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

이모티콘 귀엽네요~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mod 🎉 큰 단위의 코드 수정 ⭐승재 승재 전용 라벨

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[mod] 자녀 - 여정 1차 스프린트 QA

3 participants