-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor: 로그인 플로우 Feature 액션 컨벤션 수정 #142
Conversation
case .다음_버튼_눌렀을때: | ||
let nickname = state.nicknameText | ||
return .send(.delegate(.pushSelectFieldView(nickname: nickname))) | ||
case .뒤로가기_버튼_눌렀을때: |
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.
요거 네이밍도 dismiss
로 그냥 가져갑니다
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.
요거 네이밍도
dismiss
로 그냥 가져갑니다
넵
return .send( | ||
.inner(.닉네임_변경되었을때) | ||
) |
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.
한줄로 적을 수 있는데 이런 컨벤션을 저희가 정했었나요??
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.
한줄로 적을 수 있는데 이런 컨벤션을 저희가 정했었나요??
엇 제가 잘못적은거 같아요 수정하겠습니다
case .textChanged: | ||
case .닉네임_변경되었을때: |
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.
액션 이름 자체는 유저가 닉네임을 변경한 이후(닉네임 API 반영)로 보여집니다
닉네임 텍스트필드가 변경되었다는 네이밍을 다시한번 생각해보면 좋을 것 같습니다
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.
액션 이름 자체는 유저가 닉네임을 변경한 이후(닉네임 API 반영)로 보여집니다 닉네임 텍스트필드가 변경되었다는 네이밍을 다시한번 생각해보면 좋을 것 같습니다
넵 수정하겠습니다
case 개인정보_동의_선택됐을때 | ||
case 서비스_이용약관_동의_선택됐을때 | ||
case 마케팅_정보_수신_동의_선택됐을때 | ||
case 전체_동의_선택됐을때 |
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.
선택했을때
#️⃣연관된 이슈
📝작업 내용
스크린샷 (선택)
💬리뷰 요구사항(선택)
close 이슈번호