WIP: Start work moving trial data to benchmarks #1048
Annotations
10 errors and 1 warning
Check types:
src/backend/routers/iep.ts#L261
Property 'benchmark_id' does not exist on type '{ success: number; task_id: string; notes: string; unsuccess: number; }'.
|
Check types:
src/backend/routers/iep.ts#L266
Object literal may only specify known properties, and 'benchmark_id' does not exist in type 'InsertExpression<KyselySchema, "trial_data">'.
|
Check types:
src/backend/routers/iep.ts#L438
Argument of type '"task.task_id"' is not assignable to parameter of type 'ReferenceExpression<KyselySchema, "benchmark" | "goal" | "iep" | "student" | "trial_data">'.
|
Check types:
src/backend/routers/iep.ts#L442
Argument of type '"task.assignee_id"' is not assignable to parameter of type 'ReferenceExpression<KyselySchema, "benchmark" | "goal" | "iep" | "student" | "trial_data">'.
|
Check types:
src/pages/benchmarks/[benchmark_id]/index.tsx#L38
No overload matches this call.
|
Check types:
src/pages/benchmarks/[benchmark_id]/index.tsx#L103
Property 'seen' does not exist on type '{ first_name: string; last_name: string; category: string; description: string; benchmark_id: string; frequency: string; instructions: string; number_of_trials: number | null; trials: { success: number; ... 5 more ...; files: { ...; }[]; }[]; }'.
|
Check types:
src/pages/benchmarks/[benchmark_id]/index.tsx#L104
Property 'task_id' does not exist on type '{ first_name: string; last_name: string; category: string; description: string; benchmark_id: string; frequency: string; instructions: string; number_of_trials: number | null; trials: { success: number; ... 5 more ...; files: { ...; }[]; }[]; }'.
|
Check types:
src/pages/benchmarks/[benchmark_id]/index.tsx#L119
Property 'task_id' does not exist on type '{ first_name: string; last_name: string; category: string; description: string; benchmark_id: string; frequency: string; instructions: string; number_of_trials: number | null; trials: { success: number; ... 5 more ...; files: { ...; }[]; }[]; }'.
|
Check types:
src/pages/benchmarks/[benchmark_id]/instructions.tsx#L15
No overload matches this call.
|
Check types
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading