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

[feature] 맛집 목록 API (시군구 기반) #8

Open
dyori04 opened this issue Nov 2, 2023 · 0 comments
Open

[feature] 맛집 목록 API (시군구 기반) #8

dyori04 opened this issue Nov 2, 2023 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@dyori04
Copy link

dyori04 commented Nov 2, 2023

image

설명

  • 해당 시군구의 중심좌표를 기준으로 거리가 range 이내의 음식점 정보 리스트를 불러옴
  • 시군구 필드는 Null이 될 수 없음 (존재하지 않을 시 BAD_REQUEST)

구현 과정

  • variable로 시군구 획득, QueryDSL where절을 통해 질의한 시군구에 위치한 맛집 리스트 List 획득 : RestaurantWithRating DTO 정의 필요
  • 맛집 리스트에 대해 주어진 시군구의 중심위치 (시군구 Entity에 대해 질의하여 획득)와의 거리 계산
  • sort 조건 (거리순 / 평점순)에 따라 sort한 List 반환
@dyori04 dyori04 added the feature New feature or request label Nov 2, 2023
@dyori04 dyori04 self-assigned this Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant