Skip to content

WEB - 차량 상세 통계 API 추가 및 연결, 페이지네이션, 검색#323

Merged
devJeenee merged 8 commits intodevelopfrom
feat/statistic-car
May 8, 2025
Merged

WEB - 차량 상세 통계 API 추가 및 연결, 페이지네이션, 검색#323
devJeenee merged 8 commits intodevelopfrom
feat/statistic-car

Conversation

@ongsttt52
Copy link
Collaborator

#️⃣연관된 이슈

#316

📝작업 내용

업체별 통계 - 차량 상세 통계 API 추가, 연결, 페이지네이션, 검색 기능 추가

스크린샷 (선택)

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

MonthlyStatisticResponse.MonthlyStats.class,
e.date.year(),
e.date.month(),
e.totalDriveCount.sum(),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

monthly 데이터를 그룹지을 필요가 있을까요?
월간 데이터 하나만 생기는거로 알고있습니

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

monthly 데이터를 그룹지을 필요가 있을까요? 월간 데이터 하나만 생기는거로 알고있습니

Tuple보다 Projections로 생성해서 DTO 채로 운반하는 것이 캡슐화 측면에서 좋을 것이라고 생각해서 그룹지어 사용했습니다

@devJeenee devJeenee merged commit a4ff0fd into develop May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants