Skip to content

탐색 필터 단일 선택 스키마 반영 - #364

Merged
anjaein merged 1 commit into
developfrom
fix/search-filter-single-select-363
Aug 21, 2026
Merged

탐색 필터 단일 선택 스키마 반영#364
anjaein merged 1 commit into
developfrom
fix/search-filter-single-select-363

Conversation

@anjaein

@anjaein anjaein commented Aug 21, 2026

Copy link
Copy Markdown
Collaborator

📝 작업 내용

  • 탐색 필터 상태를 같은 필터 그룹당 단일 값만 유지하도록 변경했습니다.
  • 필터 모달/상단 분야 칩에서 선택한 값을 다시 누르면 해제되고, 다른 값을 누르면 기존 값이 교체되도록 정리했습니다.
  • 검색 API 요청 파라미터가 field, status, region, type 단일 string으로 직렬화되도록 수정했습니다.
  • URL/state 기반 초기 필터 값도 단일 값으로 정규화했습니다.

🔍 관련 이슈

🖼️ 스크린샷

  • 별도 첨부 없음

🧪 테스트 결과

  • 정상 작동 확인
  • 테스트 코드 포함 (있다면)

💬 기타 참고 사항

  • pnpm build 성공 확인했습니다.
  • 기존 Vite dynamic/static import chunk 경고는 동일하게 발생합니다.

@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
display-frontend Ready Ready Preview Aug 21, 2026 2:15am

Request Review

@coderabbitai

coderabbitai Bot commented Aug 21, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 1e449028-6191-4fff-a01e-86addf31a980


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 page 페이지 관련 변경 component 컴포넌트 관련 변경 api API 관련 변경 types 타입 정의 변경 labels Aug 21, 2026
@anjaein
anjaein merged commit e3063b9 into develop Aug 21, 2026
7 checks passed
@anjaein
anjaein deleted the fix/search-filter-single-select-363 branch August 21, 2026 02:18
@anjaein anjaein self-assigned this Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api API 관련 변경 component 컴포넌트 관련 변경 page 페이지 관련 변경 types 타입 정의 변경

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: 탐색 필터 단일 선택 스키마 반영

1 participant