bcgov / business-filings-ui

BC Registry Services - Legal Entities - Business Dashboard and Filings
Apache License 2.0
9 stars 51 forks source link

21269 - Added new alert for involuntary dissolution #659

Closed JazzarKarim closed 3 months ago

JazzarKarim commented 3 months ago

Issue #: /bcgov/entity#21269

Description of changes:

NOTE: There's no way to test this right now as the BE is still being worked on: https://github.com/bcgov/lear/pull/2711 So, what I did was is I manually added this block to the business being tested:

businessInfo.warnings = [{
  "code": "DISSOLUTION_IN_PROGRESS",
    "data": {
      "missingARs": 5,
      "missingTransitionFilings": false,
      "targetDissolutionDate": "2024-07-30",
      "warningsSent": 2
    },
    "message": "Business is in the process of involuntary dissolution.",
    "warningType": "INVOLUNTARY_DISSOLUTION"
}]

Result: 0531 0730

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the business-filings-ui license (Apache 2.0).

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud