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

[LIME-66] 리뷰 목록 조회 정렬 조건 추가 #27

Merged
merged 2 commits into from
Jan 26, 2024

Conversation

Curry4182
Copy link
Contributor

@Curry4182 Curry4182 commented Jan 26, 2024

📌 PR 종류

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

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

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

리뷰 목록 조회 정렬 조건 추가 ❤😊

  • NEWEST(최신순), LOWEST_RATE(평점 낮은 순), HIGHEST_RATE(평점 높은 순)등의 정렬 조건을 추가하였습니다. ded2b63
  • LIKE_COUNT_DESC(좋아요 순)은 좋아요 기능이 추가 되면 추가 됩니다.
  • 정렬조건 추가로 인한 테스트 코드 수정 2c88b01

Issue Number

LIME-66

기능 설명

정렬 조건 추가 기능 설명 ❤😊

  • 정렬 조건을 추가하기 위해 generateCursorId 메서드를 수정 하였습니다.
  • 기존에 정렬을 위해 date기준으로 커서 아이디를 만들었습니다.
  • 이를 응용하여 generateCursorId에 각 정렬기준 마다 데이터를 변경하여 커서 아이디를 생성하게 하였습니다.

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

  • 아니요

@Curry4182 Curry4182 added the enhancement New feature or request label Jan 26, 2024
@Curry4182 Curry4182 self-assigned this Jan 26, 2024
Copy link
Member

@HandmadeCloud HandmadeCloud left a comment

Choose a reason for hiding this comment

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

수고하셨습니다.

Copy link
Member

@Yiseull Yiseull left a comment

Choose a reason for hiding this comment

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

승인 완료~

@Curry4182 Curry4182 merged commit a0c64b4 into main Jan 26, 2024
@Curry4182 Curry4182 deleted the LIME-66--review-get-list-sort-condition branch February 7, 2024 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants