de06cae6b1bbe80bc18766993622a3dd60a626e6
Add seedUatCustomerPortalAppointments: deterministic, idempotent appointments for uat-customer@groombook.dev covering the reachable StatusBadge palette so the portal can live-render badges (not just code-verify the bundle): - upcoming confirmed (Confirmed badge, Upcoming card) - upcoming scheduled (Scheduled badge, Upcoming card) - past cancelled (Cancelled badge, Past tab) - past no_show (raw no_show label until GRO-2319 badge-key fix) Existing GRO-2100 completed appointment is untouched (AC #4). Stable UUIDs + onConflictDoNothing keep the hourly reset/seed re-runnable (GRO-2033 dup-key class). pending/waitlisted are not valid appointment_status values and are not seedable; web-side work tracked in GRO-2319. CTO-approved Option A on GRO-2313. Co-Authored-By: Paperclip <noreply@paperclip.ing>
GRO-2294: Route Optimization security hardening (geocode-batch limit cap + redact settings secret) (#193)
GRO-2294: Route Optimization security hardening (geocode-batch limit cap + redact settings secret) (#193)
GroomBook API
GroomBook API service — extracted from the groombook/app monorepo.
Overview
This repository contains the GroomBook API service, including:
- REST API endpoints
- Database schema and migrations (via Drizzle ORM)
- Authentication (via Better Auth)
- Background job handlers
Structure
src/ # API service source
packages/db/ # Database schema, migrations, and utilities
packages/types/ # Shared TypeScript types
Setup
pnpm install
cp .env.example .env # Fill in required environment variables
pnpm --filter @groombook/api dev
Docker
docker build -t ghcr.io/groombook/api:latest .
docker run -p 3000:3000 ghcr.io/groombook/api:latest
License
AGPL-3.0-only
Description
Languages
TypeScript
99.3%
JavaScript
0.4%
Dockerfile
0.2%