Skip to content

[feat] 장소 검색 페이지네이션 추가 - #69

Merged
hyejj19 merged 1 commit into
mainfrom
feature/curation-place-max
Jun 21, 2026
Merged

[feat] 장소 검색 페이지네이션 추가#69
hyejj19 merged 1 commit into
mainfrom
feature/curation-place-max

Conversation

@hyejj19

@hyejj19 hyejj19 commented Jun 21, 2026

Copy link
Copy Markdown
Collaborator

PR 제목 (Title)

[feat] 장소 검색 페이지네이션 추가

변경 사항 (Changes)

  • 큐레이션 장소 검색 모달에서 Kakao Places pagination 응답을 상태로 관리하도록 추가
  • 검색 결과 하단에 이전/다음 페이지네이션 UI 추가
  • 페이지 이동 시 동일 검색어로 { size: 10, page } 옵션을 전달해 재조회하도록 구현
  • 장소 검색 컴포넌트 테스트에 초기 검색 옵션과 다음 페이지 조회 케이스 추가

변경 이유 (Reason for Changes)

장소 검색 결과가 첫 페이지로만 제한되어 있어, Kakao Places API가 제공하는 추가 검색 결과를 관리자 화면에서 탐색할 수 없었습니다. 검색 결과 하단에서 페이지 이동을 지원해 더 많은 장소 후보를 확인할 수 있도록 개선했습니다.

테스트 방법 (Test Procedure)

  • pnpm test:run src/components/common/__tests__/PlaceSearchInput.test.tsx
  • pnpm exec eslint src/components/common/PlaceSearchInput.tsx src/components/common/__tests__/PlaceSearchInput.test.tsx
  • pnpm exec tsc -b --pretty false
  • pnpm lint는 실행했으나 기존 e2e/상세 화면 파일의 unrelated lint 오류로 실패

참고 사항 (Additional Information)

  • 이번 PR에는 src/components/common/PlaceSearchInput.tsx, src/components/common/__tests__/PlaceSearchInput.test.tsx 변경만 포함했습니다.
  • 워크트리에 남아 있는 git.environment-variables 수정은 이번 작업과 무관하여 커밋하지 않았습니다.
  • 실제 Kakao Places 호출 검증에는 VITE_KAKAO_MAP_JAVASCRIPT_KEY 설정이 필요합니다.

@hyejj19
hyejj19 merged commit 4de6efa into main Jun 21, 2026
2 checks passed
@hyejj19
hyejj19 deleted the feature/curation-place-max branch June 21, 2026 22:11
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>
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.

1 participant