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 - 회원가입 기능 구현 #21

Merged
merged 14 commits into from
Jan 10, 2024
Merged

Conversation

kseysh
Copy link
Member

@kseysh kseysh commented Jan 9, 2024

Related issue 🚀

Work Description 💚

  • 회원가입 로직을 구현하였습니다.
  • 이미 회원가입된 유저일시 400 Error를 통해 중복된 유저가 회원가입되지 않도록 하였습니다.

PR 참고 사항

  • 포스트맨 테스트 결과입니다.
    image
    image

@kseysh kseysh added ✨ Feat 새로운 기능 추가 👨🏻‍💻 승환 승환이가 작성한 Label 🔥 Pull Request labels Jan 9, 2024
@kseysh kseysh requested a review from jumining January 9, 2024 11:45
@kseysh kseysh self-assigned this Jan 9, 2024
Copy link
Collaborator

@jumining jumining left a comment

Choose a reason for hiding this comment

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

회원가입까지 수고하셨습니다! 치명적인 수정사항은 없어서 컨벤션만 맞춰주시고 머지해주세요! 앞으로도 파이팅 아자아자

import java.util.List;

public record OnboardingRequest(

Copy link
Collaborator

Choose a reason for hiding this comment

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

P2. record에는 빈 줄 빼는 것으로 통일해요!:)

import sopt.org.HMH.global.auth.social.SocialPlatform;

public record SocialSignUpRequest(

Copy link
Collaborator

Choose a reason for hiding this comment

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

P2. 여기도 통일하면 좋을 것 같아융

Comment on lines 9 to 13
SocialPlatform socialPlatform,
@JsonProperty(value = "onboarding")
OnboardingRequest onboardingRequest,
@JsonProperty(value = "challenge")
ChallengeRequest challengeRequest
Copy link
Collaborator

Choose a reason for hiding this comment

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

P2. 위에는 애노테이션과 변수 사이에 빈줄이 있고 이 레코드 파일에는 빈줄이 없는 것 같아서 통일해주면 좋을 것 같아요이

Copy link
Member Author

Choose a reason for hiding this comment

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

넵 어노테이션에서는 위에 공백을 붙이는 것으로 통일하도록 하겠습니다!

@kseysh kseysh merged commit 080e8b7 into develop Jan 10, 2024
1 check passed
@jumining jumining deleted the feat/#18-social-sign-up-api branch January 15, 2024 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 새로운 기능 추가 👨🏻‍💻 승환 승환이가 작성한 Label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat - 카카오 소셜 회원가입 기능 구현
2 participants