pub enum Service {
MiniGroom,
FullGroom,
ExitBath,
FullBath,
PremiumBath,
NailTrim,
NailDremel,
EarCleaning,
CoatSkinSpecificProduct,
FirstTimeGroomingOffer,
}Expand description
Grooming services and add-ons that drive groomer calendar load, checkout upsells, duration estimates, and follow-up reminders.
Variants§
MiniGroom
Mini groom request that typically consumes less groomer time but still needs coat/history context.
FullGroom
Full groom request that drives the heaviest groomer labor estimate and style-history review.
ExitBath
Bath offered before departure from boarding.
FullBath
Full bath appointment that may stand alone or attach to daycare/boarding checkout.
PremiumBath
Premium bath that can justify product/style-note capture and higher checkout value.
NailTrim
Nail trim add-on that affects short-slot grooming capacity.
NailDremel
Nail Dremel add-on that should respect pet handling notes and appointment timing.
EarCleaning
Ear-cleaning add-on whose care sensitivity may require staff review before customer claims.
CoatSkinSpecificProduct
Coat/skin product add-on that should remain a product recommendation unless care review approves stronger claims.
FirstTimeGroomingOffer
First-time grooming offer used to convert new/lapsed guests without bypassing scheduling constraints.