code-for-charlottesville / housinghub

GNU General Public License v3.0
14 stars 23 forks source link

changes to property model #100

Closed rakshita-kaulgud closed 3 years ago

rakshita-kaulgud commented 3 years ago

Added missing fields as per 'https://www.figma.com/file/ybTwQpy5BlL9NhPcGFWNwz/housinghub?node-id=818%3A0' and made changes to ensure only the 'Address' field is mandatory.

Example:

curl -X POST -H "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1OTc1NzM1NjksInVpZCI6IjAyNTFlODc2LTYxZjctNGExOC1iNmM0LTkxZmFjMGExNTQ1MCIsInJvbGUiOiJuYXZpZ2F0b3IifQ.9y8Cv1YtsEsiNuZ2fc_nDNXFg9aFR0DwoMkoeHYUhDo" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"address\":\"1766 JPA\"}" http://localhost:5000/property

RESPONSE: { "address": "1766 JPA", "allow_criminal_records": null, "application_fee": null, "background_screening_company": null, "bathrooms": null, "bedrooms": null, "bus_line": null, "contact_method": null, "credit_screening_company": null, "date_first_available": null, "deposit": null, "elevator": null, "floor": null, "has_basement": null, "housing_type": null, "id": "870579c6-bcf5-40cf-bbf4-b771d3c53dd9", "is_available": null, "landlord_id": null, "last_contact_date": null, "last_contacted_by": null, "last_month_rent_required": null, "listing_date": null, "monthly_rent": null, "navigator_id": null, "potential_month_available": null, "property_name": null, "school_district": null, "shared_bathrooms": null, "unit_apt_no": null, "voucher_type_accepted": null, "voucher_type_not_accepted": null, "wheelchair_accessibility": null, "where_listed": null, "year_available": null, "zip_code": null }