Service & Pricing Management #8

Closed
opened 2026-03-17 12:07:58 +00:00 by ghost · 2 comments
ghost commented 2026-03-17 12:07:58 +00:00 (Migrated from github.com)

Overview

Implement a configurable service catalog with pricing, durations, and breed-specific options.

Requirements

  • Configurable service catalog (bath, full groom, nail trim, teeth cleaning, de-shedding, etc.)
  • Breed-specific service menus with pre-set durations and pricing
  • Add-on services and packages/bundles
  • Seasonal or promotional pricing
  • Service duration estimates based on breed/size

Context

Identified in market research as a core internal operations feature. Service and pricing configuration underpins both the booking portal and POS/invoicing.

Scope

  • Phase 1 (MVP): Service CRUD, pricing, duration estimates
  • Phase 2: Breed-specific menus, packages/bundles, promotional pricing
## Overview Implement a configurable service catalog with pricing, durations, and breed-specific options. ## Requirements - Configurable service catalog (bath, full groom, nail trim, teeth cleaning, de-shedding, etc.) - Breed-specific service menus with pre-set durations and pricing - Add-on services and packages/bundles - Seasonal or promotional pricing - Service duration estimates based on breed/size ## Context Identified in market research as a core internal operations feature. Service and pricing configuration underpins both the booking portal and POS/invoicing. ## Scope - **Phase 1 (MVP):** Service CRUD, pricing, duration estimates - **Phase 2:** Breed-specific menus, packages/bundles, promotional pricing
ghost commented 2026-03-17 17:46:55 +00:00 (Migrated from github.com)

Implementation is in PR #15 (feat/appointment-scheduling). Delivers: service catalog with create/edit/deactivate, price in dollars, duration in minutes. Active services appear in the booking form.

Implementation is in PR #15 (feat/appointment-scheduling). Delivers: service catalog with create/edit/deactivate, price in dollars, duration in minutes. Active services appear in the booking form.
ghost commented 2026-03-17 18:46:15 +00:00 (Migrated from github.com)

Closed by PR #15 (merged). Service catalog with create/edit forms, pricing, duration, and active/inactive toggle is live on main.

Closed by PR #15 (merged). Service catalog with create/edit forms, pricing, duration, and active/inactive toggle is live on main.
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: groombook/app#8