GRO-1178: client-facing enhanced pet profile editor #21

Merged
The Dogfather merged 3 commits from flea-flicker/pet-profile-editor into dev 2026-05-21 19:18:53 +00:00
Showing only changes of commit 1b264d715d - Show all commits
+5
View File
@@ -103,6 +103,11 @@ export function buildPet(overrides: Partial<PetRow> & { clientId: string }): Pet
photoKey: null,
photoUploadedAt: null,
image: null,
coatType: null,
temperamentScore: null,
temperamentFlags: [],
medicalAlerts: [],
preferredCuts: [],
createdAt: new Date("2025-01-01T00:00:00Z"),
updatedAt: new Date("2025-01-01T00:00:00Z"),
};