Merged
Conversation
added 11 commits
July 26, 2025 16:46
- 부모 정보 및 자녀 정보 조회 API 추가하였습니다. - 부모 정보 수정 시 이메일 변경에 따른 JWT 재발급 처리하였습니다.
- 인증 관련 컨트롤러, 서비스, DTO를 domain.auth 패키지로 이동하였습니다.
- 업데이트 시, 성공 응답 코드를 추가하였습니다.
- 인증 관련 테스트 클래스들을 domain.auth 패키지 하위로 이동하였습니다.
- mysql dependency 중복을 제거하였습니다.
- 중복 데이터로 인한 NonUniqueResultException을 수정하였습니다. - ErrorCode 메시지 변경에 따른 테스트 검증 값을 수정하였습니다.
- 사용자 정보 조회/수정 API에 대한 테스트 코드를 작성하였습니다.
- 부모가 프로필 사진을 수정 시 프로필 사진을 업로드할 수 있는 기능을 구현하였습니다.
- 유저 가입 시 DTO 유효성 검사를 수정하였습니다.
- 프로필 사진 업로드 기능을 추가함에 따라 테스트 코드를 수정하였습니다.
Closed
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.
📌 연관된 이슈
📝작업 내용
💬리뷰 시 요구사항 (선택)