Conversation
Closed
waldls
approved these changes
Feb 5, 2026
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.
📌 관련 이슈번호
close : #117
🔍 구현한 내용
주요 변경사항
1. API 연결
GET /api/brands엔드포인트 연동deviceType쿼리 파라미터로 카테고리별 필터링 지원2. 파일 변경
src/apis/devices/getBrands.tsgetBrands(): 브랜드 목록 조회 함수useGetBrands(): React Query 훅src/types/devices.tsBrand: 브랜드 정보 타입GetBrandsResponse: API 응답 타입src/constants/queryKey.tsBRANDS: 'brands'추가src/pages/devices/DeviceSearchPage.tsxBRAND_OPTIONS제거3. 기능 개선
카테고리 선택 시 해당 기기 타입의 브랜드만 표시
카테고리 미선택 시 전체 브랜드 표시
카테고리 변경 시 브랜드 선택 자동 초기화
기기명이 2줄, 3줄 넘어갈 경우 기기 상세보기 모달에서 스펙 섹션을 기기 사진과 같은 라인으로 맞췄습니다.
📸 스크린샷 or 실행 영상
📢 리뷰어에게
테스트 계획