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] 이메일 찾기 + 비밀번호 변경을 위한 인증 화면 #104

Merged
merged 3 commits into from
Aug 10, 2023

Conversation

chaerlo127
Copy link
Collaborator

🌱 이슈 번호

close #103


💬 기타 사항

  • 아래 코맨트 확인 !

@chaerlo127 chaerlo127 added 🔮 feat 기능을 생성해요 ! 🐣 chae-eun 채은이가 만든 기능이에요 ! 👩🏻‍💻 users 사용자 도메인 기능이에요 ! labels Aug 10, 2023
@chaerlo127 chaerlo127 self-assigned this Aug 10, 2023
Comment on lines +36 to +37
@field:NotNull
val name: String,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

실명 컬럼이 없어서 추가했슴니당

@PostMapping("/email/search")
@ResponseBody
fun findEmailSearch(@RequestBody @Validated findIdPwReq: FindIdPwReq): BaseResponse<EmailRes>{
if(!StringUtils.hasText(findIdPwReq.name)) throw BaseException(BaseResponseCode.NOT_EMPTY_NAME)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

하나의 같은 클래스 사용해서 null 인 경우일 수도 있고, null 이 되면 안되는 경우도 있어서
이렇게 예외처리 진행햇슴니당

Copy link
Member

@sojungpp sojungpp left a comment

Choose a reason for hiding this comment

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

👏👍

@chaerlo127 chaerlo127 merged commit 4684c22 into develop Aug 10, 2023
1 check passed
@chaerlo127 chaerlo127 deleted the feat/#103-findIDPW branch August 17, 2023 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐣 chae-eun 채은이가 만든 기능이에요 ! 🔮 feat 기능을 생성해요 ! 👩🏻‍💻 users 사용자 도메인 기능이에요 !
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 아이디 찾기 화면 & 비밀번호 찾기 화면 API
3 participants