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

Closed
The Dogfather wants to merge 1 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:51:34 +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>
The Dogfather closed this pull request 2026-05-25 18:55:48 +00:00

Pull request closed

Sign in to join this conversation.