-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Feat] #32 - SignUpView alert 로직 변경 및 SignUpVC UI 구현 #33
Merged
lsj8706
merged 15 commits into
sopt-makers:develop
from
lsj8706:feature/#32-SignUpView-alert-and-SignUpCompleteViewUI
Dec 8, 2022
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
b6f02bc
[Add] #32 - 컬러 에셋 추가
lsj8706 29ce220
[Add] #32 - StringLiteral에 SignUp String 추가
lsj8706 ad58dda
[Feat] #32 - 사용 가능한 닉네임 또는 이메일 입력 시 UI 분기 처리 구현
lsj8706 b91a9fc
[Feat] #32 - SignUp 뷰의 password 입력 로직 변경
lsj8706 317b94f
[Feat] #32 - SignUp 뷰의 password 입력 바인딩에 SignUpFormValidateResult 사용
lsj8706 f75b00c
[Add] #32 - 이미지 에셋 추가
lsj8706 c1fcf3e
[Feat] #32 - ModuleFactory에 SignUpCompleteVC 추가
lsj8706 50c1be0
[Feat] #32 - SignUpCompleteVC UI 구현
lsj8706 2b89e52
[Merge] #32 - pull develop
lsj8706 6a43727
[Chore] #32 - SignUpFormValidateResult에 passwordAlertType 추가
lsj8706 7307d42
[Feat] #32 - CustomTextField에 alertDelegate를 생성하여 alert 기능 위임 구현
lsj8706 8e1ce7c
[Merge] #32 - pull develop
lsj8706 1fa73df
[Chore] #32 - keyPath 구문 수정
lsj8706 97d1b79
[Chore] #32 - alertDelegate를 프로토콜로 타입 변경
lsj8706 92ed5dc
[Chore] #32 - SignUpViewModel output에 삼항 연산자 변경
lsj8706 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
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.
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.
새로운 방식으로 하니 더 깔끔해지네요!! 비대한 함수의 기능이 잘 분리된 것 같아요👍 👍 평소에 하듯이 alertDelegate를 Protocol로 구현해주면 확장성도 좋아질 것 같아요~
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.
프로토콜로 바꿔서 반영했습니다! 감사합니다~~!!