Skip to content
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

Merged
merged 8 commits into from
Nov 20, 2023

Conversation

hi-june
Copy link
Member

@hi-june hi-june commented Nov 20, 2023

tech spec: https://www.notion.so/prgrms/Tech-Spec-refactor-696693d775914ee5af6ab05f3a01f338?pvs=4

PR 확인 항목

PR 보내기전에 아래 항목들을 만족 하였는지 체크 해주세요

  • 모진혁 팀에서 정한 커밋 메시지 규칙과 일치하는가?
  • 모진혁 팀에서 정한 코딩 컨벤션과 일치하는가?

PR 종류

어떤 종류의 PR인지 아래 항목중에 체크 해주세요

  • 버그 수정
  • 기능 추가
  • 코드 스타일 변경 (formatting, local variables)
  • 리팩토링 (기능 변경 X)
  • 빌드 관련 수정
  • 문서 내용 수정
  • 테스트 추가
  • 그 외, 어떤 종류인지 기입 바람:

어떤 기능이 추가 되었나요?

Issue Number: NABI - 258

기존에 있던 기능에 영향을 주나요?

  • 아니요

기타

@hi-june hi-june self-assigned this Nov 20, 2023
.orderBy(
QueryDslUtil.getOrderSpecifier(
Sort.by(
Sort.Order.desc("modifiedDate"),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p3
어느곳은 Sort 기준이 createdDate고, 어느곳은 modifiedDate인데요 ! 일관성을 가져갈 순 없는건가요 ??

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 부분은 거래 성사 요청에 대한 부분이고, 거래 성사 같은 경우, 성사까지 이루어지는 시점으로 정렬 기준을 잡는 것이 좋아보여서 modifiedDate로 잡아두었다고 합니다.
From. 예진

hi-june and others added 3 commits November 21, 2023 00:00
# 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
@hi-june hi-june merged commit 8ae0440 into dev Nov 20, 2023
1 check passed
@hi-june hi-june deleted the NABI-258--junhyuk--fix--cursor-pagination branch December 19, 2023 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants