Skip to content

chore(app): 내가 푼 문제 히스토리 화면 제거 (#294) - #295

Merged
eil-you merged 1 commit into
mainfrom
chore/294-remove-attempt-history-app
Aug 13, 2026
Merged

chore(app): 내가 푼 문제 히스토리 화면 제거 (#294)#295
eil-you merged 1 commit into
mainfrom
chore/294-remove-attempt-history-app

Conversation

@eil-you

@eil-you eil-you commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

무엇을 / 왜

"내가 푼 문제" 풀이 기록 열람 기능(#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.ts re-export 제거
  • /history 허브 화면(history-page.tsx)의 "내가 푼 문제" 카드 링크 제거 — "지식 그래프" 링크는 그대로 유지
  • 관련 테스트 삭제(attempt-history-page.test.tsx, attempt-history-logic.test.ts)

관련 이슈

Closes #294

체크리스트

  • 제목이 커밋 컨벤션을 따른다
  • 로컬에서 동작 확인 (typecheck·build·check:design·테스트 통과 — lint는 로컬 Windows CRLF 환경 이슈로 clean main에서도 동일하게 실패, 이 브랜치와 무관함을 이전 PR에서 이미 확인함)
  • 하나의 관심사만 담았다

@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@eil-you, you've reached your PR review limit, so we couldn't start this review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 7c7404d0-4195-482f-979e-51f9ebb603cd

📥 Commits

Reviewing files that changed from the base of the PR and between ff69e2a and cea6248.

📒 Files selected for processing (8)
  • app/src/app/history/records/page.tsx
  • app/src/features/history/attempt-history-logic.ts
  • app/src/features/history/components/attempt-history-page.tsx
  • app/src/features/history/components/history-page.tsx
  • app/src/lib/api/index.ts
  • app/src/lib/api/quiz.ts
  • app/src/test/attempt-history-logic.test.ts
  • app/src/test/attempt-history-page.test.tsx

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown

🔍 프리뷰 배포: https://thumbsup-ce8jvfx3o-thumbsup.vercel.app

app/** 변경이 반영된 미리보기입니다. 푸시할 때마다 갱신됩니다.

@eil-you
eil-you merged commit c55df8a into main Aug 13, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(app): 내가 푼 문제 히스토리 화면 제거 (#191 되돌림) (S6)

1 participant