Merged
Conversation
- theme, subtheme enum 추가 - 지도상 관광지 조회 theme 필드 추가 - 응답 DTO에서 theme, subtheme 필드 공통되게 code 형식으로 반환하게 수정
jaewonLeeKOR
reviewed
Jan 5, 2026
Member
There was a problem hiding this comment.
관광지 테마와 서브 테마의 이름을 서버측에서 가지고 있을 예정이면, 분류코드를 자연어로 변환하는 API나 전체 코드 & 자연어 쌍을 조회하는 API가 필요할것으로 보입니다.
Contributor
Author
There was a problem hiding this comment.
프론트에서 enum으로 관리하는 편이 더 좋아보입니다. 이름은 혹시 추후에 어떻게 될지 몰라서 일단 가지고 있으려고 했습니다. 담당자와 상의하고 필요하다면 추가하겠습니다.
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.
🧩 구현/변경 사항
BREAKING CHANGE (옵션)
/api/sight/curation/{curationId} : 큐레이션 관광지 목록 조회
/api/sight/search : 키워드 검색
/api/sight/detail : 관광지 상세 정보 조회
/api/sight/map/rectangle 지도 사각형 영역 내 관광지 조회
참고
🪞 회고 및 개선 아이디어 (옵션)
closes #15