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

아이디 중복 확인 로직 생성 #30

Merged
merged 5 commits into from
Sep 20, 2024
Merged

Conversation

GeonH0
Copy link
Collaborator

@GeonH0 GeonH0 commented Sep 20, 2024

  • 회원가입시 이메일 중복 버튼을 생성하였습니다.
  • 중복일 경우 이메일 중복 Alert을 생성합니다.
  • 중복이 아닐경우 사용할수 있다는 Alert과 IDTextField는 사용할수 없게 설정하였습니다.
  • Alert 로직을 Utility로 분리하여 재사용성을 증가시켰습니다.
  • 비즈니스로직에서 이메일형식을 확인하고 있습니다.
  • CheckEmailResponesDTO를 생성하였습니다. 중복일경우 true 중복이 아닐경우 false로 return 됩니다.

Copy link

@GeonH0 GeonH0 merged commit 294eff5 into feature/Login Sep 20, 2024
2 checks passed
@GeonH0 GeonH0 mentioned this pull request Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant