-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NABI-258--FIX: cursor pagination #51
Conversation
.orderBy( | ||
QueryDslUtil.getOrderSpecifier( | ||
Sort.by( | ||
Sort.Order.desc("modifiedDate"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p3
어느곳은 Sort 기준이 createdDate고, 어느곳은 modifiedDate인데요 ! 일관성을 가져갈 순 없는건가요 ??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분은 거래 성사 요청에 대한 부분이고, 거래 성사 같은 경우, 성사까지 이루어지는 시점으로 정렬 기준을 잡는 것이 좋아보여서 modifiedDate로 잡아두었다고 합니다.
From. 예진
# Conflicts: # src/main/java/org/prgrms/nabimarketbe/domain/card/api/CardController.java # src/main/java/org/prgrms/nabimarketbe/domain/card/repository/CardRepositoryCustom.java # src/main/java/org/prgrms/nabimarketbe/domain/card/repository/CardRepositoryImpl.java
…agination' into NABI-258--junhyuk--fix--cursor-pagination # Conflicts: # src/main/java/org/prgrms/nabimarketbe/domain/card/api/CardController.java # src/main/java/org/prgrms/nabimarketbe/domain/card/repository/CardRepositoryCustom.java # src/main/java/org/prgrms/nabimarketbe/domain/card/repository/CardRepositoryImpl.java
tech spec: https://www.notion.so/prgrms/Tech-Spec-refactor-696693d775914ee5af6ab05f3a01f338?pvs=4
PR 확인 항목
PR 보내기전에 아래 항목들을 만족 하였는지 체크 해주세요
PR 종류
어떤 종류의 PR인지 아래 항목중에 체크 해주세요
어떤 기능이 추가 되었나요?
Issue Number: NABI - 258
기존에 있던 기능에 영향을 주나요?
기타