bcgov / silviculture-ipc

Forestry Sector Operator Screening for Infection Prevention and Control Protocols. Being replaced by: https://github.com/bcgov/common-forms-toolkit
https://github.com/bcgov/common-forms-toolkit
Apache License 2.0
1 stars 8 forks source link

Add OrgBook typeahead search for business registration name #22

Closed esune closed 4 years ago

esune commented 4 years ago

Enhance the registration form by adding a lookup for the Registered Business Name: the results are fetched from OrgBookBC, which exposes data about businesses registered in British Columbia.

New settings have been added to custom-environment-variables.json and default.json to support the change. The API is currently set to point to the PROD instance of OrgBook by default since dev and test do not have data for all businesses.

However, if preferable, the dev and test instances could be used:

The search is currently using the APIv2 endpoints, updating to the new APIv3 (when available) will be as easy as re-mapping the mappings in the computed property items (for a preview of the APIv3 search endpoint refer to https://orgbook-prod.pathfinder.gov.bc.ca/api/v3/).