Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
05de29a
✨ Add EDPC and TDPC to contest table (#1956)
KATO-Hiro Jul 5, 2025
b50edae
🔧 Add @types/jsdom for vitest (#1956)
KATO-Hiro Jul 5, 2025
3891886
:books: Prepare docs to add contest table provider (#1956)
KATO-Hiro Jul 5, 2025
24188aa
:art: More than 8 columns will wrap to the next line in contest table…
KATO-Hiro Jul 6, 2025
5fc8eb8
:art: Fix layout (#1956)
KATO-Hiro Jul 6, 2025
3d9fb45
✨ Enable to show/hide header and round labels in contest table (#1956)
KATO-Hiro Jul 6, 2025
b01c283
:art: Fix border colors in contest table (#1956)
KATO-Hiro Jul 6, 2025
c956975
♻️ Remove unused metadata (#1956)
KATO-Hiro Jul 6, 2025
e607cc8
🚨 Add tests for contest table (#1956)
KATO-Hiro Jul 6, 2025
76f96d7
🚨 Add tests for contest table (#1956)
KATO-Hiro Jul 6, 2025
7e09661
:chore: Remove caret from package.json (#1956)
KATO-Hiro Jul 6, 2025
b6f3b5d
:chore: Remove caret from package.json (#1956)
KATO-Hiro Jul 6, 2025
ca1a422
:chore: Replace toBeTruthy() to toBe(true) (#1956)
KATO-Hiro Jul 6, 2025
802de19
:art: Define custom width (#1956)
KATO-Hiro Jul 6, 2025
22700ea
♻️ Use function instead of class (#1956)
KATO-Hiro Jul 6, 2025
a2ed51e
✨ Add tasks to seed (#1956)
KATO-Hiro Jul 7, 2025
a90ab83
Merge branch 'staging' of github.com:KATO-Hiro/AtCoderNoviceProblemsS…
KATO-Hiro Jul 8, 2025
de8202a
Merge branch 'staging' of github.com:KATO-Hiro/AtCoderNoviceProblemsS…
KATO-Hiro Jul 9, 2025
2947c61
Merge branch 'staging' of github.com:KATO-Hiro/AtCoderNoviSteps into …
KATO-Hiro Jul 9, 2025
48934ba
:art: Add prefix to task name in table cells (#1956)
KATO-Hiro Jul 9, 2025
32d006b
:chore: Add keys expression to {#each} block (#1956)
KATO-Hiro Jul 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@tailwindcss/forms": "0.5.10",
"@testing-library/jest-dom": "6.6.3",
"@types/gtag.js": "0.0.20",
"@types/jsdom": "21.1.7",
"@typescript-eslint/eslint-plugin": "8.36.0",
"@typescript-eslint/parser": "8.36.0",
"@vitest/coverage-v8": "3.2.4",
Expand Down
17 changes: 17 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

160 changes: 160 additions & 0 deletions prisma/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4548,6 +4548,166 @@ export const tasks = [
title: 'A. Frog 1',
grade: 'Q5',
},
{
id: 'tdpc_fibonacci',
contest_id: 'tdpc',
problem_index: 'T',
name: 'フィボナッチ',
title: 'T. フィボナッチ',
grade: 'D4',
},
{
id: 'tdpc_grid',
contest_id: 'tdpc',
problem_index: 'S',
name: 'マス目',
title: 'S. マス目',
grade: 'D3',
},
{
id: 'tdpc_graph',
contest_id: 'tdpc',
problem_index: 'R',
name: 'グラフ',
title: 'R. グラフ',
grade: 'D3',
},
{
id: 'tdpc_concatenation',
contest_id: 'tdpc',
problem_index: 'Q',
name: '連結',
title: 'Q. 連結',
grade: 'D3',
},
{
id: 'tdpc_eel',
contest_id: 'tdpc',
problem_index: 'P',
name: 'うなぎ',
title: 'P. うなぎ',
grade: 'D3',
},
{
id: 'tdpc_string',
contest_id: 'tdpc',
problem_index: 'O',
name: '文字列',
title: 'O. 文字列',
grade: 'D2',
},
{
id: 'tdpc_tree',
contest_id: 'tdpc',
problem_index: 'N',
name: '木',
title: 'N. 木',
grade: 'D2',
},
{
id: 'tdpc_house',
contest_id: 'tdpc',
problem_index: 'M',
name: '家',
title: 'M. 家',
grade: 'D1',
},
{
id: 'tdpc_cat',
contest_id: 'tdpc',
problem_index: 'L',
name: '猫',
title: 'L. 猫',
grade: 'D1',
},
{
id: 'tdpc_target',
contest_id: 'tdpc',
problem_index: 'K',
name: 'ターゲット',
title: 'K. ターゲット',
grade: 'Q1',
},
{
id: 'tdpc_ball',
contest_id: 'tdpc',
problem_index: 'J',
name: 'ボール',
title: 'J. ボール',
grade: 'D1',
},
{
id: 'tdpc_iwi',
contest_id: 'tdpc',
problem_index: 'I',
name: 'イウィ',
title: 'I. イウィ',
grade: 'Q1',
},
{
id: 'tdpc_knapsack',
contest_id: 'tdpc',
problem_index: 'H',
name: 'ナップザック',
title: 'H. ナップザック',
grade: 'Q1',
},
{
id: 'tdpc_lexicographical',
contest_id: 'tdpc',
problem_index: 'G',
name: '辞書順',
title: 'G. 辞書順',
grade: 'D2',
},
{
id: 'tdpc_semiexp',
contest_id: 'tdpc',
problem_index: 'F',
name: '準急',
title: 'F. 準急',
grade: 'Q1',
},
{
id: 'tdpc_number',
contest_id: 'tdpc',
problem_index: 'E',
name: '数',
title: 'E. 数',
grade: 'Q1',
},
{
id: 'tdpc_dice',
contest_id: 'tdpc',
problem_index: 'D',
name: 'サイコロ',
title: 'D. サイコロ',
grade: 'Q1',
},
{
id: 'tdpc_tournament',
contest_id: 'tdpc',
problem_index: 'C',
name: 'トーナメント',
title: 'C. トーナメント',
grade: 'Q1',
},
{
id: 'tdpc_game',
contest_id: 'tdpc',
problem_index: 'B',
name: 'ゲーム',
title: 'B. ゲーム',
grade: 'Q1',
},
{
id: 'tdpc_contest',
contest_id: 'tdpc',
problem_index: 'A',
name: 'コンテスト',
title: 'A. コンテスト',
grade: 'Q2',
},
{
id: 'math_and_algorithm_af',
contest_id: 'math-and-algorithm',
Expand Down
Loading
Loading