Skip to content
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

19034 rebase legal name branch #615

Merged

Commits on Jan 27, 2024

  1. 17347 - Move COA and COD corrections for COOPS into the generic corre…

    …ction wo… (bcgov#549)
    
    Move COA and COD corrections for COOPS into the generic correction workflow.
    seeker25 authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    208d19a View commit details
    Browse the repository at this point in the history
  2. 17347 - Add in isCoop check for resume button. (bcgov#550)

    * Add in isCoop check for resume button.
    
    * Fix code complexity issues
    
    * Fix code complexity
    seeker25 authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    3f71127 View commit details
    Browse the repository at this point in the history
  3. 18027 AGM Location change (bcgov#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
    ketaki-deodhar authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    4ba88d2 View commit details
    Browse the repository at this point in the history
  4. AGM Location Change First PR (bcgov#553)

    * AGM Location Change First PR
    
    * small adjustment
    
    * small fixes in response to Sev's comments
    
    * Fixed in response to Sev's comments
    JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    8cc0025 View commit details
    Browse the repository at this point in the history
  5. AGM Location Change second PR (bcgov#554)

    * AGM Location Change second PR
    
    * Fixed unit tests
    
    * fixed in response to Sev's comments
    
    * fixed error text
    JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    41653b7 View commit details
    Browse the repository at this point in the history
  6. AGM Location Change Third PR (bcgov#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
    JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    5ddb97b View commit details
    Browse the repository at this point in the history
  7. AGM Location Change 4th and final PR (bcgov#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
    JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    dad3a3e View commit details
    Browse the repository at this point in the history
  8. AGM Location Change 5th PR for styling issues (bcgov#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
    JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    21b927d View commit details
    Browse the repository at this point in the history
  9. 18024 Incremental AGM extension work (bcgov#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
    severinbeauvais authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    f9c0bb9 View commit details
    Browse the repository at this point in the history
  10. Make Certify block non-editable if non-staff user (AGM Filings) (bcgo…

    …v#564)
    
    Make certify block non-editable if non-staff user
    JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    a201be5 View commit details
    Browse the repository at this point in the history
  11. feat: digital business card (bcgov#566)

    * refactor: CredentialsLanding component: add heading card
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add supplemental cards
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add image and word wrapping
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: link styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsStepper component: deprecate routes
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: CredentialsStepper component: function naming
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: split into sub components
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add web socket component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: re-add credential table
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: update types and imports
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add revocation dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add replacement dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: devcontainer config
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: bump version number
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: rename route for specificity
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: ran linter and fixed linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: make interface field optional
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert auto-formatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: contain dialogs for DigitalCredentials component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix code smells
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address code review comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert autoformatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: update wording and styling to align with UX
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: feature flag credentials feature with mixin
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add TOU dialog
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix test failiures and code comments
    
    * chore: cleaup
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: mixin to access digital credential feature
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add loading indicators to digital credential route pages
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: reset dialog and functions
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: returl null if undefined
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: beef up conditional checks
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * 18284: digital business card (bcgov#552)
    
    * refactor: CredentialsLanding component: add heading card
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add supplemental cards
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add image and word wrapping
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: link styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsStepper component: deprecate routes
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: CredentialsStepper component: function naming
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: split into sub components
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add web socket component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: re-add credential table
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: update types and imports
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add revocation dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add replacement dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: devcontainer config
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: bump version number
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: rename route for specificity
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: ran linter and fixed linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: make interface field optional
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert auto-formatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: contain dialogs for DigitalCredentials component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix code smells
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address code review comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert autoformatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: update wording and styling to align with UX
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: feature flag credentials feature with mixin
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add TOU dialog
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix test failiures and code comments
    
    * chore: cleaup
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: mixin to access digital credential feature
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add loading indicators to digital credential route pages
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: reset dialog and functions
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: returl null if undefined
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: beef up conditional checks
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    ---------
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: cleanup spelling and handle edge cases
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: failing tests
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu logic
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * 18284 Updated CSP (bcgov#561)
    
    - added wss://*.gov.bc.ca to connect-src
    
    * refactor: remove websocket support in favour of interval polling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: remove console log
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address PR comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: remove unused import
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: build and test failures
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: digital business card (bcgov#562)
    
    * refactor: CredentialsLanding component: add heading card
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add supplemental cards
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add image and word wrapping
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: link styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsStepper component: deprecate routes
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: CredentialsStepper component: function naming
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: split into sub components
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add web socket component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: re-add credential table
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: update types and imports
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add revocation dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add replacement dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: devcontainer config
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: bump version number
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: rename route for specificity
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: ran linter and fixed linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: make interface field optional
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert auto-formatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: contain dialogs for DigitalCredentials component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix code smells
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address code review comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert autoformatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: update wording and styling to align with UX
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: feature flag credentials feature with mixin
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add TOU dialog
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix test failiures and code comments
    
    * chore: cleaup
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: mixin to access digital credential feature
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add loading indicators to digital credential route pages
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: reset dialog and functions
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: returl null if undefined
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: beef up conditional checks
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: cleanup spelling and handle edge cases
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: failing tests
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu logic
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: remove websocket support in favour of interval polling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: remove console log
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address PR comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: remove unused import
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: build and test failures
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    ---------
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * Update EntityMenu.spec.ts
    
    * chore: remove web socket references
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    ---------
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    Co-authored-by: Séverin Beauvais <severinbeauvais@users.noreply.github.com>
    2 people authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    72932ef View commit details
    Browse the repository at this point in the history
  12. 18161 Updated in response to UXA notes (bcgov#567)

    * Updated in response to UXA notes
    
    * package version update after rebasing
    JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    01128ba View commit details
    Browse the repository at this point in the history
  13. 16733 undefined placeholder for federal (bcgov#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
    jamespaologarcia authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    b9f2404 View commit details
    Browse the repository at this point in the history
  14. 18024 Incremental AGM Extension changes (bcgov#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
    severinbeauvais authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    802a7b7 View commit details
    Browse the repository at this point in the history
  15. 18272 Add unit test for AboutTheBusiness component (bcgov#570)

    * Add unit test for AboutTheBusiness
    
    * Update AboutTheBusiness tests
    
    * Incorporate Sev's test for AboutTheBusiness
    
    * Check long string date in test
    leodube-aot authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    c47cce4 View commit details
    Browse the repository at this point in the history
  16. 17917 Added placeholder for null values (bcgov#572)

    Updated Version
    jamespaologarcia authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    3fee14a View commit details
    Browse the repository at this point in the history
  17. 18024 Incremental AGM Extension changes (bcgov#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
    severinbeauvais authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    2cb369d View commit details
    Browse the repository at this point in the history
  18. feat: digital credentials detailed instructions (bcgov#575)

    * refactor: CredentialsLanding component: add heading card
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add supplemental cards
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add image and word wrapping
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: link styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsStepper component: deprecate routes
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: CredentialsStepper component: function naming
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: split into sub components
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add web socket component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: re-add credential table
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: update types and imports
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add revocation dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add replacement dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: devcontainer config
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: bump version number
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: rename route for specificity
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: ran linter and fixed linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: make interface field optional
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert auto-formatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: contain dialogs for DigitalCredentials component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix code smells
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address code review comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert autoformatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: update wording and styling to align with UX
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: feature flag credentials feature with mixin
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add TOU dialog
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix test failiures and code comments
    
    * chore: cleaup
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: mixin to access digital credential feature
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add loading indicators to digital credential route pages
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: reset dialog and functions
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: returl null if undefined
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: beef up conditional checks
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * 18284: digital business card (bcgov#552)
    
    * refactor: CredentialsLanding component: add heading card
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add supplemental cards
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add image and word wrapping
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: link styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsStepper component: deprecate routes
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: CredentialsStepper component: function naming
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: split into sub components
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add web socket component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: re-add credential table
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: update types and imports
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add revocation dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add replacement dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: devcontainer config
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: bump version number
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: rename route for specificity
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: ran linter and fixed linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: make interface field optional
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert auto-formatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: contain dialogs for DigitalCredentials component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix code smells
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address code review comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert autoformatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: update wording and styling to align with UX
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: feature flag credentials feature with mixin
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add TOU dialog
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix test failiures and code comments
    
    * chore: cleaup
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: mixin to access digital credential feature
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add loading indicators to digital credential route pages
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: reset dialog and functions
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: returl null if undefined
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: beef up conditional checks
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    ---------
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: cleanup spelling and handle edge cases
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: failing tests
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu logic
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * 18284 Updated CSP (bcgov#561)
    
    - added wss://*.gov.bc.ca to connect-src
    
    * refactor: remove websocket support in favour of interval polling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: remove console log
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address PR comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: remove unused import
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: build and test failures
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: digital business card (bcgov#562)
    
    * refactor: CredentialsLanding component: add heading card
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add supplemental cards
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add image and word wrapping
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: link styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsStepper component: deprecate routes
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: CredentialsStepper component: function naming
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: split into sub components
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add web socket component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: re-add credential table
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: update types and imports
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add revocation dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add replacement dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: devcontainer config
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: bump version number
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: rename route for specificity
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: ran linter and fixed linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: make interface field optional
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert auto-formatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: contain dialogs for DigitalCredentials component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix code smells
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address code review comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert autoformatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: update wording and styling to align with UX
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: feature flag credentials feature with mixin
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add TOU dialog
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix test failiures and code comments
    
    * chore: cleaup
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: mixin to access digital credential feature
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add loading indicators to digital credential route pages
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: reset dialog and functions
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: returl null if undefined
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: beef up conditional checks
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: cleanup spelling and handle edge cases
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: failing tests
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu logic
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: remove websocket support in favour of interval polling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: remove console log
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address PR comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: remove unused import
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: build and test failures
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    ---------
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * Update EntityMenu.spec.ts
    
    * chore: remove web socket references
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix spacing
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: some cleanup
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: credential detailed instructions
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: add tags to components
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    ---------
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    Co-authored-by: Séverin Beauvais <severinbeauvais@users.noreply.github.com>
    2 people authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    991add2 View commit details
    Browse the repository at this point in the history
  19. 18513 Fixed jerky expandable help transition (bcgov#576)

    - app version = 7.0.7
    - imported latest ExpandableHelp component (to fix jerky transition)
    severinbeauvais authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    0b936a4 View commit details
    Browse the repository at this point in the history
  20. Extension Request Scenario 1 (bcgov#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
    JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    57c5eff View commit details
    Browse the repository at this point in the history
  21. 18369 agm extension evaluation (bcgov#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
    PaulGarewal authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    6cf8c87 View commit details
    Browse the repository at this point in the history
  22. 17159 Update fetchNameRequest (bcgov#579)

    update fetchNameRequest
    kzdev420 authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    898d28c View commit details
    Browse the repository at this point in the history
  23. 18273 Extension Request Scenario 2 (bcgov#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
    leodube-aot authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    039d828 View commit details
    Browse the repository at this point in the history
  24. 18469 Capitalize AGM in output titles (bcgov#581)

    - app version = 7.0.11
    - added missing cases for AGM filings
    - added special case to convert "Agm" to "AGM"
    - fixed a lint warning
    severinbeauvais authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    88a37fc View commit details
    Browse the repository at this point in the history
  25. 18274 Updated To Do List and Recent Filing History (bcgov#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
    severinbeauvais authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    0c85638 View commit details
    Browse the repository at this point in the history
  26. Update FilingHistoryList1.spec.ts

    - updated displayName for AGM filings in unit tests (no functional impact, no dependencies)
    severinbeauvais authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    7a0c7c4 View commit details
    Browse the repository at this point in the history
  27. 18369 changed the duration of extension messages in accordance with U… (

    bcgov#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
    PaulGarewal authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    812bf56 View commit details
    Browse the repository at this point in the history
  28. 18204 disable restore based on ff (bcgov#583)

    * For PR added FF parameters
    
    * Fixed && added test cases for historical
    
    * Updated package version
    jamespaologarcia authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    67e6031 View commit details
    Browse the repository at this point in the history
  29. chore: update content and images (bcgov#586)

    * refactor: CredentialsLanding component: add heading card
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add supplemental cards
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add image and word wrapping
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: link styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsStepper component: deprecate routes
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: CredentialsStepper component: function naming
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: split into sub components
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add web socket component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: re-add credential table
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: update types and imports
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add revocation dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add replacement dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: devcontainer config
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: bump version number
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: rename route for specificity
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: ran linter and fixed linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: make interface field optional
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert auto-formatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: contain dialogs for DigitalCredentials component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix code smells
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address code review comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert autoformatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: update wording and styling to align with UX
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: feature flag credentials feature with mixin
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add TOU dialog
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix test failiures and code comments
    
    * chore: cleaup
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: mixin to access digital credential feature
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add loading indicators to digital credential route pages
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: reset dialog and functions
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: returl null if undefined
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: beef up conditional checks
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * 18284: digital business card (bcgov#552)
    
    * refactor: CredentialsLanding component: add heading card
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add supplemental cards
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add image and word wrapping
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: link styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsStepper component: deprecate routes
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: CredentialsStepper component: function naming
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: split into sub components
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add web socket component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: re-add credential table
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: update types and imports
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add revocation dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add replacement dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: devcontainer config
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: bump version number
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: rename route for specificity
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: ran linter and fixed linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: make interface field optional
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert auto-formatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: contain dialogs for DigitalCredentials component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix code smells
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address code review comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert autoformatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: update wording and styling to align with UX
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: feature flag credentials feature with mixin
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add TOU dialog
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix test failiures and code comments
    
    * chore: cleaup
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: mixin to access digital credential feature
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add loading indicators to digital credential route pages
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: reset dialog and functions
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: returl null if undefined
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: beef up conditional checks
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    ---------
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: cleanup spelling and handle edge cases
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: failing tests
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu logic
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * 18284 Updated CSP (bcgov#561)
    
    - added wss://*.gov.bc.ca to connect-src
    
    * refactor: remove websocket support in favour of interval polling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: remove console log
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address PR comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: remove unused import
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: build and test failures
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: digital business card (bcgov#562)
    
    * refactor: CredentialsLanding component: add heading card
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add supplemental cards
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add image and word wrapping
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: link styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsStepper component: deprecate routes
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: CredentialsStepper component: function naming
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: split into sub components
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add web socket component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: re-add credential table
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: update types and imports
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add revocation dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add replacement dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: devcontainer config
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: bump version number
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: rename route for specificity
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: ran linter and fixed linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: make interface field optional
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert auto-formatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: contain dialogs for DigitalCredentials component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix code smells
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address code review comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert autoformatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: update wording and styling to align with UX
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: feature flag credentials feature with mixin
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add TOU dialog
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix test failiures and code comments
    
    * chore: cleaup
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: mixin to access digital credential feature
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add loading indicators to digital credential route pages
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: reset dialog and functions
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: returl null if undefined
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: beef up conditional checks
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: cleanup spelling and handle edge cases
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: failing tests
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu logic
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: remove websocket support in favour of interval polling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: remove console log
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address PR comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: remove unused import
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: build and test failures
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    ---------
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * Update EntityMenu.spec.ts
    
    * chore: remove web socket references
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix spacing
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: some cleanup
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: credential detailed instructions
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: add tags to components
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: minor content updates
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: update package version
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    ---------
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    Co-authored-by: Séverin Beauvais <severinbeauvais@users.noreply.github.com>
    2 people authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    71a04be View commit details
    Browse the repository at this point in the history
  30. fix: DBC feature should be available for historical companies (bcgov#587

    )
    
    * refactor: CredentialsLanding component: add heading card
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add supplemental cards
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add image and word wrapping
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: link styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsStepper component: deprecate routes
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: CredentialsStepper component: function naming
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: split into sub components
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add web socket component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: re-add credential table
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: update types and imports
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add revocation dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add replacement dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: devcontainer config
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: bump version number
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: rename route for specificity
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: ran linter and fixed linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: make interface field optional
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert auto-formatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: contain dialogs for DigitalCredentials component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix code smells
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address code review comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert autoformatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: update wording and styling to align with UX
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: feature flag credentials feature with mixin
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add TOU dialog
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix test failiures and code comments
    
    * chore: cleaup
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: mixin to access digital credential feature
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add loading indicators to digital credential route pages
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: reset dialog and functions
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: returl null if undefined
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: beef up conditional checks
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * 18284: digital business card (bcgov#552)
    
    * refactor: CredentialsLanding component: add heading card
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add supplemental cards
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add image and word wrapping
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: link styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsStepper component: deprecate routes
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: CredentialsStepper component: function naming
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: split into sub components
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add web socket component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: re-add credential table
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: update types and imports
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add revocation dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add replacement dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: devcontainer config
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: bump version number
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: rename route for specificity
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: ran linter and fixed linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: make interface field optional
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert auto-formatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: contain dialogs for DigitalCredentials component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix code smells
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address code review comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert autoformatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: update wording and styling to align with UX
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: feature flag credentials feature with mixin
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add TOU dialog
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix test failiures and code comments
    
    * chore: cleaup
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: mixin to access digital credential feature
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add loading indicators to digital credential route pages
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: reset dialog and functions
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: returl null if undefined
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: beef up conditional checks
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    ---------
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: cleanup spelling and handle edge cases
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: failing tests
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu logic
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * 18284 Updated CSP (bcgov#561)
    
    - added wss://*.gov.bc.ca to connect-src
    
    * refactor: remove websocket support in favour of interval polling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: remove console log
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address PR comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: remove unused import
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: build and test failures
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: digital business card (bcgov#562)
    
    * refactor: CredentialsLanding component: add heading card
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add supplemental cards
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: add image and word wrapping
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsLanding component: link styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: CredentialsStepper component: deprecate routes
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: CredentialsStepper component: function naming
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: split into sub components
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add web socket component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: re-add credential table
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: DigitalCredentials component: update types and imports
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add revocation dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: DigitalCredentials component: add replacement dialogs
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: devcontainer config
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: bump version number
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: rename route for specificity
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: ran linter and fixed linting errors
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: make interface field optional
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert auto-formatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: contain dialogs for DigitalCredentials component
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix code smells
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address code review comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: revert autoformatting
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: update wording and styling to align with UX
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: feature flag credentials feature with mixin
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add TOU dialog
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix test failiures and code comments
    
    * chore: cleaup
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: mixin to access digital credential feature
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu styling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: add loading indicators to digital credential route pages
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: reset dialog and functions
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: returl null if undefined
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: beef up conditional checks
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: spelling error
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: cleanup spelling and handle edge cases
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: failing tests
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: entity menu logic
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: remove websocket support in favour of interval polling
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: remove console log
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address PR comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: remove unused import
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: build and test failures
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    ---------
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * Update EntityMenu.spec.ts
    
    * chore: remove web socket references
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: fix spacing
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: some cleanup
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * feat: credential detailed instructions
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: add tags to components
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: minor content updates
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: update package version
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: DBC feature should be available for historical organization
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * refactor: move logic into getter
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * fix: DBC feature should only be available to BCSC user
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: update package version
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: update package lock file
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    ---------
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    Co-authored-by: Séverin Beauvais <severinbeauvais@users.noreply.github.com>
    2 people authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    7b929e3 View commit details
    Browse the repository at this point in the history
  31. 18273+18558 Extension Request Cleanup and Tests (bcgov#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
    leodube-aot authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    df647c4 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7190694 View commit details
    Browse the repository at this point in the history
  33. 18273+18558 Update Extension Request component UI (bcgov#592)

    * Extension Request Cleanup and Tests
    
    * Remove debugging code
    
    * Remove optional from agm extension interface
    
    * Remove console.log
    
    * Update Extension Request component UI
    leodube-aot authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    fa82ab9 View commit details
    Browse the repository at this point in the history
  34. 18534 Changes to support amalgamation applications (bcgov#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
    severinbeauvais authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    fade7ac View commit details
    Browse the repository at this point in the history
  35. 18024 Finish AGM Extension UI implementation (bcgov#594)

    * Fix AGM extension api payload
    
    * Update version to 7.0.21
    
    * Fix unit test
    leodube-aot authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    31f390b View commit details
    Browse the repository at this point in the history
  36. feat: digital credentials gate (bcgov#595)

    * feat: gate digital credentials from API
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: bump package version
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    ---------
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    bd33a82 View commit details
    Browse the repository at this point in the history
  37. 18534 Amalg unit tests + small fixes + more typing (bcgov#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
    severinbeauvais authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    d856738 View commit details
    Browse the repository at this point in the history
  38. feat: digital credentials TOU (bcgov#597)

    * feat: Terms of Use for digital credentials
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address code review comments and bump package version
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address code review comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address code review comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    * chore: address code review comments
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    
    ---------
    
    Signed-off-by: Akiff Manji <amanji@petridish.dev>
    amanji authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    01fd5c0 View commit details
    Browse the repository at this point in the history
  39. 18782 fix error in wrong agm due date (bcgov#598)

    fix error in wrong agm due date
    tshyun24 authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    25a623d View commit details
    Browse the repository at this point in the history
  40. 17869 - Adding CFS account number BUSINESS-FILINGS-UI (bcgov#565)

    * 17869 - Adding CFS account number BUSINESS-FILINGS-UI
    
    Signed-off-by: AbrahamRostampoor <Mohammadebrahim.Rostampoor@gov.bc.ca>
    
    * cfs Update
    
    * Latest Updates
    
    * Formatting
    
    * Updated package.json and package-lock.json version number
    
    ---------
    
    Signed-off-by: AbrahamRostampoor <Mohammadebrahim.Rostampoor@gov.bc.ca>
    AbrahamRostampoor authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    3276960 View commit details
    Browse the repository at this point in the history
  41. 18833 agm ext calc (bcgov#599)

    * 18833-AGM-extension-calculation
    
    * Updated package.json
    
    * Added getter that takes argument for AGM year. Working test case for getTotalAgmExtension method
    jamespaologarcia authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    6a982a7 View commit details
    Browse the repository at this point in the history
  42. 18805+18979 Amalgamate Button + Moved to amalgamationApplication + Se…

    …lection Panel (bcgov#600)
    
    * Implemented Amalgamate button + changed amalgamation to amalgamationApplication
    
    * Implemented Amalgamation Selection Panel
    
    * Updated package version after rebase
    
    * Added safe value + deleted unnecessary comment
    
    * Updated in response to Sev's comments
    
    * another small update in response to Sev's comment
    
    * missing import
    
    * small updates in response to Sev's comment
    
    * removed unused imports
    
    * changed disabled condition
    JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    f09daf4 View commit details
    Browse the repository at this point in the history
  43. Create draft amalgamation + redirect + misc. fixes/updates (bcgov#601)

    * Create draft amalgamation + redirect + misc. fixes/updates
    
    * Fixed comments
    
    * Fixed in response to Sev's comments + added unit tests
    
    * fixed typos
    JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    a0a77eb View commit details
    Browse the repository at this point in the history
  44. Updated Amalgamation Selection in response to UXA notes (bcgov#602)

    * Updated in response to Yui's observations
    
    * Updated in response to Sev's comments
    JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    74afd2c View commit details
    Browse the repository at this point in the history
  45. 19005 Implemented historical - amalgamation reason text (bcgov#604)

    - app version = 7.0.30
    - updated some code comments
    - added AmalgamatedInto interface object
    - added enum mixin and utility functions
    - added some business store getters
    - refactored getReasonText() and added case for amalgamation
    - cast some parameters to pre-empt code errors
    - added/updated unit tests
    
    Co-authored-by: Severin Beauvais <severin.beauvais@gov.bc.ca>
    2 people authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    ccf0188 View commit details
    Browse the repository at this point in the history
  46. 16967 Admin Freeze should not show on ledger (bcgov#603)

    * hide admin_freeze filing
    
    * update feature
    
    * fix small
    
    * fix lint issue
    
    * update feature
    
    * update test and app version
    
    * fix lint issue
    
    * update app version
    kzdev420 authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    d12a12c View commit details
    Browse the repository at this point in the history
  47. Update filingHistoryListStore.ts

    - changed "displayLedger" check from falsy to False
    severinbeauvais authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    5f2d2b4 View commit details
    Browse the repository at this point in the history
  48. 16967 Set missing displayLedger property for draft apps (bcgov#605)

    - app version = 7.0.32
    - set missing draft app property
    - updated some interface comments
    
    Co-authored-by: Severin Beauvais <severin.beauvais@gov.bc.ca>
    2 people authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    e114d81 View commit details
    Browse the repository at this point in the history
  49. 19190 Fixed "return to MBR" issues (bcgov#607)

    - app version = 7.0.33
    - only show "return to MBR" for temp amalgamations
    - only show "return to MBR" for temp incorporation applications
    - only show "return to MBR" for temp registrations
    
    Co-authored-by: Severin Beauvais <severin.beauvais@gov.bc.ca>
    2 people authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    5091888 View commit details
    Browse the repository at this point in the history
  50. 19291 Implemented "future effective amalgamation" alert (bcgov#608)

    * - app version = 7.0.34
    - moved some "unknown" from script to template
    - added amalgamation alert component
    - added optional data object to business warnings interface
    - added getter for future effective amalgamation warning
    - added alert to dashboard
    - fixed some route type errors
    - added test suite
    - updated unit tests
    
    * - updated [Unknown] -> [unknown]
    
    ---------
    
    Co-authored-by: Severin Beauvais <severin.beauvais@gov.bc.ca>
    2 people authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    e069567 View commit details
    Browse the repository at this point in the history
  51. Added amalgamation FF check (bcgov#610)

    * Added amalgamation FF check
    
    * Fixed unit tests
    
    * typo
    JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    8caf1da View commit details
    Browse the repository at this point in the history
  52. 19209 Pre-populate TING business + error handling (bcgov#609)

    - app version = 7.0.36
    - fixed some getLegalType types
    - added generic Technical Error Dialog (per Yui)
    - added amalgamation enums
    - refactored Legal Service function for better result and error handling
    - added dialog to Amalgamation Selection component
    - refactored Amalgamation Selection for error handling and to pre-populate TING business
    - added test suite for new dialog
    
    Co-authored-by: Severin Beauvais <severin.beauvais@gov.bc.ca>
    2 people authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    9d6274f View commit details
    Browse the repository at this point in the history
  53. 19204 Fixed whitespace between sub-title and body (bcgov#612)

    - app version = 7.0.37
    - removed min-height (which simulated padding when it's a single line)
    - added top margin (whitespace whether it's a single or wrapped line)
    - added top padding to body for all filings
    
    Co-authored-by: Severin Beauvais <severin.beauvais@gov.bc.ca>
    2 people authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    a0ffb88 View commit details
    Browse the repository at this point in the history
  54. Bump vite from 4.3.9 to 4.5.2 (bcgov#613)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.9 to 4.5.2.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and JazzarKarim committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    6bf38e1 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    00872a5 View commit details
    Browse the repository at this point in the history