-
Notifications
You must be signed in to change notification settings - Fork 81
Business filer DRS integration #3654
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
base: main
Are you sure you want to change the base?
Business filer DRS integration #3654
Conversation
doug-lovett
left a comment
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.
Looks good.
queue_services/business-filer/src/business_filer/services/utils.py
Outdated
Show resolved
Hide resolved
thorwolpert
left a comment
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.
Shouldn't the DRS stuff be in it's own service rather than utils business_filer/services/utils.py ?
I think it's doable, but I felt it was over-engineering since it's just a single function that creates a DRS record upon staff filing. |
i think it would be better now than later. it's not really a generic util thing. |
Done |
I believe @thorwolpert point is to create a new pub sub service instead of doing it here. |
Well, I was initially thinking the same as you, @vysakh-menon-aot , but based on his latest comment, it seems like just moving it into its own service file. Also, I’d clarify that the integration is actually part of finalizing the filing process for staff filings, rather than a separate piece of logic. |
Issue #: /bcgov/entity#28412
Description of changes:
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).