도리 검색 기능 구현#43
Merged
Merged
Conversation
- SearchFeature/SearchView 신규 구현 (TCA Stack Navigation) - HistoryFeature Path에 search 케이스 추가 및 delegate 핸들링 수정 - HistoryAPIClient에 searchPartners 엔드포인트 추가 - PartnerDoriHistoryView 삭제 확인 Alert 및 Toast 개선 - DoriNavigationBar searchField 지원 추가 - SearchFeatureTests 작성 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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.
About this PR
⚓ Related Issue
🥥 Contents
이름 기반 도리(경조사 내역) 검색 기능을 TCA Stack Navigation으로 구현했습니다.
주요 변경사항:
@State localNameText패턴으로 TextField 글자 수 제한 및 포커스 유지.search케이스 추가,.path(.element(action:.search(.delegate(.partnerTapped))))핸들러 추가searchPartners엔드포인트 추가 (live/preview/test)searchFieldcenter 타입 추가📸 Screenshot
Other information 🔥
doriSearch를 HistoryFeature.State에 직접 추가하는 방식은 동작하지 않음 — path element의 액션은.path(.element(...))경로로만 핸들링 가능PartnerDoriHistoryView로 정상 라우팅 됨