Skip to content

[API] 매장 목록 조회 API 연동 - #36

Merged
hdg0116 merged 2 commits into
developfrom
feature/35-store-list-api
Sep 9, 2026
Merged

hdg0116 merged 2 commits into
developfrom
feature/35-store-list-api

Conversation

@hdg0116

@hdg0116 hdg0116 commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

ISSUE 🔗

close #35



What is this PR? 🔍

  • GET /api/stores route handler를 추가해 관리자 서버의 매장 목록 API를 프록시합니다.
  • 매장 목록 조회 API helper와 TanStack Query hook을 추가했습니다.
  • 매장 관리 화면의 mock 데이터 의존성을 제거하고 API 응답 기반으로 목록, 검색, 페이지네이션, 전체 개수를 표시합니다.
  • 매장 목록의 로딩, 에러, 빈 결과 상태를 테이블에서 표시하도록 보강했습니다.
  • API 상태값에 맞춰 오픈 예정, 리뉴얼 매장 상태를 추가했습니다.



Screenshot 📷

N/A - API 연동 및 상태 처리 중심 작업이며 별도 스크린샷은 첨부하지 않았습니다.



Test Checklist ✔

  • pnpm lint
  • pnpm build
  • 매장 관리 화면에서 목록 조회, 검색, 페이지네이션 동작 확인

@vercel

vercel Bot commented Sep 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
room-in-us-front-admin Ready Ready Preview Sep 9, 2026 4:40am UTC

@coderabbitai

coderabbitai Bot commented Sep 9, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 46 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 43e16cfc-d9d4-4a11-808f-f7545f78a596

📥 Commits

Reviewing files that changed from the base of the PR and between 59f4142 and d9d7992.

📒 Files selected for processing (9)
  • src/app/api/stores/route.ts
  • src/features/store-management/StoreManagementPage.tsx
  • src/features/store-management/api/store-api.ts
  • src/features/store-management/api/store-queries.ts
  • src/features/store-management/components/StoreManagementClientProvider.tsx
  • src/features/store-management/components/StoreManagementTable.tsx
  • src/features/store-management/components/StoreManagementTableContent.tsx
  • src/features/store-management/components/StoreStatusTag.tsx
  • src/features/store-management/model/store.ts

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added the 📬 API 서버 API 통신 label Sep 9, 2026
@hdg0116
hdg0116 merged commit af2ca91 into develop Sep 9, 2026
6 checks passed
@hdg0116
hdg0116 deleted the feature/35-store-list-api branch September 9, 2026 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📬 API 서버 API 통신

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[API] 매장 목록 조회 API 연동

1 participant