feat: pet health alerts field and delete actions (closes #2) #25
Reference in New Issue
Block a user
Delete Branch "feat/pet-health-alerts-and-delete"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Completes the Pet & Client Records CRUD UI (GitHub issue #2, Paperclip GRO-7).
health_alertsDB column (migration 0001), surfaced in API Zod schema, shared types, and the pet card + edit form. Displayed as a red badge so groomers immediately notice allergies and medical conditions.DELETE /api/pets/:id.DELETE /api/clients/:id(cascade removes pets via DB FK).Test plan
ALTER TABLE pets ADD COLUMN health_alerts textapplies cleanly🤖 Generated with Claude Code