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 workflow can draft checklists and quizzes but manager certification remains authoritative.
SopLookup
SOP lookup workflow reduces policy-search time while safety-sensitive interpretation stays reviewed.
IncidentDocumentation
Incident documentation workflow drafts chronology and evidence packets for safety review.
PetBehaviorNoteConsistency
Pet-behavior note consistency workflow helps staff rewrite vague notes into source-backed handoffs.
ManagerCoaching
Manager coaching workflow summarizes patterns for human coaching, not personnel action automation.
RegulatorySafetyPolicy
Regulatory/safety policy workflow keeps compliance answers review-gated and source-cited.
CustomerComplaintHandling
Customer complaint workflow drafts summaries and responses for manager approval.
TrainingQuizGeneration
Training quiz workflow drafts knowledge checks that managers review before using for certification.
ShiftLeadCopilot
Shift-lead copilot workflow summarizes tasks and risks but does not assign safety-sensitive work unsupervised.
ShiftSummary
Shift summary workflow converts source-backed notes into handoffs that supervisors can verify.
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