[feat] 장소 검색 페이지네이션 추가 - #69
Merged
Merged
Conversation
hyejj19
added a commit
that referenced
this pull request
Jun 26, 2026
* [feat] 시음회 작성 폼 UX 및 업로드 안정화 (#66) * 시음회 작성 섹션 헤더 보정 * 시음회 작성 기본정보 구조 보정 * feat: 시음회 작성 폼에 주소 검색(다음 우편번호) 추가 - 동적 폼 파이프라인에 'address' field kind 추가 (curation-form-model/schema) - AddressSearchInput 공통 컴포넌트 신규: 다음(카카오) 우편번호 모달 + readOnly 입력(검색으로만 입력) - barAddress를 address kind로 매핑, 검색 선택 시 도로명 주소 자동 입력 - 단위 테스트 추가 (AddressSearchInput, form-model) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * feat: refine tasting event whisky cards * fix: adjust tasting event form ux * fix: refine tasting event qa behavior * refactor: move curation tasting tag combobox --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * chore: bump dashboard release version to 1.4.6 * [feat] 큐레이션 작성 화면 개선 (#68) * 시음회 큐레이션 위스키 입력 개선 * 시음회 장소 검색과 태그 입력 개선 * 추천 페어링 큐레이션 위스키 입력 개선 * 큐레이션 스펙 목록 조회 타입 개선 * 큐레이션 작성 유형 목록 UI 개선 * 큐레이션 노출 설정 안내 개선 * PR 스킬에 워크스페이스 이슈 링크 확인 추가 * feat: 장소 검색 페이지네이션 추가 (#69) * ci: disable automatic dashboard release PR creation * ci: exclude release PRs from full validation workflows * [feat] 시음회 앱 미리보기 화면 개선 (#72) * feat: 시음회 앱 미리보기 개선 * delete: todo --------- Co-authored-by: Hyejung Park <hyejj19@naver.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: Noa Bot <noa-bot@users.noreply.github.com> Co-authored-by: bottlenote-noa[bot] <293514850+bottlenote-noa[bot]@users.noreply.github.com>
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)
pagination응답을 상태로 관리하도록 추가{ size: 10, page }옵션을 전달해 재조회하도록 구현변경 이유 (Reason for Changes)
장소 검색 결과가 첫 페이지로만 제한되어 있어, Kakao Places API가 제공하는 추가 검색 결과를 관리자 화면에서 탐색할 수 없었습니다. 검색 결과 하단에서 페이지 이동을 지원해 더 많은 장소 후보를 확인할 수 있도록 개선했습니다.
테스트 방법 (Test Procedure)
pnpm test:run src/components/common/__tests__/PlaceSearchInput.test.tsxpnpm exec eslint src/components/common/PlaceSearchInput.tsx src/components/common/__tests__/PlaceSearchInput.test.tsxpnpm exec tsc -b --pretty falsepnpm lint는 실행했으나 기존 e2e/상세 화면 파일의 unrelated lint 오류로 실패참고 사항 (Additional Information)
src/components/common/PlaceSearchInput.tsx,src/components/common/__tests__/PlaceSearchInput.test.tsx변경만 포함했습니다.git.environment-variables수정은 이번 작업과 무관하여 커밋하지 않았습니다.VITE_KAKAO_MAP_JAVASCRIPT_KEY설정이 필요합니다.