Merged
Conversation
- 코드 가독성을 높이기 위해 불필요한 임포트 문을 제거 - 주석 및 공백 정리로 코드 일관성 향상
- 주간 랭킹 조회 시 페이징 기능을 추가하여 성능 개선 - 관련 메서드 및 리포지토리 수정
- ISO 주차 기준으로 변경하여 일관성 있는 주차 계산 보장
- 메트릭 Reader 공통 추상 클래스인 AbstractMetricsReader 구현 - 월간 및 주간 메트릭 Reader에서 상속하여 코드 중복 제거 - 랭킹 집계 로직을 통합하여 유지보수성 향상
- 점수 계산 방식 변경에 따른 테스트 값 업데이트 - 기존 테스트에서 사용된 점수 값 수정
- 판매량 증가 메서드에 총 판매 금액 매개변수 추가 - 월간 랭킹 조회 API에 페이징 처리 적용 - 관련된 리포지토리 및 서비스 메서드 수정
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📌 Summary
💬 Review Points
✅ Checklist
📎 References