Conversation
- KorService2/locationBasedList2로 위도·경도 기반 지역/시군구 코드 조회 - TarRlteTarService1/searchKeyword1 호출로 연관관광지 목록 실시간 조회 - KorService2/searchKeyword2 호출로 각 연관관광지 좌표 조회 후 Haversine 거리 계산 - 기존 배치 스케줄링 기반 DB 업데이트 로직 제거 → 실시간 API 응답 방식으로 전환
- 기존 TarRlteTarService1/searchKeyword1 + KorService2/searchKeyword2 + Haversine 거리계산 로직 제거 - TourAPI base URL 분기 (Kor/Eng/Jpn/Chs) → language 파라미터 기반 다국어 지원 - locationBasedList2 호출로 거리·주소·좌표·대표이미지·제목·전화번호 실시간 조회 - contentTypeId → 관광타입명(K/E/J/C) 매핑 로직 추가 - RelatedResponseDto에서 contentTypeId 필드를 contentTypeName으로 변경
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.
구현 내용