feat: 큐레이션 장소검색 스키마 메타데이터화 - #684
Merged
Merged
Conversation
This was referenced Jul 29, 2026
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.
개요
PROGRAM·WHISKY_TASTING_EVENT의 장소검색 렌더링을 장소명 1회 검색과 스펙 기반 자동 매핑으로 정리합니다.
변경 내용
placeName에x-place-search-targets를 추가해 장소명·Kakao Place ID·대표 주소의 매핑을 선언했습니다.kakaoPlaceId는 전송용hidden, 대표 주소는plain-text+x-read-only: true로 변경했습니다.detailAddress(상세 주소)를 request/response 스펙에 추가하고 기존detailLocation은 유지했습니다.3.0.1로 올렸습니다.호환성·데이터 영향
detailAddress와kakaoPlaceId는 optional입니다.detailLocation계약 및 시음회 feed의placeName노출·kakaoPlaceId비노출은 유지합니다.검증
./gradlew :bottlenote-mono:test --tests app.bottlenote.curation.service.CurationPlaceFieldContractTest --tests app.bottlenote.curation.service.CurationSpecMetadataValidatorTest./gradlew :bottlenote-mono:test --tests app.bottlenote.curation.*git diff --check관련: bottle-note/workspace#348