[fix] 배너 큐레이션 V2 링크 전환 및 레거시 제거 - #90
Merged
Merged
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.
PR 제목 (Title)
[fix] 배너 큐레이션 V2 링크 전환 및 레거시 제거
관련 이슈
변경 사항 (Changes)
curation-old라우트·페이지·API·테스트·E2E와 연관 mock을 제거하고 대시보드/배너를 V2 큐레이션으로 전환했습니다./curation/{id}로 생성하고, 활성 V2 큐레이션만 선택하도록 보정했으며, 레거시 링크 일회성 개발 마이그레이션 스크립트를 추가했습니다.변경 이유 (Reason for Changes)
큐레이션 V2 상세 화면으로의 배너 이동을 일관되게 보장하고, 종료·비활성 큐레이션이 신규 배너의 연결 대상으로 섞이지 않게 하기 위함입니다.
테스트 방법 (Test Procedure)
pnpm test:run src/hooks/__tests__/useCurations.test.ts src/pages/banners/__tests__/banner-curation-link.test.ts src/pages/banners/__tests__/banner.schema.test.ts— 26개 통과pnpm build/search?curationId=3에서/curation/3으로 전환하고 후속 dry-run으로 확인참고 사항 (Additional Information)
/curation/{id}상세 진입은 수동 확인이 필요합니다.BannerDetail.tsx의 effect 내 상태 변경 규칙 오류로 실패하며, 이번 변경에서 새 오류는 확인되지 않았습니다.