-
Notifications
You must be signed in to change notification settings - Fork 1
[FEATURE] 이미지 업로드 (프로필, 공통) #367
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
[FEATURE] 이미지 업로드 (프로필, 공통) #367
Conversation
ayoung-dev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생 많으셨습니다!
| @RequestBody CenterBasicInfoRequestDto centerBasicInfoRequestDto | ||
| ) { | ||
| updateBasicInfoUseCase.update(userId, centerBasicInfoRequestDto); | ||
| return ApiResponse.ok("센터 기본 정보 업데이 완료"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
업데이..!
중요한 건 아니지만.. 보였어요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오 감사합니다 ㅋㅋㅋㅋ
leebs0521
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다.
| public ApiResponse<String> getImageUploadUrl( | ||
| @UserId UUID userId, | ||
| @RequestBody String fileName | ||
| ) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ReqeustBody에 ImgUrlRequestDto가 아닌 스트링으로 하신 이유가 있을까요??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아니요 이거 변경하겠습니다!
|



resolved :
📌 과제 설명
이미지 업로드
👩💻 요구 사항과 구현 내용
프로필 수정에서 이미지를 분리했습니다.
공통 이미지 업로드 컨트롤러도 추가했습니다.
서진 님이 작성해주신 기존의 프로필 이미지 수정을 유저 프로필 이미지 수정으로 병합했습니다.
✅ PR 포인트 & 궁금한 점