BI-1092 Building search on building list page should always show result
Created by: ay701
Search any building on building list page should show up in the list
Goals: (in building list view)
- User is able to search for any building and expect it to show in the list
- User is able to click on searched building in the list, to be directed to that building page
Test:
- In
dashboardfolder, pull from this branch - Make sure both
dashboardandbuildingServiceare running - Go to buildings page
- Search for an address, see if it shows up in the list
- Click on it, see if it directs to that building page
Issues:
- BI-1092 Building List Page - Click on building search result should direct user to specific building page
Notes:
- This PR added the ability to create a building if not exist in building service
- Currently it uses fake building object (as backend not ready yet with POST request)