Skip to content

feat(web): degree progress chart #619

feat(web): degree progress chart

feat(web): degree progress chart #619

Triggered via pull request November 17, 2025 14:27
Status Failure
Total duration 39s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
build
Process completed with exit code 2.
build
scraper#check:types: command (/home/runner/work/AlbertPlus/AlbertPlus/apps/scraper) /home/runner/.bun/bin/bun run check:types exited (2)
build
Module '"@albert-plus/server/convex/http"' has no exported member 'ZUpsertRequirements'. Did you mean to use 'import ZUpsertRequirements from "@albert-plus/server/convex/http"' instead?
build
Module '"@albert-plus/server/convex/http"' has no exported member 'ZUpsertPrerequisites'. Did you mean to use 'import ZUpsertPrerequisites from "@albert-plus/server/convex/http"' instead?
build
Type 'Omit<any, "courseId">[]' is not assignable to type '({ type: "required"; courses: string[]; } | { type: "alternative"; courses: string[]; } | { type: "options"; courses: string[]; creditsRequired: number; })[]'.
build
Type 'Omit<any, "programId">[]' is not assignable to type '({ isMajor: boolean; type: "required"; courses: string[]; description?: string | undefined; } | { isMajor: boolean; type: "alternative"; courses: string[]; description?: string | undefined; } | { ...; })[]'.