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

[Mypage-Final] 마이페이지,회원가입 프로필 사진 #172

Closed
2 tasks done
GeunH opened this issue Nov 30, 2023 · 0 comments
Closed
2 tasks done

[Mypage-Final] 마이페이지,회원가입 프로필 사진 #172

GeunH opened this issue Nov 30, 2023 · 0 comments
Labels
AOS 작업범위 : Android BE 작업범위 : BackEnd

Comments

@GeunH
Copy link
Collaborator

GeunH commented Nov 30, 2023

Description


Task

AOS

  • 사용자는 프로필 이미지를 등록하고 수정할 수 있어야한다.

BE

  • 사용자는 프로필 이미지를 등록하고 수정할 수 있어야한다.

@GeunH GeunH added AOS 작업범위 : Android BE 작업범위 : BackEnd labels Nov 30, 2023
@GeunH GeunH added this to the 마이페이지 milestone Nov 30, 2023
@GeunH GeunH changed the title [Mypage-Final] 마이페이지 [Mypage-Final] 마이페이지 프로필 사진 Nov 30, 2023
@GeunH GeunH changed the title [Mypage-Final] 마이페이지 프로필 사진 [Mypage-Final] 마이페이지,회원가입 프로필 사진 Nov 30, 2023
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
LeeTH916 referenced this issue in LeeTH916/and06-nibobnebob Nov 30, 2023
- 서명된 URL을 통해 프로필 사진을 가져오도록 구현

Co-authored-by: GeunH <[email protected]>
plashdof referenced this issue in plashdof/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 데코레이터를 달아줘야 했음.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AOS 작업범위 : Android BE 작업범위 : BackEnd
Projects
Status: Done
Development

No branches or pull requests

2 participants