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

[기능] 구매자는 매장 리스트를 조회할 수 있다. #72

Closed
7 tasks done
Hyeon-Uk opened this issue Aug 15, 2024 · 0 comments · Fixed by #102
Closed
7 tasks done

[기능] 구매자는 매장 리스트를 조회할 수 있다. #72

Hyeon-Uk opened this issue Aug 15, 2024 · 0 comments · Fixed by #102
Assignees
Labels
✨ Feature 기능 개발

Comments

@Hyeon-Uk
Copy link
Contributor

Hyeon-Uk commented Aug 15, 2024

기능

구매자는 매장 이름, 매장 카테고리, 최소 주문금액, 오픈된 상태인지에 대해 조회할 수 있다.

  • [기능] QueryDsl을 설정하여 동적쿼리를 생성할 수 있다. #97
  • 구매자는 매장 리스트를 조회할 수 있다.
  • 구매자는 페이지별 매장 리스트를 조회할 수 있다.
  • 주문이 많은 순으로 정렬할 수 있다.
  • 별점이 높은 순으로 정렬할 수 있다. -> 리뷰가 아직 없으므로 대기
  • 최소 주문 가격으로 정렬할 수 있다.
  • 매장 리스트는 최소 주문 가격으로 필터링할 수 있다.
  • 매장의 카테고리로 필터링 할 수 있다.

설명

구매자는 매장의 이름, 카테고리, 최소 주문금액, 오픈된 상태인지에 대해 필터링 및 정렬해서 페이지단위로 조회할 수 있다.

기대 효과

구매자는 등록된 가게를 조회할 수 있습니다.

유저 스토리

구매자는 매장 리스트를 조회할 수 있다. 구-3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment