-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Mypage-Final] 마이페이지,회원가입 프로필 사진 #172
Comments
LeeTH916
referenced
this issue
in LeeTH916/and06-nibobnebob
Nov 30, 2023
- user dto에 프로필 사진 속성 추가 - user entity에 프로필 사진 컬럼 추가 Co-authored-by: GeunH <[email protected]>
LeeTH916
referenced
this issue
in LeeTH916/and06-nibobnebob
Nov 30, 2023
- 기본 프로필 사진 등록 - 회원 정보를 DB에 저장이 성공 시 해당 사진을 s3에 저장 Co-authored-by: GeunH <[email protected]>
LeeTH916
referenced
this issue
in LeeTH916/and06-nibobnebob
Nov 30, 2023
Co-authored-by: GeunH <[email protected]>
LeeTH916
referenced
this issue
in LeeTH916/and06-nibobnebob
Nov 30, 2023
- 서명된 URL을 통해 프로필 사진을 가져오도록 구현 Co-authored-by: GeunH <[email protected]>
7 tasks
plashdof
referenced
this issue
in plashdof/and06-nibobnebob
Dec 4, 2023
plashdof
referenced
this issue
in plashdof/and06-nibobnebob
Dec 4, 2023
plashdof
referenced
this issue
in plashdof/and06-nibobnebob
Dec 4, 2023
plashdof
referenced
this issue
in plashdof/and06-nibobnebob
Dec 4, 2023
plashdof
referenced
this issue
in plashdof/and06-nibobnebob
Dec 4, 2023
GeunH
referenced
this issue
in GeunH/and06-nibobnebob
Dec 4, 2023
GeunH
referenced
this issue
in GeunH/and06-nibobnebob
Dec 4, 2023
GeunH
referenced
this issue
in GeunH/and06-nibobnebob
Dec 4, 2023
GeunH
referenced
this issue
in GeunH/and06-nibobnebob
Dec 4, 2023
- 기존 @Usepipes() 방식은 multipart 데이터에 적용이 되지 않았음 - plainToClass(UserInfoDto, body)방식으로 upload데이터와 텍스트를 분리하여 텍스트에 대해서 validation 적용하도록 구현
GeunH
referenced
this issue
in GeunH/and06-nibobnebob
Dec 4, 2023
- 함수 매개변수로 userInfoDto가 아닌 Body 자체를 받아와 함수 내부에서 body text를 추출하여 userInfoDto로 Validation을 하는 방식으로 변경하니, @ApiBody 데코레이터를 달아줘야 했음.
GeunH
referenced
this issue
in GeunH/and06-nibobnebob
Dec 4, 2023
GeunH
referenced
this issue
in GeunH/and06-nibobnebob
Dec 4, 2023
GeunH
referenced
this issue
in GeunH/and06-nibobnebob
Dec 4, 2023
plashdof
referenced
this issue
in plashdof/and06-nibobnebob
Dec 4, 2023
8 tasks
plashdof
referenced
this issue
in plashdof/and06-nibobnebob
Dec 4, 2023
3 tasks
plashdof
referenced
this issue
in plashdof/and06-nibobnebob
Dec 4, 2023
plashdof
referenced
this issue
in plashdof/and06-nibobnebob
Dec 5, 2023
GeunH
referenced
this issue
in GeunH/and06-nibobnebob
Dec 6, 2023
GeunH
referenced
this issue
in GeunH/and06-nibobnebob
Dec 6, 2023
plashdof
referenced
this issue
in plashdof/and06-nibobnebob
Dec 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Task
AOS
BE
The text was updated successfully, but these errors were encountered: