#21 회원 정보 수정#46
Merged
LeeGukgeon merged 1 commit intodevelopfrom Dec 16, 2024
Hidden character warning
The head ref may contain hidden characters: "43-21-\ud68c\uc6d0-\uc815\ubcf4-\uc218\uc815"
Merged
Conversation
- UserUpdateRequest DTO 생성 - UserController에 회원 정보 수정 API 추가 - UserService에 updateUser 메서드 구현 - 로그인된 사용자 본인의 정보만 수정 가능 - 이메일, 닉네임 중 선택적으로 수정 가능 Resolves: #43
Contributor
|
토큰에서 정보 꺼내는게 좋네요 |
Contributor
|
check!!! |
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.
📋 요약
🛠 변경 사항
🔗 관련 이슈
📸 스크린샷 또는 GIF (해당되는 경우)
기존 tbl_user

수정 요청

변경된 tbl_user

✅ 체크리스트
🛡 테스트 방법
.
📚 추가 참고 사항
.