[DP-407] 마이페이지 틀린 퀴즈들 섹션 구현 및 상세 페이지 추가#104
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.
연결된 Jira 티켓
작업 내용
/my-page/wrong-quizzes)score < totalQuestions인 항목만 렌더링주요 변경점
types/myPage.ts—MyPageQuizHistory타입 추가 (thumbnail, preview 포함)lib/mock/my-page-wrong-quizzes.ts— 퀴즈 이력 mock 데이터 (만점 3개 포함, 필터링 검증용)quizzes/WrongQuizCard.tsx— 메인 preview 카드 +LevelBadgequizzes/WrongQuizSection.tsx— preview 섹션 (로딩 스켈레톤 포함)quizzes/WrongQuizListItem.tsx— 상세 세로 리스트 아이템 (썸네일 + 문제 미리보기)quizzes/WrongQuizList.tsx— props 기반, 정렬 컨트롤app/(main)/my-page/wrong-quizzes/page.tsx— 서버 컴포넌트, fetch 후 전달MyPage.tsx— 스켈레톤 →WrongQuizSection교체테스트 방법
/my-page접속 → 틀린 퀴즈들 섹션에 카드 표시 확인score === totalQuestions항목이 렌더되지 않는지 확인/my-page/wrong-quizzes이동 확인AI 사용 여부
체크리스트