Open
Conversation
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.
#️⃣연관된 이슈
📝작업 내용
CoreKit딥링크 계층 추가AppDelegateFeature/MainTabFeature/PokitAlertBoxFeature라우팅 통합deeplink필드 추가SchemeRoute 라이브러리 설명 (간단)
SchemeRoute는 직접 제작해서 배포 중인 매크로 기반 URL 라우팅 라이브러리입니다.@SchemeRoutable,@SchemePattern으로 URL 패턴을 열거형 케이스에 선언적으로 매핑해 문자열 분기 코드를 줄이고 타입 안전성을 높였습니다.샘플 코드 1) URL -> Enum 파싱 정의
샘플 코드 2) DeeplinkRouteClient 사용 방식
새 Router 사용 가이드
routeTo(url:)만 호출routeStream()만 구독테스트 코드 작성 이유
서버 기능이 아직 완성되지 않아, 테스트 전용 더미 의존성(
mainTabDeeplinkTestValue)으로 딥링크 플로우를 선검증했습니다.프로비저닝 업데이트 방법 (팀원 실행용)
테스트 타깃이 추가되어 프로비저닝 업데이트가 필요합니다.
테스트 시나리오 요약
pokit://shared?categoryId=...pokit://shared?categoryId=...&contentId=...pokit://shared?categoryId=...&userId=...스크린샷 (선택)
💬리뷰 요구사항(선택)
close #213