Step 1 - Company name - retrieve valid NR and display correct entity and request types
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 62
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
- Thor working on request types - this ticket is blocked by that, worked on in [#6878](https://app.zenhub.com/workspaces/entity-5bf2f2164b5806bc2bf60531/issues/bcgov/entity/6878).
- Depending on how 6878 is implemented, we might remove "Request type: New Business" from this UI. Estimate was made assuming this would be the case.
This ticket will update unit tests, but the hard work on arameter-izing has been done in 6856
## Background
NR must be:
- Approved **OR** Conditionally Approved with Consent Received
- NOT expired
- Use the existing error handling, IA updates to catch if the NR status changes to something incorrect
This will also populate the entity type and request type fields
- [ ] BC Limited Company IA must use a BC Limited Company NR
- [ ] BC Unlimited Liability Company must use a BC ULC NR
- [ ] BC Community Contribution Company must use a BC CCC NR
If numbered company is wanted, still need to display the correct entity and request types.
## Acceptance Criteria
### Scenario 1 - LTD
**GIVEN** I am incorporating a BC Limited Company
**WHEN** I am on Step 1, Company Name section
**THEN** I should see my business type displayed as BC Limited Company
### Scenario 2 - ULC
**GIVEN** I am incorporating a BC Unlimited Liability Company
**WHEN** I am on Step 1, Company Name section
**THEN** I should see my business type displayed as BC Unlimited Liability Company
### Scenario 3 - CCC
**GIVEN** I am incorporating a BC Community Contribution Company
**WHEN** I am on Step 1, Company Name section
**THEN** I should see my business type displayed as BC Community Contribution Company

Just UI
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.