pub enum StaffTrainingWorkflow {
NewHireOnboarding,
SopLookup,
IncidentDocumentation,
PetBehaviorNoteConsistency,
ManagerCoaching,
RegulatorySafetyPolicy,
CustomerComplaintHandling,
TrainingQuizGeneration,
ShiftLeadCopilot,
ShiftSummary,
}Expand description
Training/standards workflow where AI can reduce lookup or documentation labor.
Variants§
NewHireOnboarding
New hire onboarding operations signal for labor, capacity, or task planning.
SopLookup
Sop lookup operations signal for labor, capacity, or task planning.
IncidentDocumentation
Incident documentation operations signal for labor, capacity, or task planning.
PetBehaviorNoteConsistency
Pet behavior note consistency operations signal for labor, capacity, or task planning.
ManagerCoaching
Manager coaching operations signal for labor, capacity, or task planning.
RegulatorySafetyPolicy
Regulatory safety policy operations signal for labor, capacity, or task planning.
CustomerComplaintHandling
Customer complaint handling operations signal for labor, capacity, or task planning.
TrainingQuizGeneration
Training quiz generation operations signal for labor, capacity, or task planning.
ShiftLeadCopilot
Shift lead copilot operations signal for labor, capacity, or task planning.
ShiftSummary
Shift summary operations signal for labor, capacity, or task planning.
Trait Implementations§
Source§impl Clone for StaffTrainingWorkflow
impl Clone for StaffTrainingWorkflow
Source§fn clone(&self) -> StaffTrainingWorkflow
fn clone(&self) -> StaffTrainingWorkflow
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more