-
Notifications
You must be signed in to change notification settings - Fork 30
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
18722 Add Jurisdiction component #219
Conversation
This is to help complete bcgov/entity#18722. I created a ticket to replace the duplicate component in Namerequest, and to add unit tests and finish up the storybook for this component: |
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.
In the future, try to keep the Storybook build changes in a separate commit from your code changes, so I can ignore them. (161 files!!!)
Does this require another storybook build before merge? Edit: merging, if needed I'll create a new PR |
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.
LGTM!
In In this feature branch, the SB files aren't used, except locally for your testing. When we merge this feature branch into main (or rename it), then one of us will have to do a SB build and commit those files. |
This was merged into main branch since it is not a Vue 3 component (it was mainly just copy pasted Vue 2 code from Namerequest). Should it have been to the feature branch? Or should I create a SB PR? |
Hahaha, I am reviewing too many PRs at once! Yes, this was correctly merged into main (Vue2) branch. Yes, Storybook should be rebuilt and committed. Let me publish the changes in THIS PR first, and then you can rebase and create a new one for SB. |
I have a better idea -- since I'm committing to the main branch anyway, I'll rebuild Storybook along the way. |
There are many updated packages because they depended on shared enums. |
Issue #: /bcgov/entity#18722
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 business-filings-ui license (Apache 2.0).