Conversation
Add Next DP Contest (NDPC) support: - NDPC enum value to Prisma schema - NDPC constant to ContestType object - classifyContest recognizes contest_id 'ndpc' - contestTypePriorities assigns priority 6 (after TDPC) - getContestNameLabel returns 'NDPC' - Test cases for all three functions Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Register NDPC in DP contests group: - NDPCProvider implemented to filter NDPC tasks - dps preset now includes NDPC alongside EDPC, TDPC, and FPS 24 - Update button label and aria-label to reflect 4 DP contests - Update affected test cases for priority ordering Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Revert to Educational/Genius/Special/External classification. Update priority ranges after NDPC insertion at priority 6: - Educational contests (0-11, 17) - Contests for genius (12-16) - Special contests (18-20) - External platforms (21-23) Also fix single-char lambda parameter in docs code example. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Add /add-contest-table-provider skill with TDD-based implementation guide - Add comprehensive checklist for 5-layer implementation (Prisma → types → utils → providers → groups) - Document 3 implementation patterns (range filter, single source, composite) - Update how-to-add-contest-table-provider with common mistake #5 (contestTypePriorities JSDoc categories) - Update claude-code.md with new skill reference Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
…default - Add NDPC (National Informatics Olympiad - Domestic Programming Contest) to ContestType - Fix atcoder_account.updatedAt to drop incorrect DEFAULT CURRENT_TIMESTAMP (managed by Prisma @updatedat) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Plan implementation is complete. Archive plan per AGENTS.md guidelines. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Contributor
📝 WalkthroughWalkthroughNext DP Contest (NDPC) という新しいコンテストタイプをシステムに追加するPR。Prismaスキーマの拡張、NDPCProvider実装、コンテスト分類・優先度ロジックの更新、20問分のタスク登録、および包括的なテスト拡張で構成。 ChangesNext DP Contest (NDPC) サポートの統合実装
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~35 minutes Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
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.
close #3483
Summary by CodeRabbit
リリースノート
新機能
ドキュメント
本PRのスコープ外だが対応が必要だったタスク