-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BSVR-214] 리뷰 조회 offset에서 cursor 방식으로 변경 + 이전리뷰(seat nullable) 반영 (#144)
* feat: 리뷰 조회 request dto offset -> cursor 방식으로 업데이트 * feat: 리뷰 조회 response dto offset -> cursor 방식으로 업데이트 * feat: readreview쪽 controller, usecase offset -> cursor 방식으로 업데이트 * feat: response에서 review 쪽 total element 필드 삭제 * feat: ReadReviewService offset->cursor * feat: repository cursor 방식으로 변경 + seat nullable 하게 변경 + N+1 문제 해결 * feat: fake review image, keyword 레포지토리 삭제 * feat: test 위한 set 메서드 추가 * feat: 테스트 코드 작성 * chore: 주석 코드 삭제 * feat: 복합 cursor 방식으로 request, response dto 수정 * feat: SORT_CRITERIA enum 추가 * feat: 공감순, 최신순으로 정렬한 복합 커서 방식으로 업데이트 - likesCount:dateTime:id * test: test 코드 주석처리
- Loading branch information
1 parent
4640284
commit 23a70c3
Showing
18 changed files
with
568 additions
and
565 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
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.