Skip to content

[Fix] 회원가입 온보딩 스크린 로직 수정 - #159

Merged
oungsi2000 merged 4 commits into
developfrom
fix/onboarding-loading
Aug 22, 2026
Merged

[Fix] 회원가입 온보딩 스크린 로직 수정#159
oungsi2000 merged 4 commits into
developfrom
fix/onboarding-loading

Conversation

@oungsi2000

Copy link
Copy Markdown
Collaborator

관련 이슈

작업 내용

변경사항 / 상세

중점 리뷰사항

스크린샷 (선택)

Moony-H and others added 2 commits August 22, 2026 12:25
네트워크 요청의 안정성을 확보하기 위해 `HttpTimeout`의 주요 설정 값을 기존 10~15초에서 100초로 일괄 상향 조정합니다.

- `requestTimeoutMillis`: 15,000ms -> 100,000ms
- `connectTimeoutMillis`: 10,000ms -> 100,000ms
- `socketTimeoutMillis`: 15,000ms -> 100,000ms
@oungsi2000 oungsi2000 self-assigned this Aug 22, 2026
@oungsi2000 oungsi2000 added the fix 버그 수정 label Aug 22, 2026
@coderabbitai

coderabbitai Bot commented Aug 22, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 78601e3c-1547-4037-a6fe-ea5285eeed77

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

# Conflicts:
#	feature/onboarding/src/main/java/com/kikidan/onboarding/OnboardingViewModel.kt
#	feature/onboarding/src/test/java/com/kikidan/onboarding/OnboardingViewModelTest.kt
온보딩 최종 제출 상태를 관리하는 `OnboardingSubmitState`를 UI 레이어에 일관되게 적용하고, 불필요한 코드를 정리합니다.

- `OnboardingRoute`: `CompleteScreen`의 `isLoading` 인자를 기존 `state.isSubmitting` 대신 `state.submitState`가 `Loading` 상태인지 확인하는 로직으로 변경
- `OnboardingViewModel`: 중복으로 포함된 `OnboardingSubmitState` 임포트 구문 제거
@oungsi2000
oungsi2000 merged commit 621e57d into develop Aug 22, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix 버그 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants