feat: 마이페이지 로그아웃·문의하기 구현 및 온보딩/설정 UI 개선 - #153
Merged
Merged
Conversation
마이페이지의 핵심 기능(로그아웃, 1:1 문의)을 구현하고, 온보딩 완료 로직 및 설정 화면의 레이아웃 완성도를 높였습니다.
- **마이페이지 및 인증**:
- `AuthRepository` 및 `MyPageHomeViewModel`에 로그아웃 로직을 추가하고 성공/실패 시의 사이드 이펙트(로그인 화면 이동, 스낵바 노출) 처리
- 1:1 문의 클릭 시 외부 메일 앱(`Intent.ACTION_SENDTO`)으로 연동하는 로직 구현
- **온보딩 개선**:
- `CompleteScreen`에 `LaunchedEffect`와 `delay`를 적용하여 3초 후 자동으로 다음 단계로 진입하는 로직 추가
- `OnboardingTerm`에서 서로 바뀌어 있던 서비스 이용약관과 개인정보 처리방침의 Notion 링크 수정
- **설정 화면 UI/UX**:
- `AppSettingScreen` 및 회원 탈퇴 화면에 `systemBarsPadding`을 적용하여 시스템 바와의 레이아웃 겹침 문제 해결
- 설정 내 약관 항목 클릭 시 `LocalUriHandler`를 통해 즉시 브라우저로 연결되도록 개선
- **기타**:
- 택일 운세(#107) 및 연도별 운세(#108) 구현 단계 진입에 따라 관련 설계 문서 삭제
- 로그아웃 관련 Repository 단위 테스트 및 Fake 객체 업데이트
# Conflicts:
# core/designsystem/src/main/res/values/strings.xml
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
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.
마이페이지의 핵심 기능(로그아웃, 1:1 문의)을 구현하고, 온보딩 완료 로직 및 설정 화면의 레이아웃 완성도를 높였습니다.
AuthRepository및MyPageHomeViewModel에 로그아웃 로직을 추가하고 성공/실패 시의 사이드 이펙트(로그인 화면 이동, 스낵바 노출) 처리Intent.ACTION_SENDTO)으로 연동하는 로직 구현CompleteScreen에LaunchedEffect와delay를 적용하여 3초 후 자동으로 다음 단계로 진입하는 로직 추가OnboardingTerm에서 서로 바뀌어 있던 서비스 이용약관과 개인정보 처리방침의 Notion 링크 수정AppSettingScreen및 회원 탈퇴 화면에systemBarsPadding을 적용하여 시스템 바와의 레이아웃 겹침 문제 해결LocalUriHandler를 통해 즉시 브라우저로 연결되도록 개선Conflicts:
core/designsystem/src/main/res/values/strings.xml
관련 이슈
작업 내용
변경사항 / 상세
중점 리뷰사항
스크린샷 (선택)