You need to sign in or sign up before continuing.
BI-1106 Address search can create building in Building Group view
Created by: ay701
In building group view, address search should always return a building
Goals: (in building list view)
- If user search for an address which not exists in building service, it should create the building
Test:
- In
dashboardfolder, pull from this branch - Make sure both
dashboardandbuildingServiceare running - Go to buildingGroup42 page
- Search for a random address, see if "+ Add" shows up
- Click on "+ Add" button, see if building can be added to the group
Issues:
- BI-1106 Building Group View - Address search should always return a building
Notes:
- This PR allows address search to create a building if not exist in building service
- This PR uses fake building object (as backend not ready yet with POST request)
- This PR generates random building ID for searched address for testing purpose