bcgov / bcgov/entity

Regression Testing Legal API - SP Scenarios

Open
#20,105 0 comments 0 reactions 0 assignees View on GitHub
Entities - Data Migration
Dominant language
JavaScript
Stars
23
Forks
62
Avg merge
24m
Merged PRs (30d)
1

Description

**TODOs**

- [ ] Validate legal name is populating correctly for SPs in business response
- [ ] validate ones in modernization and ones previously brought over from COLIN
- [ ] Validate operating name is correct. This will be in the `alternateNames` field returned in the business response
- [ ] validate all fields in alternate names
- [ ] Validate specific SP scenarios
- [ ] SP individual
- [ ] SP DBA LEAR
- [ ] SP DBA COLIN

previous business response
```
{
"business": {
"identifier": "FM0554669",
"legalType": "SP",
"legalName": "BOOTS LOWBED LOG HAUL - IMPORT_TEST",
...
}
}
```

new business response
```
{
"business": {
"identifier": "FM0554669",
"legalType": "SP",
"legalName": "FIRST_NAME MIDDLE_NAME LAST_NAME",
"alternateNames": [
{
"entityType": "SP",
"identifier": "FM0554669",
"nameRegisteredDate": "2011-04-14T22:50:14+00:00",
"nameStartDate": "2011-04-14",
"operatingName": "BOOTS LOWBED LOG HAUL - IMPORT_TEST"
}
],
...
}
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.