길찾기 로직 리팩토링 & 가게 정보를 가지고 오는 로직 문제 수정#14
Open
scholar-star wants to merge 4 commits into
Open
Conversation
- Place, ServiceCategory, CategoryMapping 엔티티 생성 - 위치(lat, lng) 기반 500m 범위 조회 로직 구현 - 카테고리별 랜덤 추천(한잔2, 한입2, 한숨1, 한손1, 한눈1) 로직 추가 - PlaceRepository 랜덤 조회 쿼리 구현 (PostgreSQL RANDOM()) - RecommendationService 비즈니스 로직 구현 - RecommendationController API 추가 (/places/recommend) - 추천 결과 응답 DTO 및 도보 시간 계산 로직 구현 - data.sql 초기 데이터 삽입 설정 추가
# Conflicts: # .idea/compiler.xml # backend/src/main/java/_team/onmyway/controller/RecommendationController.java # backend/src/main/java/_team/onmyway/entity/Place.java # backend/src/main/java/_team/onmyway/repository/PlaceRepository.java # backend/src/main/java/_team/onmyway/repository/ServiceCategoryRepository.java # backend/src/main/java/_team/onmyway/service/RecommendationService.java # backend/src/main/resources/data.sql
…nto backend/yujin/routeRefactoring # Conflicts: # backend/src/main/java/_team/onmyway/dto/RecommendationResponseDTO.java
This file contains hidden or 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
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.
변경점 👍
버그 해결 💊
리팩토링 💧
테스트 💻
Postman으로 작동을 Black box 테스트(입력과 그에 따른 출력을 살펴보는 것 위주) 방식으로 검증하였습니다.
스크린샷 🖼
비고 ✏
전달되는 JSON에 대한 내용은 Notion API 명세에 작성해 놓겠습니다!