-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OING-325] feat: 가족구성원 랭킹 API 기능 구현 (#246)
* feat: Add getFamilyMembersMonthlySurvivalRanking API in PostController * feat: Add mvc test code for new API(getFamilyMembersMonthlySurvivalRanking) with nested test class * feat: Impl getFamilyMemberMonthlyRanking API at MainViewController * feat: Add mvc test code for new API(getFamilyMemberMonthlyRanking) at MainViewApiTest * fix: Add stream filter to exclude familyMember who didnt upload post at that month from getFamilyMembersMonthlySurvivalRanking API of PostController and Add test code to validate it from PostApiTest and MainViewApiTest * fix: Fix failed broken test code * fix: Fix failed broken test code2 * refactor: Refactor compareTo method of PostRankerDTO for better readability * refactor: Add blank line at that last of MainViewApiTest * refactor: Extract duplicated mapping code from getFamilyMemberMonrhlyRanking method of MainViewController * fix: Fix IndexOutOfBoundsException from getFamilyMemberMonthlyRanking API
- Loading branch information
Showing
19 changed files
with
725 additions
and
26 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
Oops, something went wrong.