[SCRUM-240] 내 정보 조회 API에서 닉네임 및 이메일 조회 구현 (#101)#107
Merged
Conversation
BookmarkCountDto와 BookmarkInfoDto의 상위 패키지를 domain/bookmark로 변경했습니다.
내 정보 조회 API에서 회원의 닉네임과 이메일만 조회하도록 구현했습니다. 추후 북마크한 코스 정보와 생성한 코스 정보를 추가할 예정입니다.
BookmarkCountDto의 패키지 경로가 변경되었는데 레포지토리 메서드 내에서 해당 패키지 경로를 수정하지 않아 발생한 빌드 에러를 해결하였습니다.
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.
✏️ 연관 이슈
#101
⛳ 작업 내용
💬리뷰 요구사항
.
📍 참고사항