Skip to content

DoCurious API Reference / types / GraduatingStudent

Interface: GraduatingStudent

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

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:417


email

email: string

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


grade

grade: string

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


graduationDate

graduationDate: string

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


id

id: string

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


name

name: string

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


status

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

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

DoCurious Platform Documentation