Skip to content

Commit

Permalink
19034 rebase legal name branch (#615)
Browse files Browse the repository at this point in the history
* 17347 - Move COA and COD corrections for COOPS into the generic correction wo… (#549)

Move COA and COD corrections for COOPS into the generic correction workflow.

* 17347 - Add in isCoop check for resume button. (#550)

* Add in isCoop check for resume button.

* Fix code complexity issues

* Fix code complexity

* 18027 AGM Location change (#551)

* 18027-agm location details 1

* 18027-agm location details 2

* 18027-agm location details 3

* 18027-update package version

* 18027-agm location details 4

* 18027-agm location details 5

* 18027-agm location details 6

* 18027-agm location details 7

* 18027-agm location details 8

* 18027-agm location details 9

* AGM Location Change First PR (#553)

* AGM Location Change First PR

* small adjustment

* small fixes in response to Sev's comments

* Fixed in response to Sev's comments

* AGM Location Change second PR (#554)

* AGM Location Change second PR

* Fixed unit tests

* fixed in response to Sev's comments

* fixed error text

* AGM Location Change Third PR (#555)

* Created + updated unit tests

* Fixed EntityMenu test from ticket part 1

* Fixed lint errors

* Fixes in response to Sev's comments

* fixed lint issues

* Fixed in reponse to Sev's comments

* removed unnecessary test code

* AGM Location Change 4th and final PR (#556)

* AGM Location Change 4th and final PR

* changed method name

* changed comment

* fixed lint error

* removed unnecessary line

* Fix in response to Sev's comment

* Fixed in response to Sev's comment + simplified logic

* Removed staff payment dialog

* update agm location variable

* AGM Location Change 5th PR for styling issues (#559)

* AGM Location Change 5th PR for styling issues

* fixed left spacing of ripple

* fixed small lint issue

* fixed in response to Sev's comments

* Pre-populate the certify block when logged in user is not staff

* Moved user's full name to store to minimize API calls

* Fixed in response to Sev's comments

* Added optional chaining

* 16764 - Fixed end user certify block

* Reverted currentuser interface + fixed accordingly

* Prevent from showing undefined in certified block

* Prevented undefined from showing in certify block in agm location change

* 18024 Incremental AGM extension work (#558)

- app version = 6.9.5
- imported shared DatePicker component
- renamed a base class
- added a base class
- saved user info into store
- added initial AboutTheBusiness sub-component
- added initial AgmExtensionEvaluation sub-component
- added AgmExtensionHelp sub-component
- added initial ExtensionRequest sub-component
- added VcardTemplate
- updated tooltip text
- updated FF
- added AgmExtEval interface
- renamed RootStateIF -> AuthenticationStateIF
- renamed StateIF -> RootStateIF
- added DateMixin function for DatePicker component
- updated fetchUserInfo to return object (not Axios response)
- added missing default FF
- deleted obsolete dialog, transition, buttons, methods, CSS from AGM Extension
- added help section
- added initial sub-components to AGM Extension
- updated intro text
- updated some whitespace
- updated filing code
- removed delay in mounted() in AGM Extension
- updated onHaveChanges() watcher in AGM Extension
- pre-populated CertifiedBy
- deleted obsolete transition, methods, CSS from AGM Extension
- removed delay in mounted() in AGM Location Chg
- updated onHaveChanges() watcher in AGM Location Chg
- updated unit tests
- misc cleanup

* Make Certify block non-editable if non-staff user (AGM Filings) (#564)

Make certify block non-editable if non-staff user

* feat: digital business card (#566)

* refactor: CredentialsLanding component: add heading card

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add supplemental cards

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add image and word wrapping

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: link styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsStepper component: deprecate routes

Signed-off-by: Akiff Manji <[email protected]>

* refactor: CredentialsStepper component: function naming

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: split into sub components

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add web socket component

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: re-add credential table

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: update types and imports

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add revocation dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add replacement dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: devcontainer config

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: bump version number

Signed-off-by: Akiff Manji <[email protected]>

* chore: rename route for specificity

Signed-off-by: Akiff Manji <[email protected]>

* chore: ran linter and fixed linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: make interface field optional

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert auto-formatting

Signed-off-by: Akiff Manji <[email protected]>

* refactor: contain dialogs for DigitalCredentials component

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix code smells

Signed-off-by: Akiff Manji <[email protected]>

* chore: address code review comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert autoformatting

Signed-off-by: Akiff Manji <[email protected]>

* chore: update wording and styling to align with UX

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: feature flag credentials feature with mixin

Signed-off-by: Akiff Manji <[email protected]>

* feat: add TOU dialog

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix test failiures and code comments

* chore: cleaup

Signed-off-by: Akiff Manji <[email protected]>

* fix: mixin to access digital credential feature

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: add loading indicators to digital credential route pages

Signed-off-by: Akiff Manji <[email protected]>

* feat: reset dialog and functions

Signed-off-by: Akiff Manji <[email protected]>

* chore: returl null if undefined

Signed-off-by: Akiff Manji <[email protected]>

* chore: beef up conditional checks

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* 18284: digital business card (#552)

* refactor: CredentialsLanding component: add heading card

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add supplemental cards

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add image and word wrapping

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: link styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsStepper component: deprecate routes

Signed-off-by: Akiff Manji <[email protected]>

* refactor: CredentialsStepper component: function naming

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: split into sub components

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add web socket component

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: re-add credential table

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: update types and imports

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add revocation dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add replacement dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: devcontainer config

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: bump version number

Signed-off-by: Akiff Manji <[email protected]>

* chore: rename route for specificity

Signed-off-by: Akiff Manji <[email protected]>

* chore: ran linter and fixed linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: make interface field optional

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert auto-formatting

Signed-off-by: Akiff Manji <[email protected]>

* refactor: contain dialogs for DigitalCredentials component

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix code smells

Signed-off-by: Akiff Manji <[email protected]>

* chore: address code review comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert autoformatting

Signed-off-by: Akiff Manji <[email protected]>

* chore: update wording and styling to align with UX

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: feature flag credentials feature with mixin

Signed-off-by: Akiff Manji <[email protected]>

* feat: add TOU dialog

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix test failiures and code comments

* chore: cleaup

Signed-off-by: Akiff Manji <[email protected]>

* fix: mixin to access digital credential feature

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: add loading indicators to digital credential route pages

Signed-off-by: Akiff Manji <[email protected]>

* feat: reset dialog and functions

Signed-off-by: Akiff Manji <[email protected]>

* chore: returl null if undefined

Signed-off-by: Akiff Manji <[email protected]>

* chore: beef up conditional checks

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

---------

Signed-off-by: Akiff Manji <[email protected]>

* chore: cleanup spelling and handle edge cases

Signed-off-by: Akiff Manji <[email protected]>

* fix: failing tests

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu logic

Signed-off-by: Akiff Manji <[email protected]>

* 18284 Updated CSP (#561)

- added wss://*.gov.bc.ca to connect-src

* refactor: remove websocket support in favour of interval polling

Signed-off-by: Akiff Manji <[email protected]>

* chore: remove console log

Signed-off-by: Akiff Manji <[email protected]>

* chore: address PR comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: remove unused import

Signed-off-by: Akiff Manji <[email protected]>

* fix: build and test failures

Signed-off-by: Akiff Manji <[email protected]>

* feat: digital business card (#562)

* refactor: CredentialsLanding component: add heading card

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add supplemental cards

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add image and word wrapping

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: link styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsStepper component: deprecate routes

Signed-off-by: Akiff Manji <[email protected]>

* refactor: CredentialsStepper component: function naming

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: split into sub components

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add web socket component

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: re-add credential table

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: update types and imports

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add revocation dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add replacement dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: devcontainer config

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: bump version number

Signed-off-by: Akiff Manji <[email protected]>

* chore: rename route for specificity

Signed-off-by: Akiff Manji <[email protected]>

* chore: ran linter and fixed linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: make interface field optional

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert auto-formatting

Signed-off-by: Akiff Manji <[email protected]>

* refactor: contain dialogs for DigitalCredentials component

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix code smells

Signed-off-by: Akiff Manji <[email protected]>

* chore: address code review comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert autoformatting

Signed-off-by: Akiff Manji <[email protected]>

* chore: update wording and styling to align with UX

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: feature flag credentials feature with mixin

Signed-off-by: Akiff Manji <[email protected]>

* feat: add TOU dialog

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix test failiures and code comments

* chore: cleaup

Signed-off-by: Akiff Manji <[email protected]>

* fix: mixin to access digital credential feature

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: add loading indicators to digital credential route pages

Signed-off-by: Akiff Manji <[email protected]>

* feat: reset dialog and functions

Signed-off-by: Akiff Manji <[email protected]>

* chore: returl null if undefined

Signed-off-by: Akiff Manji <[email protected]>

* chore: beef up conditional checks

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* chore: cleanup spelling and handle edge cases

Signed-off-by: Akiff Manji <[email protected]>

* fix: failing tests

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu logic

Signed-off-by: Akiff Manji <[email protected]>

* refactor: remove websocket support in favour of interval polling

Signed-off-by: Akiff Manji <[email protected]>

* chore: remove console log

Signed-off-by: Akiff Manji <[email protected]>

* chore: address PR comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: remove unused import

Signed-off-by: Akiff Manji <[email protected]>

* fix: build and test failures

Signed-off-by: Akiff Manji <[email protected]>

---------

Signed-off-by: Akiff Manji <[email protected]>

* Update EntityMenu.spec.ts

* chore: remove web socket references

Signed-off-by: Akiff Manji <[email protected]>

---------

Signed-off-by: Akiff Manji <[email protected]>
Co-authored-by: Séverin Beauvais <[email protected]>

* 18161 Updated in response to UXA notes (#567)

* Updated in response to UXA notes

* package version update after rebasing

* 16733 undefined placeholder for federal (#569)

* For PR. Added Federal keyword

* Restored changes

* For PR. Added federal placeholder

* Updated package.json

* Fixed eslindt errors

* Restored space for separation of function

* 18024 Incremental AGM Extension changes (#568)

- app version = 7.0.3
- removed obsolete dialogs + code
- stopped watching changes to certify data
- indent cleanup
- added initial message box + CSS
- app version = 7.0.2
- added NotEligibleExtension dialog
- removed waiveFees=true from AGM Extension
- removed waiveFees=true from AGM Location Chg
- added some unit test suites
- worked on unit tests
- misc cleanup
- used allowable actions value from Legal API
- show alert on error starting app
- fixed some comments
- added showErrors prop to ExtensionRequest component

* 18272 Add unit test for AboutTheBusiness component (#570)

* Add unit test for AboutTheBusiness

* Update AboutTheBusiness tests

* Incorporate Sev's test for AboutTheBusiness

* Check long string date in test

* 17917 Added placeholder for null values (#572)

Updated Version

* 18024 Incremental AGM Extension changes (#571)

* - app version = 7.0.6

- updated ExtensionRequest validation styling

- misc small fixes
- updated unit tests

- added isEligible to interface
- show dialog if not eligible
- expanded unit tests

* wip

* feat: digital credentials detailed instructions (#575)

* refactor: CredentialsLanding component: add heading card

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add supplemental cards

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add image and word wrapping

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: link styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsStepper component: deprecate routes

Signed-off-by: Akiff Manji <[email protected]>

* refactor: CredentialsStepper component: function naming

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: split into sub components

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add web socket component

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: re-add credential table

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: update types and imports

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add revocation dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add replacement dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: devcontainer config

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: bump version number

Signed-off-by: Akiff Manji <[email protected]>

* chore: rename route for specificity

Signed-off-by: Akiff Manji <[email protected]>

* chore: ran linter and fixed linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: make interface field optional

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert auto-formatting

Signed-off-by: Akiff Manji <[email protected]>

* refactor: contain dialogs for DigitalCredentials component

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix code smells

Signed-off-by: Akiff Manji <[email protected]>

* chore: address code review comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert autoformatting

Signed-off-by: Akiff Manji <[email protected]>

* chore: update wording and styling to align with UX

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: feature flag credentials feature with mixin

Signed-off-by: Akiff Manji <[email protected]>

* feat: add TOU dialog

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix test failiures and code comments

* chore: cleaup

Signed-off-by: Akiff Manji <[email protected]>

* fix: mixin to access digital credential feature

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: add loading indicators to digital credential route pages

Signed-off-by: Akiff Manji <[email protected]>

* feat: reset dialog and functions

Signed-off-by: Akiff Manji <[email protected]>

* chore: returl null if undefined

Signed-off-by: Akiff Manji <[email protected]>

* chore: beef up conditional checks

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* 18284: digital business card (#552)

* refactor: CredentialsLanding component: add heading card

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add supplemental cards

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add image and word wrapping

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: link styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsStepper component: deprecate routes

Signed-off-by: Akiff Manji <[email protected]>

* refactor: CredentialsStepper component: function naming

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: split into sub components

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add web socket component

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: re-add credential table

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: update types and imports

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add revocation dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add replacement dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: devcontainer config

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: bump version number

Signed-off-by: Akiff Manji <[email protected]>

* chore: rename route for specificity

Signed-off-by: Akiff Manji <[email protected]>

* chore: ran linter and fixed linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: make interface field optional

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert auto-formatting

Signed-off-by: Akiff Manji <[email protected]>

* refactor: contain dialogs for DigitalCredentials component

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix code smells

Signed-off-by: Akiff Manji <[email protected]>

* chore: address code review comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert autoformatting

Signed-off-by: Akiff Manji <[email protected]>

* chore: update wording and styling to align with UX

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: feature flag credentials feature with mixin

Signed-off-by: Akiff Manji <[email protected]>

* feat: add TOU dialog

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix test failiures and code comments

* chore: cleaup

Signed-off-by: Akiff Manji <[email protected]>

* fix: mixin to access digital credential feature

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: add loading indicators to digital credential route pages

Signed-off-by: Akiff Manji <[email protected]>

* feat: reset dialog and functions

Signed-off-by: Akiff Manji <[email protected]>

* chore: returl null if undefined

Signed-off-by: Akiff Manji <[email protected]>

* chore: beef up conditional checks

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

---------

Signed-off-by: Akiff Manji <[email protected]>

* chore: cleanup spelling and handle edge cases

Signed-off-by: Akiff Manji <[email protected]>

* fix: failing tests

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu logic

Signed-off-by: Akiff Manji <[email protected]>

* 18284 Updated CSP (#561)

- added wss://*.gov.bc.ca to connect-src

* refactor: remove websocket support in favour of interval polling

Signed-off-by: Akiff Manji <[email protected]>

* chore: remove console log

Signed-off-by: Akiff Manji <[email protected]>

* chore: address PR comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: remove unused import

Signed-off-by: Akiff Manji <[email protected]>

* fix: build and test failures

Signed-off-by: Akiff Manji <[email protected]>

* feat: digital business card (#562)

* refactor: CredentialsLanding component: add heading card

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add supplemental cards

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add image and word wrapping

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: link styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsStepper component: deprecate routes

Signed-off-by: Akiff Manji <[email protected]>

* refactor: CredentialsStepper component: function naming

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: split into sub components

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add web socket component

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: re-add credential table

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: update types and imports

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add revocation dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add replacement dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: devcontainer config

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: bump version number

Signed-off-by: Akiff Manji <[email protected]>

* chore: rename route for specificity

Signed-off-by: Akiff Manji <[email protected]>

* chore: ran linter and fixed linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: make interface field optional

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert auto-formatting

Signed-off-by: Akiff Manji <[email protected]>

* refactor: contain dialogs for DigitalCredentials component

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix code smells

Signed-off-by: Akiff Manji <[email protected]>

* chore: address code review comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert autoformatting

Signed-off-by: Akiff Manji <[email protected]>

* chore: update wording and styling to align with UX

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: feature flag credentials feature with mixin

Signed-off-by: Akiff Manji <[email protected]>

* feat: add TOU dialog

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix test failiures and code comments

* chore: cleaup

Signed-off-by: Akiff Manji <[email protected]>

* fix: mixin to access digital credential feature

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: add loading indicators to digital credential route pages

Signed-off-by: Akiff Manji <[email protected]>

* feat: reset dialog and functions

Signed-off-by: Akiff Manji <[email protected]>

* chore: returl null if undefined

Signed-off-by: Akiff Manji <[email protected]>

* chore: beef up conditional checks

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* chore: cleanup spelling and handle edge cases

Signed-off-by: Akiff Manji <[email protected]>

* fix: failing tests

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu logic

Signed-off-by: Akiff Manji <[email protected]>

* refactor: remove websocket support in favour of interval polling

Signed-off-by: Akiff Manji <[email protected]>

* chore: remove console log

Signed-off-by: Akiff Manji <[email protected]>

* chore: address PR comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: remove unused import

Signed-off-by: Akiff Manji <[email protected]>

* fix: build and test failures

Signed-off-by: Akiff Manji <[email protected]>

---------

Signed-off-by: Akiff Manji <[email protected]>

* Update EntityMenu.spec.ts

* chore: remove web socket references

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix spacing

Signed-off-by: Akiff Manji <[email protected]>

* chore: some cleanup

Signed-off-by: Akiff Manji <[email protected]>

* feat: credential detailed instructions

Signed-off-by: Akiff Manji <[email protected]>

* chore: add tags to components

Signed-off-by: Akiff Manji <[email protected]>

---------

Signed-off-by: Akiff Manji <[email protected]>
Co-authored-by: Séverin Beauvais <[email protected]>

* 18513 Fixed jerky expandable help transition (#576)

- app version = 7.0.7
- imported latest ExpandableHelp component (to fix jerky transition)

* Extension Request Scenario 1 (#577)

* Extension Request Scenario 1

* Lots of updates after rebasing

* package version update after rebasing

* cleanup

* Fixed unit test

* Updated in response to Sev's PR comments

* Removed fallback logic from subtractDates in dateutilities

* lint fix

* 18369 agm extension evaluation (#573)

* 18369 agm evaluation component setup

* 18369 agm evaluation component setup

* 18369 added logic to agm extension evaluation component and unit testing

* removed unnecessary data from agmExtensionEvaluation

* removed rootStore values since unused

* removed unused pinia

* misc edit

* added yellow evaluation box unit test

* fixed expected value

* removed redundant testing in yellow-box verification

* added idea for template conditionals in the component

* rearranged data variables in the conditionals

* removed now unused props

* misc fix

* added new testing for agm extension evaluation

* removed Text string variables from AgmExtension.vue

* fized testing error

* fixed silly typo

* 17159 Update fetchNameRequest (#579)

update fetchNameRequest

* 18273 Extension Request Scenario 2 (#580)

* Extension Request Scenario 2

* Fix lint issue

* Fix min expiry date

* Restore comment on isFirstAgm

* Move currentDate to data object

* Fix agm year not clearing on firstAgm change

* Update watcher comment

* Update version to 7.0.10 and fix unit tests

* 18469 Capitalize AGM in output titles (#581)

- app version = 7.0.11
- added missing cases for AGM filings
- added special case to convert "Agm" to "AGM"
- fixed a lint warning

* 18274 Updated To Do List and Recent Filing History (#584)

* - app version = 7.0.12

* - added AGM Extension as a filing in Filing History List
- added AGM Extension as cancellable Todo Item
- added AGM Extension filing component
- fixed wrong enum in Entity Menu
- added AGM Extension to Enum Utilities
- fixed misc type warnings

* - added agmExtension fields to ApiFilingIF
- updated AGM Extension filing JSON per schema

* - fixed unit test

* - added FHL unit tests

* Update FilingHistoryList1.spec.ts

- updated displayName for AGM filings in unit tests (no functional impact, no dependencies)

* 18369 changed the duration of extension messages in accordance with U… (#582)

* 18369 changed the duration of extension messages in accordance with UX design

* fixed tests for new evaluation messages.

* fixed date getters and added expiry date

* fixed getters and fixed typo

* fixed reactive expiry date

* update package json

* 18204 disable restore based on ff (#583)

* For PR added FF parameters

* Fixed && added test cases for historical

* Updated package version

* chore: update content and images (#586)

* refactor: CredentialsLanding component: add heading card

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add supplemental cards

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add image and word wrapping

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: link styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsStepper component: deprecate routes

Signed-off-by: Akiff Manji <[email protected]>

* refactor: CredentialsStepper component: function naming

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: split into sub components

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add web socket component

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: re-add credential table

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: update types and imports

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add revocation dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add replacement dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: devcontainer config

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: bump version number

Signed-off-by: Akiff Manji <[email protected]>

* chore: rename route for specificity

Signed-off-by: Akiff Manji <[email protected]>

* chore: ran linter and fixed linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: make interface field optional

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert auto-formatting

Signed-off-by: Akiff Manji <[email protected]>

* refactor: contain dialogs for DigitalCredentials component

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix code smells

Signed-off-by: Akiff Manji <[email protected]>

* chore: address code review comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert autoformatting

Signed-off-by: Akiff Manji <[email protected]>

* chore: update wording and styling to align with UX

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: feature flag credentials feature with mixin

Signed-off-by: Akiff Manji <[email protected]>

* feat: add TOU dialog

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix test failiures and code comments

* chore: cleaup

Signed-off-by: Akiff Manji <[email protected]>

* fix: mixin to access digital credential feature

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: add loading indicators to digital credential route pages

Signed-off-by: Akiff Manji <[email protected]>

* feat: reset dialog and functions

Signed-off-by: Akiff Manji <[email protected]>

* chore: returl null if undefined

Signed-off-by: Akiff Manji <[email protected]>

* chore: beef up conditional checks

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* 18284: digital business card (#552)

* refactor: CredentialsLanding component: add heading card

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add supplemental cards

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add image and word wrapping

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: link styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsStepper component: deprecate routes

Signed-off-by: Akiff Manji <[email protected]>

* refactor: CredentialsStepper component: function naming

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: split into sub components

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add web socket component

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: re-add credential table

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: update types and imports

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add revocation dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add replacement dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: devcontainer config

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: bump version number

Signed-off-by: Akiff Manji <[email protected]>

* chore: rename route for specificity

Signed-off-by: Akiff Manji <[email protected]>

* chore: ran linter and fixed linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: make interface field optional

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert auto-formatting

Signed-off-by: Akiff Manji <[email protected]>

* refactor: contain dialogs for DigitalCredentials component

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix code smells

Signed-off-by: Akiff Manji <[email protected]>

* chore: address code review comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert autoformatting

Signed-off-by: Akiff Manji <[email protected]>

* chore: update wording and styling to align with UX

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: feature flag credentials feature with mixin

Signed-off-by: Akiff Manji <[email protected]>

* feat: add TOU dialog

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix test failiures and code comments

* chore: cleaup

Signed-off-by: Akiff Manji <[email protected]>

* fix: mixin to access digital credential feature

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: add loading indicators to digital credential route pages

Signed-off-by: Akiff Manji <[email protected]>

* feat: reset dialog and functions

Signed-off-by: Akiff Manji <[email protected]>

* chore: returl null if undefined

Signed-off-by: Akiff Manji <[email protected]>

* chore: beef up conditional checks

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

---------

Signed-off-by: Akiff Manji <[email protected]>

* chore: cleanup spelling and handle edge cases

Signed-off-by: Akiff Manji <[email protected]>

* fix: failing tests

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu logic

Signed-off-by: Akiff Manji <[email protected]>

* 18284 Updated CSP (#561)

- added wss://*.gov.bc.ca to connect-src

* refactor: remove websocket support in favour of interval polling

Signed-off-by: Akiff Manji <[email protected]>

* chore: remove console log

Signed-off-by: Akiff Manji <[email protected]>

* chore: address PR comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: remove unused import

Signed-off-by: Akiff Manji <[email protected]>

* fix: build and test failures

Signed-off-by: Akiff Manji <[email protected]>

* feat: digital business card (#562)

* refactor: CredentialsLanding component: add heading card

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add supplemental cards

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add image and word wrapping

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: link styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsStepper component: deprecate routes

Signed-off-by: Akiff Manji <[email protected]>

* refactor: CredentialsStepper component: function naming

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: split into sub components

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add web socket component

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: re-add credential table

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: update types and imports

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add revocation dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add replacement dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: devcontainer config

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: bump version number

Signed-off-by: Akiff Manji <[email protected]>

* chore: rename route for specificity

Signed-off-by: Akiff Manji <[email protected]>

* chore: ran linter and fixed linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: make interface field optional

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert auto-formatting

Signed-off-by: Akiff Manji <[email protected]>

* refactor: contain dialogs for DigitalCredentials component

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix code smells

Signed-off-by: Akiff Manji <[email protected]>

* chore: address code review comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert autoformatting

Signed-off-by: Akiff Manji <[email protected]>

* chore: update wording and styling to align with UX

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: feature flag credentials feature with mixin

Signed-off-by: Akiff Manji <[email protected]>

* feat: add TOU dialog

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix test failiures and code comments

* chore: cleaup

Signed-off-by: Akiff Manji <[email protected]>

* fix: mixin to access digital credential feature

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: add loading indicators to digital credential route pages

Signed-off-by: Akiff Manji <[email protected]>

* feat: reset dialog and functions

Signed-off-by: Akiff Manji <[email protected]>

* chore: returl null if undefined

Signed-off-by: Akiff Manji <[email protected]>

* chore: beef up conditional checks

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* chore: cleanup spelling and handle edge cases

Signed-off-by: Akiff Manji <[email protected]>

* fix: failing tests

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu logic

Signed-off-by: Akiff Manji <[email protected]>

* refactor: remove websocket support in favour of interval polling

Signed-off-by: Akiff Manji <[email protected]>

* chore: remove console log

Signed-off-by: Akiff Manji <[email protected]>

* chore: address PR comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: remove unused import

Signed-off-by: Akiff Manji <[email protected]>

* fix: build and test failures

Signed-off-by: Akiff Manji <[email protected]>

---------

Signed-off-by: Akiff Manji <[email protected]>

* Update EntityMenu.spec.ts

* chore: remove web socket references

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix spacing

Signed-off-by: Akiff Manji <[email protected]>

* chore: some cleanup

Signed-off-by: Akiff Manji <[email protected]>

* feat: credential detailed instructions

Signed-off-by: Akiff Manji <[email protected]>

* chore: add tags to components

Signed-off-by: Akiff Manji <[email protected]>

* chore: minor content updates

Signed-off-by: Akiff Manji <[email protected]>

* chore: update package version

Signed-off-by: Akiff Manji <[email protected]>

---------

Signed-off-by: Akiff Manji <[email protected]>
Co-authored-by: Séverin Beauvais <[email protected]>

* fix: DBC feature should be available for historical companies (#587)

* refactor: CredentialsLanding component: add heading card

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add supplemental cards

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add image and word wrapping

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: link styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsStepper component: deprecate routes

Signed-off-by: Akiff Manji <[email protected]>

* refactor: CredentialsStepper component: function naming

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: split into sub components

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add web socket component

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: re-add credential table

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: update types and imports

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add revocation dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add replacement dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: devcontainer config

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: bump version number

Signed-off-by: Akiff Manji <[email protected]>

* chore: rename route for specificity

Signed-off-by: Akiff Manji <[email protected]>

* chore: ran linter and fixed linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: make interface field optional

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert auto-formatting

Signed-off-by: Akiff Manji <[email protected]>

* refactor: contain dialogs for DigitalCredentials component

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix code smells

Signed-off-by: Akiff Manji <[email protected]>

* chore: address code review comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert autoformatting

Signed-off-by: Akiff Manji <[email protected]>

* chore: update wording and styling to align with UX

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: feature flag credentials feature with mixin

Signed-off-by: Akiff Manji <[email protected]>

* feat: add TOU dialog

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix test failiures and code comments

* chore: cleaup

Signed-off-by: Akiff Manji <[email protected]>

* fix: mixin to access digital credential feature

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: add loading indicators to digital credential route pages

Signed-off-by: Akiff Manji <[email protected]>

* feat: reset dialog and functions

Signed-off-by: Akiff Manji <[email protected]>

* chore: returl null if undefined

Signed-off-by: Akiff Manji <[email protected]>

* chore: beef up conditional checks

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* 18284: digital business card (#552)

* refactor: CredentialsLanding component: add heading card

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add supplemental cards

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add image and word wrapping

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: link styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsStepper component: deprecate routes

Signed-off-by: Akiff Manji <[email protected]>

* refactor: CredentialsStepper component: function naming

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: split into sub components

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add web socket component

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: re-add credential table

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: update types and imports

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add revocation dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add replacement dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: devcontainer config

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: bump version number

Signed-off-by: Akiff Manji <[email protected]>

* chore: rename route for specificity

Signed-off-by: Akiff Manji <[email protected]>

* chore: ran linter and fixed linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: make interface field optional

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert auto-formatting

Signed-off-by: Akiff Manji <[email protected]>

* refactor: contain dialogs for DigitalCredentials component

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix code smells

Signed-off-by: Akiff Manji <[email protected]>

* chore: address code review comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert autoformatting

Signed-off-by: Akiff Manji <[email protected]>

* chore: update wording and styling to align with UX

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: feature flag credentials feature with mixin

Signed-off-by: Akiff Manji <[email protected]>

* feat: add TOU dialog

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix test failiures and code comments

* chore: cleaup

Signed-off-by: Akiff Manji <[email protected]>

* fix: mixin to access digital credential feature

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: add loading indicators to digital credential route pages

Signed-off-by: Akiff Manji <[email protected]>

* feat: reset dialog and functions

Signed-off-by: Akiff Manji <[email protected]>

* chore: returl null if undefined

Signed-off-by: Akiff Manji <[email protected]>

* chore: beef up conditional checks

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

---------

Signed-off-by: Akiff Manji <[email protected]>

* chore: cleanup spelling and handle edge cases

Signed-off-by: Akiff Manji <[email protected]>

* fix: failing tests

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu logic

Signed-off-by: Akiff Manji <[email protected]>

* 18284 Updated CSP (#561)

- added wss://*.gov.bc.ca to connect-src

* refactor: remove websocket support in favour of interval polling

Signed-off-by: Akiff Manji <[email protected]>

* chore: remove console log

Signed-off-by: Akiff Manji <[email protected]>

* chore: address PR comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: remove unused import

Signed-off-by: Akiff Manji <[email protected]>

* fix: build and test failures

Signed-off-by: Akiff Manji <[email protected]>

* feat: digital business card (#562)

* refactor: CredentialsLanding component: add heading card

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add supplemental cards

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: add image and word wrapping

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsLanding component: link styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: CredentialsStepper component: deprecate routes

Signed-off-by: Akiff Manji <[email protected]>

* refactor: CredentialsStepper component: function naming

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: split into sub components

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add web socket component

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: re-add credential table

Signed-off-by: Akiff Manji <[email protected]>

* refactor: DigitalCredentials component: update types and imports

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add revocation dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: DigitalCredentials component: add replacement dialogs

Signed-off-by: Akiff Manji <[email protected]>

* feat: devcontainer config

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: bump version number

Signed-off-by: Akiff Manji <[email protected]>

* chore: rename route for specificity

Signed-off-by: Akiff Manji <[email protected]>

* chore: ran linter and fixed linting errors

Signed-off-by: Akiff Manji <[email protected]>

* chore: make interface field optional

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert auto-formatting

Signed-off-by: Akiff Manji <[email protected]>

* refactor: contain dialogs for DigitalCredentials component

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix code smells

Signed-off-by: Akiff Manji <[email protected]>

* chore: address code review comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: revert autoformatting

Signed-off-by: Akiff Manji <[email protected]>

* chore: update wording and styling to align with UX

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: feature flag credentials feature with mixin

Signed-off-by: Akiff Manji <[email protected]>

* feat: add TOU dialog

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix test failiures and code comments

* chore: cleaup

Signed-off-by: Akiff Manji <[email protected]>

* fix: mixin to access digital credential feature

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu styling

Signed-off-by: Akiff Manji <[email protected]>

* feat: add loading indicators to digital credential route pages

Signed-off-by: Akiff Manji <[email protected]>

* feat: reset dialog and functions

Signed-off-by: Akiff Manji <[email protected]>

* chore: returl null if undefined

Signed-off-by: Akiff Manji <[email protected]>

* chore: beef up conditional checks

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* chore: spelling error

Signed-off-by: Akiff Manji <[email protected]>

* chore: cleanup spelling and handle edge cases

Signed-off-by: Akiff Manji <[email protected]>

* fix: failing tests

Signed-off-by: Akiff Manji <[email protected]>

* fix: entity menu logic

Signed-off-by: Akiff Manji <[email protected]>

* refactor: remove websocket support in favour of interval polling

Signed-off-by: Akiff Manji <[email protected]>

* chore: remove console log

Signed-off-by: Akiff Manji <[email protected]>

* chore: address PR comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: remove unused import

Signed-off-by: Akiff Manji <[email protected]>

* fix: build and test failures

Signed-off-by: Akiff Manji <[email protected]>

---------

Signed-off-by: Akiff Manji <[email protected]>

* Update EntityMenu.spec.ts

* chore: remove web socket references

Signed-off-by: Akiff Manji <[email protected]>

* chore: fix spacing

Signed-off-by: Akiff Manji <[email protected]>

* chore: some cleanup

Signed-off-by: Akiff Manji <[email protected]>

* feat: credential detailed instructions

Signed-off-by: Akiff Manji <[email protected]>

* chore: add tags to components

Signed-off-by: Akiff Manji <[email protected]>

* chore: minor content updates

Signed-off-by: Akiff Manji <[email protected]>

* chore: update package version

Signed-off-by: Akiff Manji <[email protected]>

* fix: DBC feature should be available for historical organization

Signed-off-by: Akiff Manji <[email protected]>

* refactor: move logic into getter

Signed-off-by: Akiff Manji <[email protected]>

* fix: DBC feature should only be available to BCSC user

Signed-off-by: Akiff Manji <[email protected]>

* chore: update package version

Signed-off-by: Akiff Manji <[email protected]>

* chore: update package lock file

Signed-off-by: Akiff Manji <[email protected]>

---------

Signed-off-by: Akiff Manji <[email protected]>
Co-authored-by: Séverin Beauvais <[email protected]>

* 18273+18558 Extension Request Cleanup and Tests (#585)

* Restore comment on isFirstAgm

* Extension Request Cleanup and Tests

* Update comment

* Use isFirstAgm from data for validity

* Remove debugging code

* Fix initial state on agm extension evaluation

* Fix typo

* Set missing values for EmptyAgmExtEval

* Add better validation for AGM extension request

* Prevent future year for agm year

* Update version to 7.0.17

* Fix some of the unit tests

* Removed impossible test scenario

* Add overflow-auto class

* Update date-picker version to 1.2.38

* Remove optional from agm extension interface

* Remove console.log

* 18024 - Fixed AGM Extensions in TODO List (#591)

* 18273+18558 Update Extension Request component UI (#592)

* Extension Request Cleanup and Tests

* Remove debugging code

* Remove optional from agm extension interface

* Remove console.log

* Update Extension Request component UI

* 18534 Changes to support amalgamation applications (#590)

* - app version = 7.0.20
- updated some shared imports
- added amalgamation as supported filing type
- added amalgamation template to Filing History List
- added amalgamation application to Todo List
- added amalgamation sub-types to enum
- added amalgamation to API Filing interface
- added amalgamation to Task Todo interface
- added an enum mixin method
- added enum utilities methods
- updated filingTypeToName()
- replaced overly complex "currentFilingStatus" with filing id check
- refactored entityStatus to identify the application type (amal/IA/reg)
- updated unit tests

* - applied fix for #18736

* - added displayName to draft app code
- used displayName in TodoList.vue
- used displayName in EntityHeader.vue

* - added check for amalgamation type

* 18024 Finish AGM Extension UI implementation  (#594)

* Fix AGM extension api payload

* Update version to 7.0.21

* Fix unit test

* feat: digital credentials gate (#595)

* feat: gate digital credentials from API

Signed-off-by: Akiff Manji <[email protected]>

* chore: bump package version

Signed-off-by: Akiff Manji <[email protected]>

---------

Signed-off-by: Akiff Manji <[email protected]>

* 18534 Amalg unit tests + small fixes + more typing (#596)

* - app version = 7.0.23
- enabled strict typing
- misc small fixes/cleanup
- fixed filed IA blurb
- added amalgamation allowable action
- added unit tests
- added some typing to unit tests

* wip

* feat: digital credentials TOU (#597)

* feat: Terms of Use for digital credentials

Signed-off-by: Akiff Manji <[email protected]>

* chore: address code review comments and bump package version

Signed-off-by: Akiff Manji <[email protected]>

* chore: address code review comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: address code review comments

Signed-off-by: Akiff Manji <[email protected]>

* chore: address code review comments

Signed-off-by: Akiff Manji <[email protected]>

---------

Signed-off-by: Akiff Manji <[email protected]>

* 18782 fix error in wrong agm due date (#598)

fix error in wrong agm due date

* 17869 - Adding CFS account number BUSINESS-FILINGS-UI (#565)

* 17869 - Adding CFS account number BUSIN…
  • Loading branch information
14 people authored Jan 29, 2024
1 parent 7f38336 commit 35feeac
Show file tree
Hide file tree
Showing 164 changed files with 10,262 additions and 5,039 deletions.
22 changes: 22 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"name": "Node.js & TypeScript",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye"

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{ "key" : "X-XSS-Protection", "value" : "1; mode=block" },
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; frame-src 'self' *.gov.bc.ca *.hotjar.com *.googleapis.com https://*.nr-data.net https://*.newrelic.com https://*.cac1.pure.cloud; script-src 'self' 'unsafe-eval' 'unsafe-inline' *.gov.bc.ca *.hotjar.com *.googleapis.com https://*.nr-data.net https://*.newrelic.com https://*.cac1.pure.cloud; style-src 'self' 'unsafe-inline' *.cloudflare.com *.googleapis.com; font-src 'self' *.gov.bc.ca *.hotjar.com *.cloudflare.com *.googleapis.com *.gstatic.com *.jsdelivr.net; img-src 'self' data: *.hotjar.com https://*.cac1.pure.cloud; connect-src 'self' https://*.run.app *.gov.bc.ca *.launchdarkly.com *.hotjar.com *.postescanada-canadapost.ca *.sentry.io *.apigee.net wss://*.hotjar.com *.hotjar.io https://*.nr-data.net https://shyrka-prod-cac1.s3.ca-central-1.amazonaws.com https://*.newrelic.com https://*.cac1.pure.cloud wss://*.cac1.pure.cloud; manifest-src 'self'; media-src 'self' https://*.cac1.pure.cloud; object-src 'self' https://*.cac1.pure.cloud; child-src 'self' https://*.cac1.pure.cloud;"
"value": "default-src 'self'; frame-src 'self' *.gov.bc.ca *.hotjar.com *.googleapis.com https://*.nr-data.net https://*.newrelic.com https://*.cac1.pure.cloud; script-src 'self' 'unsafe-eval' 'unsafe-inline' *.gov.bc.ca *.hotjar.com *.googleapis.com https://*.nr-data.net https://*.newrelic.com https://*.cac1.pure.cloud; style-src 'self' 'unsafe-inline' *.cloudflare.com *.googleapis.com; font-src 'self' *.gov.bc.ca *.hotjar.com *.cloudflare.com *.googleapis.com *.gstatic.com *.jsdelivr.net; img-src 'self' data: *.hotjar.com https://*.cac1.pure.cloud; connect-src 'self' https://*.run.app *.gov.bc.ca wss://*.gov.bc.ca *.launchdarkly.com *.hotjar.com *.postescanada-canadapost.ca *.sentry.io *.apigee.net wss://*.hotjar.com *.hotjar.io https://*.nr-data.net https://shyrka-prod-cac1.s3.ca-central-1.amazonaws.com https://*.newrelic.com https://*.cac1.pure.cloud wss://*.cac1.pure.cloud; manifest-src 'self'; media-src 'self' https://*.cac1.pure.cloud; object-src 'self' https://*.cac1.pure.cloud; child-src 'self' https://*.cac1.pure.cloud;"
},
{ "key": "Cache-Control", "value": "no-cache, no-store, must-revalidate"},
{ "key": "Pragma", "value": "no-cache"},
Expand Down
2,978 changes: 1,033 additions & 1,945 deletions package-lock.json

Large diffs are not rendered by default.

19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-filings-ui",
"version": "6.10.0",
"version": "8.0.0",
"private": true,
"appName": "Filings UI",
"sbcName": "SBC Common Components",
Expand All @@ -14,20 +14,22 @@
},
"dependencies": {
"@babel/compat-data": "^7.21.5",
"@bcrs-shared-components/base-address": "2.0.7",
"@bcrs-shared-components/base-address": "2.0.9",
"@bcrs-shared-components/breadcrumb": "2.1.11",
"@bcrs-shared-components/confirm-dialog": "1.2.1",
"@bcrs-shared-components/corp-type-module": "1.0.11",
"@bcrs-shared-components/corp-type-module": "1.0.14",
"@bcrs-shared-components/court-order-poa": "2.1.4",
"@bcrs-shared-components/date-picker": "1.2.39",
"@bcrs-shared-components/document-delivery": "1.2.1",
"@bcrs-shared-components/enums": "1.0.50",
"@bcrs-shared-components/expandable-help": "^1.0.0",
"@bcrs-shared-components/enums": "1.1.4",
"@bcrs-shared-components/expandable-help": "1.0.1",
"@bcrs-shared-components/folio-number-input": "1.1.18",
"@bcrs-shared-components/interfaces": "1.0.75",
"@bcrs-shared-components/mixins": "1.1.25",
"@bcrs-shared-components/interfaces": "1.1.2",
"@bcrs-shared-components/mixins": "1.1.30",
"@bcrs-shared-components/staff-comments": "1.3.11",
"@bcrs-shared-components/staff-payment": "2.1.11",
"@mdi/font": "^5.9.55",
"@reactivex/rxjs": "^6.6.7",
"@sentry/integrations": "^7.50.0",
"@sentry/vue": "^7.50.0",
"axios": "^0.27.2",
Expand All @@ -44,6 +46,7 @@
"qrcode.vue": "1.7.0",
"regenerator-runtime": "^0.13.11",
"register-service-worker": "^1.7.2",
"rxjs": "^7.8.1",
"sbc-common-components": "3.0.8",
"vue": "2.7.14",
"vue-affix": "^0.5.2",
Expand Down Expand Up @@ -76,7 +79,7 @@
"sass": "^1.55.0",
"sinon": "^14.0.2",
"typescript": "4.5.5",
"vite": "4.3.9",
"vite": "4.5.2",
"vite-plugin-environment": "^1.1.3",
"vitest": "0.33.0",
"vue-class-component": "^7.2.6",
Expand Down
Loading

0 comments on commit 35feeac

Please sign in to comment.