Conversation
# Conflicts: # src/main/java/com/whereyouad/WhereYouAd/global/exception/BaseErrorCode.java
Collaborator
Author
|
공통 응답 부분이랑 같이 하니까 커밋이 좀 많아졌네요...ㅠㅠ 리뷰 하실때는
이 부분들을 중점적으로 보시면 될 것 같습니다 |
Collaborator
|
P4: 전반적인 코드는 괜찮은 것 같습니다! 또한 DTO 변환은 지금처럼 Converter로 하여, DTO는 단순 요청/응답 구조로만 사용하고 도메인 로직을 알지 못하게 책임을 분리하는 게 맞다고 생각합니다. 다음 이슈로 이메일 인증 로직을 언급하셨는데, 제 생각에는 소셜 로그인도 JWT 발급으로 이어져야해서 JWT 발급 및 로그인 로직을 먼저 이슈로 두는 게 좋을 것 같아요! |
kingmingyu
approved these changes
Jan 18, 2026
Collaborator
kingmingyu
left a comment
There was a problem hiding this comment.
고생하셨습니다! 코드 확인해봤는데 @Vaild 검사 실패까지 꼼꼼하게 구현해주신 것 같습니다! 저도 converter로 변환하는게 좋은 것 같습니다!
2 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📌 관련 이슈
🚀 개요
📄 작업 내용
📸 스크린샷 / 테스트 결과 (선택)
====오류 처리 ====

4. 이미 가입된 이메일로 회원가입 시도 시 오류(중복 이메일)
✅ 체크리스트
🔍 리뷰 포인트 (Review Points)
일단 인증없는 지금 로직부터 머지 하고, 다음 이슈로 이메일 인증 로직을 회원가입 로직에 끼워넣는 방식으로 진행하겠습니다
DTO 레코드 내부에 메서드를 넣는 방식으로 바꾸는게 나을까요?