-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: 나의 기록 뱃지 조회를 최신 기준으로 최대 3개 리턴하도록 수정 (#288)
* Fix: 나의 뱃지 조회를 획득한 날짜 최신 순으로 최대 3개만 가져오도록 repository 함수 수정 * Fix: 뱃지 조회 repository 함수 명을 명확하게 변경, limit 인자 추가 - findByMemberIdWithBadge에서 findByMemberIdWithBadgeOrderByAchievedAtLimit으로 변경 * Test: 나의 기록의 뱃지 조회 findByMemberIdWithBadgeOrderByAchievedAtLimit 함수 테스트 코드 추가
- Loading branch information
Showing
6 changed files
with
85 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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