Backend/yujin/slow route#7
Merged
scholar-star merged 4 commits intomainfrom May 11, 2026
Merged
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
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.
변경점 👍
경유지 제시 로직을 수정, 피그마에 작성된 로직 의도에 맞게 고쳤습니다!
테스트 💻
Junit 단위 테스트로 피그마에 정리된 4가지 경우에 대하여 경유지를 도출시킨 뒤, 이를 구글 내 지도에 표시하면서 확인하였습니다.
스크린샷 🖼