-
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.
feat: 마이페이지 회원 작성 댓글 목록 조회 시, 카페 별로 필터링되도록 구현 (#136)
* feat: 엔티티 영역에서 mapId 가 같은 카페일 경우 동일 카페로 간주하도록 구현 * feat: 자신이 댓글 쓴 카페 목록 조회 시, 카페 별로 grouping 되도록 구현 * test: 기능 구현으로 인해 테스트 변경 * feat: 카페 mapId 에 따른 페이지네이션 처리 구현 * fix: 범위 벗어나는 toIndex 수정 * fix: 범위 잘못된 toIndex 수정 * feat: equals override 메서드 instanceof 이용하도록 구현 --------- Co-authored-by: 김태현 <[email protected]>
- Loading branch information
1 parent
d77d372
commit b2fad09
Showing
6 changed files
with
71 additions
and
15 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