-
Notifications
You must be signed in to change notification settings - Fork 1
perf: 일부 로직 성능 개선 #39
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
Conversation
Walkthrough이번 변경에서는 사용자 정보 수정 API의 시그니처와 데이터 흐름이 대폭 개편되었습니다. 프로필 이미지 업로드를 위한 멀티파트 요청 처리, 사용자 정보 응답 DTO 신설, 필드 매퍼의 라벨 개선, 문서 타입별 한글 폴더명 제공, 프로필 사진 필드의 PDF 렌더링 및 플라스크 서비스 연동 등이 반영되었습니다. Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant UserController
participant UserService
participant S3Service
participant User
Client->>UserController: multipart/form-data(file, data)
UserController->>UserService: modifyUserInfo(data, file, userPrincipal)
UserService->>S3Service: upload(file)
S3Service-->>UserService: profileImageUrl
UserService->>User: modifyUserInfo(data, profileImageUrl)
User-->>UserService: (User updated)
UserService-->>UserController: ModifyUserInfoRes
UserController-->>Client: SuccessResponse<ModifyUserInfoRes>
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (13)
💤 Files with no reviewable changes (1)
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
🔍 관련 이슈
✅ 작업 분류
✨ 작업 내용
✅ 체크리스트
Summary by CodeRabbit
신규 기능
버그 수정
문서화
리팩터링