🧩 Fix : 득점 랭킹 - 이번 주 / 이번 달 DB 조회 추가#220
Merged
Merged
Conversation
Test Coverage Report
|
pjs1710
reviewed
Nov 17, 2025
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.
🍀 이슈 번호
✅ 작업 사항
오늘/이 주/이 달의 하이라이트 영상 조회 쿼리 구현 #218
기존
MongoDB만을 기반으로하는RankingRepository를 JPA기반의RankingJpaRepository와MongoDB를 사용하는RankingMongoRepository로 분할했습니다.위와 같이 이번 주 / 이번 달의
2점+3점 슛 총합 ``내림차순으로 선정된TOP10의 유저 정보와 득점 정보를 조회하는 쿼리를 작성했습니다.파라미터로
type를 입력받아 1개의 쿼리로 이번 주 / 이번 달을 구분하여 조회가능하도록 설계했습니다.오늘/이 주/이 달의 하이라이트 영상 조회 서비스 구현 #219
기존 레디스에서 조회한 데이터가 없는 경우 빈 리스트를 반환하는 방식에서 DB에서 직접 조회하는 방식으로 레디스의 failover 상황을 개선했습니다.
개선 전 - RankingManager.class
개선 후 - RankingManager.class
⌨ 기타