-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
FeatureStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStellar-WaveTypscriptgood first issueGood for newcomersGood for newcomers
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FeatureStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programStellar-WaveTypscriptgood first issueGood for newcomersGood for newcomers