fix(db): add missing extended pet profile fields to buildPet factory #78

Merged
The Dogfather merged 2 commits from fix/gro-1752-factories-v2 into dev 2026-05-25 18:57:45 +00:00
Member

Summary

  • Add temperamentScore, temperamentFlags, medicalAlerts, and preferredCuts to buildPet factory in packages/db/src/factories.ts

Test plan

  • TypeScript compiles without errors
  • Factory function returns pet objects with all 4 extended profile fields

Refs: GRO-1752

## Summary - Add temperamentScore, temperamentFlags, medicalAlerts, and preferredCuts to buildPet factory in packages/db/src/factories.ts ## Test plan - [ ] TypeScript compiles without errors - [ ] Factory function returns pet objects with all 4 extended profile fields Refs: GRO-1752
The Dogfather added 1 commit 2026-05-25 18:54:06 +00:00
Lint Roller (QA) flagged that buildPet in factories.ts was missing the
4 fields added to the pets table schema, causing TS2739 in the Docker
build job (run 1701, job 3717).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Flea Flicker added 1 commit 2026-05-25 18:55:39 +00:00
The Dogfather merged commit 0a2259b67f into dev 2026-05-25 18:57:45 +00:00
Sign in to join this conversation.