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

[FEAT] 회원가입 API 구현 #36

Merged
merged 34 commits into from
Jul 11, 2024
Merged

[FEAT] 회원가입 API 구현 #36

merged 34 commits into from
Jul 11, 2024

Conversation

paragon0107
Copy link
Contributor

@paragon0107 paragon0107 commented Jul 11, 2024

✨ Related Issue

📝 기능 구현 명세

image
회원가입 성공 결과입니다.

image
해당 이메일로 가입한 유저가 있을때 결과입니다.

image
비밀번호 칸과 비밀번호 확인 칸이 다를때 결과입니다.

image
비밀번호 암호화 결과입니다.

🐥 추가적인 언급 사항

  • Member 객체 생성할 때 DTO를 넘겨주지 않고 분리하여 넘겨주었습니다. 각 클래스의 독립성을 중시하는 측면에서 해당 방법을 채택했습니다
  • 이메일 인증 부분은 따로 구현 예정입니다.

@paragon0107 paragon0107 added the feat 기능 label Jul 11, 2024
@paragon0107 paragon0107 requested a review from Chan531 July 11, 2024 16:35
@paragon0107 paragon0107 self-assigned this Jul 11, 2024
@paragon0107 paragon0107 linked an issue Jul 11, 2024 that may be closed by this pull request
3 tasks
Copy link
Contributor

@Chan531 Chan531 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!
비밀번호 암호화 부분만 마저 파이팅해주세요~!

Copy link
Contributor

@Chan531 Chan531 left a comment

Choose a reason for hiding this comment

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

수고많으셨습니다~!!

@paragon0107 paragon0107 merged commit d88926d into develop Jul 11, 2024
1 check passed
@paragon0107 paragon0107 deleted the feat/#26-sign-up branch July 11, 2024 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 회원가입 기능 추가
2 participants