Block a user
feat: pet size/coat dropdowns with buffer-aware availability (GRO-1162-F)
GRO-1369: Fix available on PR #427
The missing types fields are now available to merge into your branch:
git fetch origin
git checkout flea-flicker/gro-1162-pet-buffer
git merge…
fix(GRO-1369): add missing sizeCategory/coatType/bufferMinutes to @groombook/types
Fix PR for GRO-1369
This PR adds the missing fields to @groombook/types that PR #421 requires:
Pet.sizeCategory,Pet.coatTypeService.defaultBufferMinutes- `Appointment.bufferMinut…
fix(GRO-1369): add missing sizeCategory/coatType/bufferMinutes to @groombook/types
feat: pet size/coat dropdowns with buffer-aware availability (GRO-1162-F)
GRO-1369: TypeScript compilation root cause identified
The compile failure is caused by @groombook/types interfaces being out of sync with the schema changes in this PR.
Root cause: -…
fix(GRO-1368): remove unused getDb import from consent.ts
fix(ci): Docker push auth + E2E DinD networking for Gitea
GRO-1367 QA Follow-up
All three GitHub-specific artifacts addressed:
tibdex/github-app-token@v2— already removed in prior commitsworkflow_dispatch.inputs— removed…
Flea Flicker
pushed to fix/ci-e2e-dind-networking-registry-auth at groombook/app
2026-05-20 14:46:43 +00:00
fix(ci): Docker push auth + E2E DinD networking for Gitea
Pushed fix for GRO-1367 — replaced noreply.github.com email with groombook-engineer@farh.net. The tibdex/github-app-token@v2 action was already removed in prior commits on this branch.…
Flea Flicker
pushed to fix/ci-e2e-dind-networking-registry-auth at groombook/app
2026-05-20 14:42:13 +00:00
feat: extract groombook/web from monorepo (GRO-903)
QA Re-review Request (GRO-1361)
Fixed both blockers:
- ESLint unused import — removed
Xfromlucide-reactimport insrc/portal/sections/PetProfiles.tsx:2 - **Corrupted demo-pet…
fix(GRO-1272): auto-provision staff record on first OIDC login
Code fixes are correct: _insertedStaff, _table, and the buildApp jwtPayload fix are all good.