-
Notifications
You must be signed in to change notification settings - Fork 3
refactor : 파일 크기 제한, DB 잔존 데이터 로직 수정 #126
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
properties와 S3Uploader 클래스내에서 모두다 5MB 크기 제한 * PostMan에서는 자체적으로 크기제한을 걸어줌.
|
""" Walkthrough이 변경사항은 S3에서 이미지 파일을 삭제한 후, Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant ProblemService
participant S3Uploader
participant ProblemDomainService
participant DB
Client->>ProblemService: removeProblem(problemId)
ProblemService->>S3Uploader: delete images from S3
S3Uploader-->>ProblemService: deletion result
ProblemService->>Problem: clear imageUrl collection
ProblemService->>ProblemDomainService: saveProblem(problem)
ProblemDomainService->>DB: save(problem)
DB-->>ProblemDomainService: persisted
ProblemDomainService-->>ProblemService: done
ProblemService-->>Client: 완료 응답
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page 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 (
|
작업 내용
변경 사항
트러블 슈팅
해결해야 할 문제
참고 사항
postman 내에서 자체적으로 파일 크기를 5MB 크기 제한을 함.
코드 리뷰 전 확인 체크리스트
type :)Summary by CodeRabbit
신규 기능
버그 수정
설정