Skip to content

feat: 큐레이션 장소 검색 스펙 연동 - #93

Merged
hyejj19 merged 1 commit into
mainfrom
feat/issue-348-curation-place-search
Jul 29, 2026
Merged

feat: 큐레이션 장소 검색 스펙 연동#93
hyejj19 merged 1 commit into
mainfrom
feat/issue-348-curation-place-search

Conversation

@bottlenote-app

Copy link
Copy Markdown
Contributor

PR 제목 (Title)

  • 큐레이션 장소 검색 스펙 연동

변경 사항 (Changes)

  • 체크리스트
    • 서버 requestSpec 기반으로 장소 검색 필드를 구성하도록 정리했습니다.
    • 프론트 하드코딩 placeName 필드 주입을 제거했습니다.
    • kakaoPlaceId는 화면에 노출하지 않고, 장소 선택 시 payload에만 매핑합니다.
    • 시음회 barAddress와 프로그램 address에 선택 주소를 매핑합니다.
    • 선택하지 않은 optional kakaoPlaceId 빈값은 payload에서 제외합니다.

변경 이유 (Reason for Changes)

  • bottle-note/workspace#348의 장소 검색 계약 변경에 맞춰, UI는 placeName 중심으로 제공하고 Kakao 장소 ID는 서버 전송용 값으로만 유지합니다.

테스트 방법 (Test Procedure)

  • pnpm exec vitest run src/pages/curation/whisky-tasting-event/__tests__/whisky-tasting-event.form-model.test.ts src/pages/curation/whisky-tasting-event/__tests__/whisky-tasting-event.mapper.test.ts src/pages/curation/components/__tests__/CurationFormFieldRenderer.test.tsx
    • 3개 파일, 5개 테스트 통과
  • 변경 파일 대상 ESLint 통과
  • pnpm run build 통과
  • git diff --check 통과

참고 사항 (Additional Information)

@hyejj19
hyejj19 merged commit 9761612 into main Jul 29, 2026
2 checks passed
@hyejj19
hyejj19 deleted the feat/issue-348-curation-place-search branch July 29, 2026 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FE] 큐레이션 장소검색 선택 결과 필드 연결 (장소명·우편번호)

1 participant