-
Notifications
You must be signed in to change notification settings - Fork 0
feat/#189: 가입 신청 시 버튼 비활성화 처리 #190
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회원가입 화면에서 회원가입 요청이 진행 중일 때 버튼 활성화 상태를 제어하는 로직이 추가 및 수정되었습니다. 버튼 활성화는 이제 내부 상태 값( Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant SignUpScreen
participant SignUpViewModel
participant SignUpState
User->>SignUpScreen: 회원가입 버튼 클릭
SignUpScreen->>SignUpViewModel: signUp() 호출
SignUpViewModel->>SignUpState: isSignUpRequesting = true
SignUpViewModel->>SignUp UseCase: 회원가입 요청
SignUp UseCase-->>SignUpViewModel: 결과 반환
SignUpViewModel->>SignUpState: isSignUpRequesting = false
SignUpState-->>SignUpScreen: 버튼 활성화 상태 갱신
Assessment against linked issues
Suggested labels
Poem
Tip ⚡️ Faster reviews with caching
Enjoy the performance boost—your workflow just got faster. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
🔇 Additional comments (7)
✨ Finishing Touches
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 (
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
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.
확인했습니다
💡 Issue
🌱 Key changes
✅ To Reviewers
📸 스크린샷
KakaoTalk_Video_2025-05-10-00-38-02.mp4
Summary by CodeRabbit