pub enum RemovedManualWork {
MorningDashboardReconciliation,
DemandVersusStaffingScan,
CheckoutExceptionAudit,
RetentionFollowUpQueuePrioritization,
DataQualityExceptionTriage,
}Expand description
Decision taxonomy for removed manual work in the manager daily brief workflow; each value carries operational meaning for source-grounded routing and review.
Variants§
MorningDashboardReconciliation
Represents morning dashboard reconciliation in the manager brief decision model so the app can choose the correct evidence, review, or draft path without taking live action.
DemandVersusStaffingScan
Represents demand versus staffing scan in the manager brief decision model so the app can choose the correct evidence, review, or draft path without taking live action.
CheckoutExceptionAudit
Represents checkout exception audit in the manager brief decision model so the app can choose the correct evidence, review, or draft path without taking live action.
RetentionFollowUpQueuePrioritization
Represents retention follow up queue prioritization in the manager brief decision model so the app can choose the correct evidence, review, or draft path without taking live action.
DataQualityExceptionTriage
Represents data quality exception triage in the manager brief decision model so the app can choose the correct evidence, review, 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