Skip to content

DoCurious API Reference / types / GraduatingStudent

Interface: GraduatingStudent

Defined in: types/school.types.ts:449

A graduating student identified for the alumni transition workflow.

Remarks

Used by School Admins to manage the end-of-year transition of graduating students from school accounts to personal accounts, archive, or export & delete.

Properties

challengesCompleted

challengesCompleted: number

Defined in: types/school.types.ts:455


email

email: string

Defined in: types/school.types.ts:454


grade

grade: string

Defined in: types/school.types.ts:452


graduationDate

graduationDate: string

Defined in: types/school.types.ts:453


id

id: string

Defined in: types/school.types.ts:450


name

name: string

Defined in: types/school.types.ts:451


status

status: "pending" | "transitioned" | "opted-out"

Defined in: types/school.types.ts:456

DoCurious Platform Documentation