pub enum OptimizationOpportunity {
DemandForecasting,
NoShowPrediction,
DynamicWaitlistFilling,
CapacityRecommendation,
AddOnRecommendation,
HolidayPlanning,
OverUnderStaffingAlert,
RevenueOptimizationWithoutCareDegradation,
}Expand description
Labor, capacity, or revenue optimization lever supported by validated source facts.
Variants§
DemandForecasting
Demand forecasting projects service-line workload so staffing plans can be reviewed earlier.
NoShowPrediction
No-show prediction can rank follow-up or waitlist work but cannot cancel or rebook automatically.
DynamicWaitlistFilling
Dynamic waitlist filling recommends candidates for human-approved booking outreach.
CapacityRecommendation
Capacity recommendation summarizes source-backed pressure while booking decisions stay reviewed.
AddOnRecommendation
Add-on recommendation can surface relevant services but customer offers remain approved by staff.
HolidayPlanning
Holiday planning uses forecast demand to prepare staffing and capacity reviews ahead of peak periods.
OverUnderStaffingAlert
Over/under-staffing alert compares demand with schedules so managers can review labor changes.
RevenueOptimizationWithoutCareDegradation
Revenue optimization is constrained by care and safety evidence before any pricing or offer change is considered.
Trait Implementations§
Source§impl Clone for OptimizationOpportunity
impl Clone for OptimizationOpportunity
Source§fn clone(&self) -> OptimizationOpportunity
fn clone(&self) -> OptimizationOpportunity
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more