Business Name Search Component - Orgbook - Registration Number
Back to: CHEFS Bugs/Defect Tracker
Priority | Status | Team |
---|---|---|
HIGH | OPEN | Unity - JEDI |
Legend | |
Low medium High | Open in progress done |
Description:
Â
Right now CHEFS does autocomplete on the orgbook name.
Update - After some investigation with the Orgbook
The OrgBook does return the topic source id aka - Registration number when you change the Storage Type to Object
https://tfs.econ.gov.bc.ca/ECON/Unity/_workitems/edit/9380
One issue BUG found with chaning the Storage Type to Object is that on the submissions view the data is no longer displayed correctly and instead displays [Object Object]:
UPDATE: This issue resolved by adding a value in the value property
When object type - display the Registered Business number as well after selecting the Orgbook name (would be an opt in thing on the compoenent controls)
Have ability to enter the Registration Number and lookup the Registered Business Name
Verify the Registration Number
Display Text indicating that a search is happening - Right now there is zero feedback and it is not clear if a search is still ongoing.
Â
Display text indicating what did not match when complete
We want both orgbook name and the regnumber to validate and do a lookup.
Â
Orgbook is both a name and a registration number for example:
Legal Name: James Pasta’s Pizza
Reg Number: FM0592681
 {
"total": 10,
"first_index": 1,
"last_index": 10,
"results": [
{
"type": "name",
"sub_type": "entity_name",
"value": "JAMES PASTA’S PIZZAS",
"topic_source_id": "FM0592681",
"topic_type": "registration.registries.ca",
"credential_type": "registration.registries.ca",
"credential_id": "95693d9a-b806-4130-a67f-c9575910d18e",
"score": 38.873955
},
Technically orgbook has the ability to lookup FM0592681
And return – James Pasta’s pizza
Â
Or lookup Autocomplete Jam…. – Get the James Pasta’s Pizza and also the FM0592681
If the Reg number is changed and is valid will change the Legal business name
If the Reg number is changed and is valid the Orgbook verified shows below the field
Â