Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 PR 종류
어떤 종류의 PR인지 아래 항목 중에 체크 해주세요.
📌 어떤 기능이 추가 되었나요?
아이템 목록 조회 정렬 조건 추가 😊❤
Issue Number
LIME -50
기능 설명
추가 된 정렬 조건❤😊
REVIEW_COUNT_DESC(아이템 리뷰 많은 순 정렬),
REVIEW_RATING_DESC(아이템 리뷰 평점 높은 순 정렬),
NEWEST(최신 순 정렬),
PRICE_HIGH_TO_LOW(아이템 가격 높은 순 정렬),
PRICE_LOW_TO_HIGH(아이템 가격 낮은 순 정렬);
정렬 기능 코드 설명❤😊 233c9d6.
정렬 조건 없는 경우 최신순으로 반환 ❤😊 2cf3c5b
📌 기존에 있던 기능에 영향을 주나요?