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

20328 Filer - Update change of registration filing processor to work with alternate name changes #2580

Merged
merged 10 commits into from
Apr 16, 2024

Conversation

chenhongjing
Copy link
Collaborator

@chenhongjing chenhongjing commented Apr 11, 2024

Issue #: /bcgov/entity#20328

Description of changes:

  • Update change of registration filing processor to work with alternate name changes
  • Update relevant unit tests
  • Set entity_type values for registration filing processor since alternate_names.entity_type was introduced into db
  • Temporarily copy NaicsService and RegistrationBootstrapService from legal-api (also BusinessService in previous PR). The files should be removed once filer can refer to common module
  • Misc fixes & updates

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0).

…lternate name

Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca>
Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca>
@@ -511,7 +512,7 @@ def create_office_address(business, office, address_type):


def create_entity_person(party_json):
"""Create a director."""
"""Create a director/partner/proprietor."""
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Collaborator

@JazzarKarim JazzarKarim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From what I can see, LGTM. Great work!

Copy link
Collaborator

@JazzarKarim JazzarKarim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were you able to test/verify locally by any chance Hongjing (just curious)?

Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca>
Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca>
Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca>
Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca>
Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca>
…e attachment for GP AN records

Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca>
Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca>
Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca>
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Collaborator

@argush3 argush3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!

As per our conversation, we will handle the one transaction rollback issue via another ticket when we re-visit this work.

@chenhongjing chenhongjing merged commit 6b89f2b into bcgov:feature-legal-name Apr 16, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants