pub enum RemovedManualWork {
MorningDashboardReconciliation,
DemandVersusStaffingScan,
CheckoutExceptionAudit,
RetentionFollowUpQueuePrioritization,
DataQualityExceptionTriage,
}Expand description
Decision choices for removed manual work in the manager daily brief workflow; each value routes reviewed source facts to the right queue, draft, or staff gate.
Variants§
MorningDashboardReconciliation
Selects morning dashboard reconciliation for the manager brief decision model so the app can choose a review, evidence, or draft path without taking live action.
DemandVersusStaffingScan
Selects demand versus staffing scan for the manager brief decision model so the app can choose a review, evidence, or draft path without taking live action.
CheckoutExceptionAudit
Selects checkout exception audit for the manager brief decision model so the app can choose a review, evidence, or draft path without taking live action.
RetentionFollowUpQueuePrioritization
Selects retention follow up queue prioritization for the manager brief decision model so the app can choose a review, evidence, or draft path without taking live action.
DataQualityExceptionTriage
Selects data quality exception triage for the manager brief decision model so the app can choose a review, evidence, or draft path without taking live action.
Trait Implementations§
Source§impl Clone for RemovedManualWork
impl Clone for RemovedManualWork
Source§fn clone(&self) -> RemovedManualWork
fn clone(&self) -> RemovedManualWork
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more