Skip to content

Define Pet Data Model #11

@llinsss

Description

@llinsss

Description

Create TypeScript interfaces and types for Pet data model.

Requirements

  • Define Pet interface with all properties
  • Include types for breed, age, medical history
  • Add optional fields appropriately
  • Export types for use across the app

File to Create

backend/models/Pet.ts

Acceptance Criteria

  • Pet interface includes all required fields
  • Types are properly defined
  • Interface matches backend API schema
  • Documentation comments are added

Example Fields

  • id, name, breed, species, age, weight, owner, medicalHistory, vaccinations, medications, qrCode

Tech Stack

  • TypeScript

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions