Hiyve Components - v1.0.0
    Preparing search index...

    Type Alias AssignmentStatus

    AssignmentStatus: "not_started" | "in_progress" | "on_hold" | "completed"

    Status of an assignment.

    Represents the lifecycle of an assignment from creation to completion. Used for both the overall assignment status and per-user activity status.

    const status: AssignmentStatus = 'in_progress';