jonahkh
2020-06-01 3a45e622b2a639d290fad7b924db9be1437923bc
adopt-a-pup/web-app/src/Services/AdoptionFakeService.ts
@@ -8,11 +8,17 @@
    public async getAdoptableByShelter(): Promise<Animal[]> {
        return [
            {
                id: "a1",
                name: "Dog 1",
                animalId: "a1",
                animalName: "Dog 1",
                breed: "Shepherd",
                shelterId: "s1",
                adoptable: true
                adoptable: true,
                weight: 100,
                approximateSize: "L",
                residencyRequired: "HOUSE",
                squareFootageOfHome: 800,
                childSafe: true,
                otherDogSafe: true
            }
        ];
    }