[ARV-175] 차량 대절 사진 저장 로직 및 날짜, 참석자 수 데이터 조회 이슈 수정 #154
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
연결된 issue 🌟
구현 내용 📢
차량 대절 사진 저장 로직 구현
기존에 차량 대절 추가 및 수정 작업에서 임시로 imageUrl을 바로 받았는데, 이를 multipart form data로 받아와서 S3에 저장할 수 있도록 수정했습니다.
rentboardingDates 조회 쿼리 수정
기존 차량 대절 상세 조회에서 rentBoardingDates 데이터가 1개 밖에 나오지 않는 이슈가 발생하여,
기존에 Projections 안에 list로 한번 더 Projections 했던 것을, 쿼리를 아예 분리하여 DTO에 추가적으로 Set 하도록 변경했습니다.
앞으로 해야할 것