feat: 큐레이션 장소를 Kakao Place ID로 교체 - #682
Merged
Merged
Conversation
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.
개요
WHISKY_TASTING_EVENT와 PROGRAM 큐레이션 스펙의 장소 우편번호를 Kakao Places 장소 ID로 교체합니다.
변경 내용
zipCode를 optionalkakaoPlaceId로 교체했습니다.기존 데이터 영향
curation_extension.payload및feed_payload를 자동 마이그레이션하거나 삭제하지 않습니다.zipCode정리는 별도 명시적 데이터 정리 작업 범위입니다.kakaoPlaceId를 실제 저장하도록 하는 변경은 포함하지 않습니다.검증
kakaoPlaceId허용, 장소검색 렌더링 계약, feed 비노출 확인./gradlew :bottlenote-mono:test --tests app.bottlenote.curation.service.CurationPlaceFieldContractTest./gradlew :bottlenote-mono:test --tests 'app.bottlenote.curation.*'\n- JSON 파싱 및git diff --check\n\n## 미검증/로컬 제약\n- 인증이 필요한 개발 API 및 기존 운영 payload 데이터 이관은 본 PR 범위 밖입니다.