Skip to content
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

Merged
merged 9 commits into from
Oct 15, 2024

Conversation

ShapeKim98
Copy link
Contributor

#️⃣연관된 이슈

#129

📝작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)

  • 로그인 화면 플로우에 해당하는 Feature들에 액션 컨벤션 적용

스크린샷 (선택)

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

close 이슈번호

@ShapeKim98 ShapeKim98 requested a review from stealmh October 6, 2024 15:04
@ShapeKim98 ShapeKim98 self-assigned this Oct 6, 2024
@ShapeKim98 ShapeKim98 added the Refactor 🏗️ 뚝딱뚝딱 코드 및 구조 수정 label Oct 6, 2024
case .다음_버튼_눌렀을때:
let nickname = state.nicknameText
return .send(.delegate(.pushSelectFieldView(nickname: nickname)))
case .뒤로가기_버튼_눌렀을때:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요거 네이밍도 dismiss로 그냥 가져갑니다

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요거 네이밍도 dismiss로 그냥 가져갑니다

Comment on lines 106 to 108
return .send(
.inner(.닉네임_변경되었을때)
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

한줄로 적을 수 있는데 이런 컨벤션을 저희가 정했었나요??

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

한줄로 적을 수 있는데 이런 컨벤션을 저희가 정했었나요??

엇 제가 잘못적은거 같아요 수정하겠습니다

Comment on lines 120 to 121
case .textChanged:
case .닉네임_변경되었을때:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

액션 이름 자체는 유저가 닉네임을 변경한 이후(닉네임 API 반영)로 보여집니다
닉네임 텍스트필드가 변경되었다는 네이밍을 다시한번 생각해보면 좋을 것 같습니다

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

액션 이름 자체는 유저가 닉네임을 변경한 이후(닉네임 API 반영)로 보여집니다 닉네임 텍스트필드가 변경되었다는 네이밍을 다시한번 생각해보면 좋을 것 같습니다

넵 수정하겠습니다

Comment on lines 50 to 53
case 개인정보_동의_선택됐을때
case 서비스_이용약관_동의_선택됐을때
case 마케팅_정보_수신_동의_선택됐을때
case 전체_동의_선택됐을때
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

선택했을때

@stealmh stealmh linked an issue Oct 8, 2024 that may be closed by this pull request
14 tasks
@ShapeKim98 ShapeKim98 merged commit 423efee into develop Oct 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor 🏗️ 뚝딱뚝딱 코드 및 구조 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

액션 컨벤션 정립
2 participants