pub enum Stage {
Inquiry,
Profile,
VaccineDocs,
BookingTriage,
ConfirmationDraft,
CheckInTodayView,
StaffNoteDailyUpdateDraft,
CheckoutCompletion,
FollowUpRetention,
}Expand description
Decision taxonomy for stage in the local smoke-test workflow; each value carries operational meaning for source-grounded routing and review.
Variants§
Inquiry
Represents inquiry in the local smoke decision model so the app can choose the correct evidence, review, or draft path without taking live action.
Profile
Represents profile in the local smoke decision model so the app can choose the correct evidence, review, or draft path without taking live action.
VaccineDocs
Represents vaccine docs in the local smoke decision model so the app can choose the correct evidence, review, or draft path without taking live action.
BookingTriage
Represents booking triage in the local smoke decision model so the app can choose the correct evidence, review, or draft path without taking live action.
ConfirmationDraft
Represents confirmation draft in the local smoke decision model so the app can choose the correct evidence, review, or draft path without taking live action.
CheckInTodayView
Represents check in today view in the local smoke decision model so the app can choose the correct evidence, review, or draft path without taking live action.
StaffNoteDailyUpdateDraft
Represents staff note daily update draft in the local smoke decision model so the app can choose the correct evidence, review, or draft path without taking live action.
CheckoutCompletion
Represents checkout completion in the local smoke decision model so the app can choose the correct evidence, review, or draft path without taking live action.
FollowUpRetention
Represents follow up retention in the local smoke decision model so the app can choose the correct evidence, review, or draft path without taking live action.