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

#PAR-327 : 프로필 사진 수정 기능 추가 / API 연동 #175

Merged
merged 15 commits into from
Sep 15, 2023
Merged

Conversation

nohjunh
Copy link
Member

@nohjunh nohjunh commented Sep 14, 2023

Description

사용자 프로필 이미지 수정 기능을 추가한다.
Multipart를 통해 이미지를 업로드한다.

  1. Multipart 형식은 여러 종류의 데이터를 함께 전송할 수 있는 유연한 방법 제공
  2. 효율적인 파일 업로드: 이미지 파일과 같은 이진 데이터를 효율적으로 전송. Multipart 요청은 파일 데이터를 분할하여 전송하므로 대용량 파일의 업로드 관리 이점
  3. 서버 호환성: 대부분의 서버 및 백엔드 API는 Multipart 형식 지원. 이미지 업로드에 대한 서버 호환성 확보
  4. 메타 데이터
  5. 보안, 서버 처리 용이성

Implementation

2023-09-18.9.34.35.mov

@nohjunh nohjunh added the ✨ 기능 기능을 구현한다. label Sep 14, 2023
@sonarcloud
Copy link

sonarcloud bot commented Sep 14, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@nohjunh nohjunh merged commit 1d80f91 into develop Sep 15, 2023
3 checks passed
@nohjunh nohjunh deleted the PAR-327 branch September 21, 2023 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ 기능 기능을 구현한다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant