Skip to content

sprintGates.evaluateCriterion

Type: mutation Module: convex/sprintGates.ts

{
gateId: Id<"sprintGates">,
criterionIndex: number,
passed: boolean,
evidence: string /* optional */,
}

Mark a specific criterion within a gate as passed or failed. @param gateId - The sprint gate @param criterionIndex - Zero-based index of the criterion @param passed - Whether the criterion passed @param evidence - Optional evidence or notes