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: modify member information #37

Merged
merged 2 commits into from
Jul 27, 2023
Merged

Conversation

Martin0o0
Copy link
Member


name: Pull Request
about: PR을 요청합니다.
title: 회원정보를 수정하는 기능을 구현
labels: 새로운 기능을 구현
assignees: Martin0o0


관련 이슈

close #35

예상 리뷰 시간

10-min

추가 또는 변경사항

기본 회원 정보를 바탕으로 회원 정보를 업데이트하는 기능을 구현하였습니다.,
추가적으로 기존의 미디어 파일을 삭제하는 메서드도 구현하였습니다.

스크린샷

스크린샷 2023-07-26 오후 9 46 47 기존의 회원 정보에서 스크린샷 2023-07-26 오후 9 56 17 다음과 같이 이름을 수정하였을 때, 수정되며 202 정상 코드를 응답합니다. 스크린샷 2023-07-26 오후 9 56 40 데이터베이스에도 정상적으로 반영됩니다. ## 기타 다음으로 어드민 API를 작성하도록 하겠습니다.

@Martin0o0 Martin0o0 added the ✨ New Feature 기능 추가 label Jul 26, 2023
@Martin0o0 Martin0o0 self-assigned this Jul 26, 2023
Copy link
Collaborator

@KellyKimHyeJin KellyKimHyeJin left a comment

Choose a reason for hiding this comment

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

수고 많으셨습니다!!

@RequestPart(required = false) MultipartFile profileImg) {
log.info(principal.getName());

return memberService.updateProfile(principal.getName(), updateRequest, profileImg);
Copy link
Collaborator

Choose a reason for hiding this comment

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

회원 정보를 업데이트하는 기능을 확인했습니다.

@KellyKimHyeJin KellyKimHyeJin merged commit 12d82d8 into develop Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ New Feature 기능 추가
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

사용자 정보를 수정하는 기능을 구현한다.
2 participants