Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name Examination UI: need to update NR request types#24255 #1549

Merged
merged 3 commits into from
Nov 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion app/data/request_type_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,16 @@
"is_lp_nwpta_type": false,
"is_cp_nwpta_type": false
},
{
"request_type": "BECC",
"nwpta_required": false,
"jurisdiction_required": false,
"prev_nr_required": false,
"corp_num_required": true,
"additional_info_template": "**<corp_num>**",
"is_lp_nwpta_type": false,
"is_cp_nwpta_type": false
},
{
"request_type": "BECR",
"nwpta_required": false,
Expand Down Expand Up @@ -748,4 +758,4 @@
"is_lp_nwpta_type": false,
"is_cp_nwpta_type": false
}
]
]
44 changes: 22 additions & 22 deletions app/data/request_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,15 +496,26 @@
},
{
"value": "CCV",
"short_desc": "CCC - BC to CCC Conversion",
"text": "CCC - BC to CCC Conversion",
"short_desc": "BC Limited to CCC Conversion",
"text": "BC Limited to Community Contribution Company Conversion",
severinbeauvais marked this conversation as resolved.
Show resolved Hide resolved
"class_type_cd": "CORP",
"legacy_cd": "CN",
"additional_info": "Change of Name",
"source_application": "COLIN",
"entity_type_cd": "CC",
"request_action_cd": "CNV"
},
{
"value": "BECC",
"short_desc": "Benefit Company to CCC Conversion",
"text": "Benefit Company to Community Contribution Company Conversion",
"class_type_cd": "CORP",
"legacy_cd": "BECC",
"additional_info": "",
"source_application": "COLIN",
"entity_type_cd": "CC",
"request_action_cd": "CNV"
},
{
"value": "CCC",
"short_desc": "CCC - Change of Name",
Expand Down Expand Up @@ -552,26 +563,26 @@
{
"value": "UC",
"short_desc": "Unlimited Liability Company ",
"text": "BC to Unlimited Liability Company Conversion",
"text": "BC Limited to Unlimited Liability Company Conversion",
severinbeauvais marked this conversation as resolved.
Show resolved Hide resolved
"class_type_cd": "CORP",
"legacy_cd": "UC",
"additional_info": "",
"source_application": "COLIN",
"entity_type_cd": "UC",
"entity_type_cd": "UL",
severinbeauvais marked this conversation as resolved.
Show resolved Hide resolved
"request_action_cd": "CNV"
},
{
"value": "ULCB",
"short_desc": "B.C. Company",
"text": "B.C. Company - ULC to BC Conversion",
"text": "Unlimited Liability Company to BC Limited Conversion",
"class_type_cd": "CORP",
"legacy_cd": "ULCB",
"legacy_cd": "ULCB",
"additional_info": "",
"source_application": "COLIN",
"entity_type_cd": "CR",
"request_action_cd": "CNV"
},
{
{
"value": "CUL",
"short_desc": "Unlimited Liability Company ",
"text": "Change of Name of Unlimited Liability Company",
Expand Down Expand Up @@ -806,7 +817,7 @@
{
"value": "BECV",
"short_desc": "Benefit Company",
"text": "BC Benefit Company - BC to Benefit Conversion",
"text": "BC Limited to Benefit Company Conversion",
"class_type_cd": "CORP",
"legacy_cd": "BECV",
"additional_info": "",
Expand All @@ -817,34 +828,23 @@
{
"value": "BECR",
"short_desc": "Benefit Company",
"text": "BC Benefit Company - Benefit to BC Conversion",
"text": "Benefit Company to BC Limited Conversion",
"class_type_cd": "CORP",
"legacy_cd": "BECR",
"additional_info": "",
"source_application": "COLIN",
"entity_type_cd": "CR",
"request_action_cd": "CNV"
},
{
"value": "ULCB",
"short_desc": "B.C. Company",
"text": "B.C. Company - ULC to BC Conversion",
"class_type_cd": "CORP",
"legacy_cd": "ULCB",
"additional_info": "",
"source_application": "COLIN",
"entity_type_cd": "CR",
"request_action_cd": "CNV"
},
{
"value": "ULBE",
"short_desc": "BC Benefit Company",
"text": "BC Benefit Company - ULC to Benefit Conversion",
"text": "Unlimited Liability Company to Benefit Company Conversion",
"class_type_cd": "CORP",
"legacy_cd": "ULBE",
"additional_info": "",
"source_application": "COLIN",
"entity_type_cd": "BC",
"request_action_cd": "CNV"
}
]
]
6 changes: 6 additions & 0 deletions app/enums/codes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@ export enum RequestTypeCode {
BERE = 'BERE',
/** BC Benefit Company - BC to Benefit Conversion */
BECV = 'BECV',
/** BC Benefit Company - Community Contribution Company Conversion */
BECC = 'BECC',
/** Unlimited Liability Company - BC Limited Conversion */
ULCB = 'ULCB',
/** Unlimited Liability Company - Benefit Company Conversion */
ULBE = 'ULBE',
severinbeauvais marked this conversation as resolved.
Show resolved Hide resolved
/** BC Benefit Company - Benefit to BC Conversion */
BECR = 'BECR',
}
Expand Down
6 changes: 3 additions & 3 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.