-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
- Hide id, nbCode from search result.
- Change heating to Yes/No.
- Display other useful information from the backend api
Currently the search result shows the following:
id: 12832000092
nbCode: 1
acres: 0.0517677
building: single family
walls: frame
basement: full basement
heating: 1
The backend API returns the following info:
"results": [
{
"_parcel_id": "10359000170",
"acres": 0.0500332,
"attic": 1,
"basement_finished": "unfinished",
"basement_type": "full basement",
"bath_full": 2,
"bath_half": 0,
"bath_total": 2.0,
"bldg_type": "two family",
"central_heat": 0,
"com_grd_flr": 0,
"construction": "",
"garage": 0,
"lot_type": "Vacant Building",
"nbrhd_code": 63,
"nbrhd_name": "Old North St. Louis",
"num_stories": "2 story",
"parcel_geojson": "[[[[-90.19463624658201, 38.65174091963114], [-90.19457335988255, 38.65176068486527], [-90.19443023857245, 38.651472213053985], [-90.19449331299239, 38.65145283036157], [-90.19463624658201, 38.65174091963114]]]]",
"price_bldg": null,
"price_lot": null,
"price_residential": 11000,
"price_sidelot": null,
"size_sqFt": 2179.44,
"street_addr": "1 MONTGOMERY ST",
"wall_material": "brick",
"ward_num": 3,
"zip": 63106
}