-
Notifications
You must be signed in to change notification settings - Fork 0
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
음식점 정보 응답 구조 변경, 위시 리스트 api 추가, swagger 문서 변경 #156
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 응답해줘야 할 음식점에 달린 리뷰 개수를 반영하여 개수를 응답
- 필터링된 음식점 조회를 restaurantRepository를 기준으로 변경 - 해당 부분을 restaurant.Repository.ts로 이동
- 응답 포맷 통일 - 내 맛집리스트 등록 여부 응답
- 리뷰 개수를 반영하여 총 리뷰 개수 응답 - 최대 3개의 리뷰를 응답
- 전체 음식점 리스트 반환 엔드포인트 생성 - 현위치를 기반으로 전달받은 반경내의 모든 음식점 응답
[Home/be] 음식점 정보 응답 시 리뷰를 반영하여 응답
[WishList/be] 위시리스트 등록/삭제/가져오기 구현
[Home/be] 위시 맛집리스트 등록 여부 응답 및 내 맛집 리스트 응답 수정
Co-authored-by: GeunH <[email protected]>
Co-authored-by: GeunH <[email protected]>
[Global/be] prettier 적용 및 api tag 적용
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Related to PR #155 #154 #144