-
Notifications
You must be signed in to change notification settings - Fork 22
feat: Add officers section to business dashboard UI #188
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?
feat: Add officers section to business dashboard UI #188
Conversation
… types to role-type-e.ts- Add officer-related translation strings to language file- Implement officers section in dashboard.vue
|
/gcbrun |
1 similar comment
|
/gcbrun |
|
Temporary Url for review: https://business-dashboard-dev--pr-188-amkjl7u6.web.app |
src/pages/dashboard.vue
Outdated
| } | ||
| const changeOfficerInfo = () => { | ||
| goToFilingsUI(`/${business.currentBusinessIdentifier}/standalone-officers`, { filingId: '0' }) |
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.
This part is subject to be updated once the add/edit officer change is implemented
|
/gcbrun |
1 similar comment
|
/gcbrun |
|
Temporary Url for review: https://business-dashboard-dev--pr-188-amkjl7u6.web.app |
|
This PR is on hold for now -- the current design is to not show Officers on the busines dashboard. |
PR: Add Officers Section to Business Dashboard UI
*Issue:*https://github.com/bcgov/entity/issues/
Changes
role-type-e.tsDescription
This PR adds support for displaying business officers in the dashboard UI. The implementation includes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the namex license (Apache 2.0).