-
Notifications
You must be signed in to change notification settings - Fork 74
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
Conversation
…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.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this 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!
There was a problem hiding this 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)?
queue_services/entity-filer/src/entity_filer/filing_processors/change_of_registration.py
Show resolved
Hide resolved
Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca>
Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca>
...services/entity-filer/src/entity_filer/filing_processors/filing_components/alternate_name.py
Outdated
Show resolved
Hide resolved
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>
...services/entity-filer/src/entity_filer/filing_processors/filing_components/alternate_name.py
Outdated
Show resolved
Hide resolved
...services/entity-filer/src/entity_filer/filing_processors/filing_components/alternate_name.py
Outdated
Show resolved
Hide resolved
…e attachment for GP AN records Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca>
...services/entity-filer/src/entity_filer/filing_processors/filing_components/alternate_name.py
Show resolved
Hide resolved
queue_services/entity-filer/src/entity_filer/filing_processors/filing_components/parties.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca>
Signed-off-by: Hongjing Chen <Hongjing.Chen@gov.bc.ca>
|
There was a problem hiding this 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.
Issue #: /bcgov/entity#20328
Description of changes:
entity_type
values for registration filing processor sincealternate_names.entity_type
was introduced into dbNaicsService
andRegistrationBootstrapService
from legal-api (alsoBusinessService
in previous PR). The files should be removed once filer can refer to common moduleBy 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).