-
Notifications
You must be signed in to change notification settings - Fork 0
[Feature/#53] 마이페이지 및 설정화면 디자인 추가 사항 반영 #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
""" Walkthrough이 변경 사항은 마이페이지와 설정 화면에 새로운 디자인 요소를 반영합니다. 기본 프로필 사진 벡터 이미지가 추가되고, 로그아웃 및 회원 탈퇴 시 사용자 확인 다이얼로그가 도입되었습니다. 관련 UI, 상태, Intent, ViewModel, Enum 및 리소스 파일이 추가·수정되었습니다. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant SettingScreen
participant SettingViewModel
participant ConfirmDialog
User->>SettingScreen: 로그아웃/탈퇴 버튼 클릭
SettingScreen->>SettingViewModel: showLogoutDialog() / showWithdrawalDialog()
SettingViewModel->>SettingScreen: state.showConfirmDialog = (LOGOUT/WITHDRAW)
SettingScreen->>ConfirmDialog: showConfirmDialog != null
User->>ConfirmDialog: 확인 버튼 클릭
ConfirmDialog->>SettingViewModel: confirmDialogAction()
SettingViewModel->>SettingScreen: executeLogout()/executeWithdrawal(), showConfirmDialog = null
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Assessment against linked issues
Suggested labels
Suggested reviewers
Poem
""" Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
✨ Finishing Touches
🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
presentation/src/main/java/com/threegap/bitnagil/presentation/setting/SettingViewModel.kt
Outdated
Show resolved
Hide resolved
- ConfirmDialogAction Intent 제거
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
[ PR Content ]
마이페이지 및 설정화면 디자인 추가 사항을 반영했습니다.
Related issue
Screenshot 📸
Screen_recording_20250730_041508.mp4
Work Description
To Reviewers 📢
Summary by CodeRabbit
신규 기능
UI 개선