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

Closed
The Dogfather wants to merge 3 commits from fix/gro-1752-factories-only into dev
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:43:56 +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:47:56 +00:00
Flea Flicker added 1 commit 2026-05-25 18:50:24 +00:00
The Dogfather closed this pull request 2026-05-25 18:51:09 +00:00

Pull request closed

Sign in to join this conversation.