feat: detailed pet profile attributes and grooming visit history (closes #13) #32

Merged
ghost merged 1 commits from feat/pet-profile-attributes into main 2026-03-17 21:46:41 +00:00

1 Commits

Author SHA1 Message Date
Groom Book CTO 52d0e8cd70 feat: detailed pet profile attributes and grooming visit history (closes #13)
- Add cut_style, shampoo_preference, special_care_notes, custom_fields columns to pets table
- Add grooming_visit_logs table to track per-visit grooming details (cut, products, notes)
- Extend pets API to accept and return new profile fields
- Add /api/grooming-logs endpoint (GET by petId, POST, DELETE)
- Update Pet type with new fields; add GroomingVisitLog type
- Update Clients page: grooming preferences section in pet card, "Log visit" button,
  visit history panel showing last 3 visits, expanded pet form with grooming preferences

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-17 21:44:48 +00:00