[feat] 큐레이션 장소 검색 스펙 매핑 - #95
Open
bottlenote-app[bot] wants to merge 1 commit into
Open
Conversation
2 tasks
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.
PR 제목 (Title)
[feat] 큐레이션 장소 검색 스펙 매핑
관련 이슈
변경 사항 (Changes)
x-place-search-targets를 파싱해 장소명·Kakao 장소 ID·대표주소를 스펙이 선언한 target에만 매핑했습니다.x-read-only와 Kakao 장소 IDhiddenmetadata를 폼 모델·렌더러에 반영했습니다.detailAddress가 장소 선택으로 덮어써지지 않도록 했습니다.변경 이유 (Reason for Changes)
Backend #684에서 장소 검색 필드 계약을 metadata로 제공하므로, Admin도 필드명을 직접 가정하지 않고 서버 스펙을 기준으로 렌더링·매핑해야 합니다. 대표주소는 운영자 직접 입력이 아닌 장소 검색 API 응답값만 사용합니다.
테스트 방법 (Test Procedure)
pnpm test:run— 49 files, 343 tests passedpnpm run buildgit diff --check참고 사항 (Additional Information)
pr-preview라벨은 현재 repository label 목록에 없어 추가하지 못했습니다.