pub enum Stage {
Inquiry,
Profile,
VaccineDocs,
BookingTriage,
ConfirmationDraft,
CheckInTodayView,
StaffNoteDailyUpdateDraft,
CheckoutCompletion,
FollowUpRetention,
}Expand description
Decision choices for stage in the local smoke-test workflow; each value routes reviewed source facts to the right queue, draft, or staff gate.
Variants§
Inquiry
Selects inquiry for the local smoke decision model so the app can choose a review, evidence, or draft path without taking live action.
Profile
Selects profile for the local smoke decision model so the app can choose a review, evidence, or draft path without taking live action.
VaccineDocs
Selects vaccine docs for the local smoke decision model so the app can choose a review, evidence, or draft path without taking live action.
BookingTriage
Selects booking triage for the local smoke decision model so the app can choose a review, evidence, or draft path without taking live action.
ConfirmationDraft
Selects confirmation draft for the local smoke decision model so the app can choose a review, evidence, or draft path without taking live action.
CheckInTodayView
Selects check in today view for the local smoke decision model so the app can choose a review, evidence, or draft path without taking live action.
StaffNoteDailyUpdateDraft
Selects staff note daily update draft for the local smoke decision model so the app can choose a review, evidence, or draft path without taking live action.
CheckoutCompletion
Selects checkout completion for the local smoke decision model so the app can choose a review, evidence, or draft path without taking live action.
FollowUpRetention
Selects follow up retention for the local smoke decision model so the app can choose a review, evidence, or draft path without taking live action.