chore(app): 내가 푼 문제 히스토리 화면 제거 (#294) - #295
Conversation
|
Warning Review limit reached
Next review available in: 17 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🔍 프리뷰 배포: https://thumbsup-ce8jvfx3o-thumbsup.vercel.app
|
무엇을 / 왜
"내가 푼 문제" 풀이 기록 열람 기능(#191)을 없애기로 결정했다. 서버 API(#293)를 지우기 전에 먼저 이 PR을 머지·배포해 FE가 죽은 API를 호출하지 않게 한다.
변경 사항
/history/records라우트 삭제features/history/attempt-history-logic.ts,features/history/components/attempt-history-page.tsx삭제lib/api/quiz.ts에서getAttemptHistory·QuizAttemptHistoryItem·QuizAttemptHistoryResponse제거,lib/api/index.tsre-export 제거/history허브 화면(history-page.tsx)의 "내가 푼 문제" 카드 링크 제거 — "지식 그래프" 링크는 그대로 유지attempt-history-page.test.tsx,attempt-history-logic.test.ts)관련 이슈
Closes #294
체크리스트