-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
14523 Cleanup before further development (#428)
* - renamed correction resources - added resources for BC/CCC/ULC - deleted obsolete AgreementTypeResource - updated correction views - updated unit tests - enabled Hotjar (for future) - app version = 3.9.5 * - set deleted legalName and nrNumber to undefined instead of null - updated unit test
- Loading branch information
1 parent
3fce02f
commit 9c2ed62
Showing
25 changed files
with
231 additions
and
83 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
import { CorrectionTypes, FilingCodes, NameRequestTypes } from '@/enums/' | ||
import { CorpTypeCd } from '@bcrs-shared-components/corp-type-module/' | ||
import { ResourceIF } from '@/interfaces/' | ||
|
||
export const CccCorrectionResource: ResourceIF = { | ||
entityReference: 'Company', | ||
contactLabel: 'Registered Office', | ||
displayName: null, // not used | ||
entityType: CorpTypeCd.BC_CCC, | ||
addressLabel: 'Registered Office', | ||
title: 'Benefit Company Statement', | ||
description: 'This company is a benefit company and, as such, has purposes that include conducting its business in' + | ||
' a responsible and sustainable manner and promoting one or more public benefits.', | ||
filingData: { | ||
filingTypeCode: FilingCodes.CORRECTION, | ||
entityType: CorpTypeCd.BC_CCC, | ||
priority: false | ||
}, | ||
changeData: { | ||
nameChangeOptions: [ | ||
CorrectionTypes.CORRECT_NEW_NR, | ||
CorrectionTypes.CORRECT_NAME_TO_NUMBER, | ||
CorrectionTypes.CORRECT_NAME | ||
], | ||
orgPersonInfo: { | ||
orgPersonLabel: 'Directors', | ||
subtitle: null // not used | ||
}, | ||
nameRequestTypes: [ | ||
NameRequestTypes.CHANGE_OF_NAME, | ||
NameRequestTypes.CONVERSION | ||
] | ||
}, | ||
certifyClause: 'Note: It is an offence to make a false or misleading statement in respect ' + | ||
'of a material fact in a record submitted to the Corporate Registry for filing. ' + | ||
'See section 427 of the Business Corporations Act.' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
import { CorrectionTypes, FilingCodes, NameRequestTypes } from '@/enums/' | ||
import { CorpTypeCd } from '@bcrs-shared-components/corp-type-module/' | ||
import { ResourceIF } from '@/interfaces/' | ||
|
||
export const BcCorrectionResource: ResourceIF = { | ||
entityReference: 'Company', | ||
contactLabel: 'Registered Office', | ||
displayName: null, // not used | ||
entityType: CorpTypeCd.BC_COMPANY, | ||
addressLabel: 'Registered Office', | ||
title: 'Benefit Company Statement', | ||
description: 'This company is a benefit company and, as such, has purposes that include conducting its business in' + | ||
' a responsible and sustainable manner and promoting one or more public benefits.', | ||
filingData: { | ||
filingTypeCode: FilingCodes.CORRECTION, | ||
entityType: CorpTypeCd.BC_COMPANY, | ||
priority: false | ||
}, | ||
changeData: { | ||
nameChangeOptions: [ | ||
CorrectionTypes.CORRECT_NEW_NR, | ||
CorrectionTypes.CORRECT_NAME_TO_NUMBER, | ||
CorrectionTypes.CORRECT_NAME | ||
], | ||
orgPersonInfo: { | ||
orgPersonLabel: 'Directors', | ||
subtitle: null // not used | ||
}, | ||
nameRequestTypes: [ | ||
NameRequestTypes.CHANGE_OF_NAME, | ||
NameRequestTypes.CONVERSION | ||
] | ||
}, | ||
certifyClause: 'Note: It is an offence to make a false or misleading statement in respect ' + | ||
'of a material fact in a record submitted to the Corporate Registry for filing. ' + | ||
'See section 427 of the Business Corporations Act.' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
import { CorrectionTypes, FilingCodes, NameRequestTypes } from '@/enums/' | ||
import { CorpTypeCd } from '@bcrs-shared-components/corp-type-module/' | ||
import { ResourceIF } from '@/interfaces/' | ||
|
||
export const UlcCorrectionResource: ResourceIF = { | ||
entityReference: 'Company', | ||
contactLabel: 'Registered Office', | ||
displayName: null, // not used | ||
entityType: CorpTypeCd.BC_ULC_COMPANY, | ||
addressLabel: 'Registered Office', | ||
title: 'Benefit Company Statement', | ||
description: 'This company is a benefit company and, as such, has purposes that include conducting its business in' + | ||
' a responsible and sustainable manner and promoting one or more public benefits.', | ||
filingData: { | ||
filingTypeCode: FilingCodes.CORRECTION, | ||
entityType: CorpTypeCd.BC_ULC_COMPANY, | ||
priority: false | ||
}, | ||
changeData: { | ||
nameChangeOptions: [ | ||
CorrectionTypes.CORRECT_NEW_NR, | ||
CorrectionTypes.CORRECT_NAME_TO_NUMBER, | ||
CorrectionTypes.CORRECT_NAME | ||
], | ||
orgPersonInfo: { | ||
orgPersonLabel: 'Directors', | ||
subtitle: null // not used | ||
}, | ||
nameRequestTypes: [ | ||
NameRequestTypes.CHANGE_OF_NAME, | ||
NameRequestTypes.CONVERSION | ||
] | ||
}, | ||
certifyClause: 'Note: It is an offence to make a false or misleading statement in respect ' + | ||
'of a material fact in a record submitted to the Corporate Registry for filing. ' + | ||
'See section 427 of the Business Corporations Act.' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
export * from './AgreementTypeResource' | ||
export * from './BenefitCompanyStatementResource' | ||
export * from './GeneralPartnershipResource' | ||
export * from './SoleProprietorshipResource' | ||
export * from './BenefitCompany' | ||
export * from './CommunityContributionCompany' | ||
export * from './GeneralPartnership' | ||
export * from './LimitedCompany' | ||
export * from './SoleProprietorship' | ||
export * from './UnlimitedLiabilityCompany' |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from './CooperativeResource' | ||
export * from './Cooperative' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.