Skip to content

[mod/#78] 자동 미션 등록 로직 및 UI 개선#79

Merged
vvan2 merged 2 commits intodevelopfrom
mod/#78-last-qa
Jan 23, 2026
Merged

[mod/#78] 자동 미션 등록 로직 및 UI 개선#79
vvan2 merged 2 commits intodevelopfrom
mod/#78-last-qa

Conversation

@sonms
Copy link
Member

@sonms sonms commented Jan 23, 2026

ISSUE

❗ WORK DESCRIPTION

  • 자동 미션 등록 후 화면 이동 로직 수정

    • 미션 등록 성공 시, 토스트 메시지를 표시하고 즉시 이전 화면으로 이동하도록 ShowToastAndNavigate SideEffect를 추가하고 관련 로직을 수정했습니다.
    • 기존의 delay를 사용한 순차적 화면 이동 방식을 제거하여 사용자 경험을 개선했습니다.
  • SharedFlow 설정 변경

    • AutoMissionViewModel_sideEffect SharedFlow에서 불필요한 extraBufferCapacity = 1 설정을 제거했습니다.
  • 디버그 키스토어 설정 추가

    • app/build.gradle.kts 파일에 디버그 빌드를 위한 키스토어(debug.keystore) 경로 및 서명 정보를 명시적으로 추가했습니다.

📢 TO REVIEWERS

  • 고생하셨습니다!!!

📸 SCREENSHOT

- **자동 미션 등록 후 화면 이동 로직 수정**
    - 미션 등록 성공 시, 토스트 메시지를 표시하고 즉시 이전 화면으로 이동하도록 `ShowToastAndNavigate` `SideEffect`를 추가하고 관련 로직을 수정했습니다.
    - 기존의 `delay`를 사용한 순차적 화면 이동 방식을 제거하여 사용자 경험을 개선했습니다.

- **`SharedFlow` 설정 변경**
    - `AutoMissionViewModel`의 `_sideEffect` `SharedFlow`에서 불필요한 `extraBufferCapacity = 1` 설정을 제거했습니다.

- **디버그 키스토어 설정 추가**
    - `app/build.gradle.kts` 파일에 디버그 빌드를 위한 키스토어(`debug.keystore`) 경로 및 서명 정보를 명시적으로 추가했습니다.
@sonms sonms requested a review from a team January 23, 2026 11:21
@sonms sonms self-assigned this Jan 23, 2026
@sonms sonms requested review from dmp100, seungjae708 and vvan2 and removed request for a team January 23, 2026 11:21
Copy link
Collaborator

@seungjae708 seungjae708 left a comment

Choose a reason for hiding this comment

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

푸푸

- 반복 미션 등록 완료 후, 마지막 페이지를 봤다는 상태(`hasViewedLastPage`)를 `false`로 초기화하는 로직을 추가했습니다. 이는 사용자가 다시 등록 화면에 진입했을 때 마지막 페이지가 바로 보이지 않도록 수정합니다.
- 반복 미션 결과 화면(`ParentAutoResultScreen`)에서 스낵바가 중복으로 표시될 수 있는 `scope.launch`를 제거하여, 예외 처리 로직을 개선했습니다.
Copy link
Collaborator

@dmp100 dmp100 left a comment

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.

어푸푸푸푸

@vvan2 vvan2 requested a review from dietken1 January 23, 2026 13:42
@vvan2 vvan2 merged commit 267ec84 into develop Jan 23, 2026
@vvan2 vvan2 added mod 🎉 큰 단위의 코드 수정 🪐민성 민성 전용 라벨 labels Jan 26, 2026
@vvan2 vvan2 added this to the [키어로] AppJam milestone Jan 26, 2026
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] 최종 QA

4 participants