From a107c37c8f655f1a0b2073ce728ba2b6da84ed04 Mon Sep 17 00:00:00 2001 From: Severin Beauvais Date: Tue, 2 Jan 2024 16:51:33 -0800 Subject: [PATCH] - 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 unit tests --- package-lock.json | 4 +- package.json | 2 +- src/components/Dashboard/TodoList.vue | 2 +- src/interfaces/business-state-interfaces.ts | 9 + src/mixins/enum-mixin.ts | 5 + src/services/enum-utilities.ts | 5 + src/stores/businessStore.ts | 12 +- src/stores/filingHistoryListStore.ts | 4 +- src/stores/rootStore.ts | 78 ++++-- src/views/AgmExtension.vue | 2 +- src/views/AgmLocationChg.vue | 2 +- src/views/AnnualReport.vue | 2 +- src/views/ConsentContinuationOut.vue | 2 +- src/views/ContinuationOut.vue | 2 +- src/views/Correction.vue | 2 +- src/views/StandaloneDirectorsFiling.vue | 2 +- src/views/StandaloneOfficeAddressFiling.vue | 2 +- tests/unit/App.spec.ts | 261 +++++++++++++++++++- 18 files changed, 352 insertions(+), 46 deletions(-) diff --git a/package-lock.json b/package-lock.json index ddfb620ae..bc686d8d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "business-filings-ui", - "version": "7.0.29", + "version": "7.0.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "business-filings-ui", - "version": "7.0.29", + "version": "7.0.30", "dependencies": { "@babel/compat-data": "^7.21.5", "@bcrs-shared-components/base-address": "2.0.9", diff --git a/package.json b/package.json index 43e632f80..cb87dceb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-filings-ui", - "version": "7.0.29", + "version": "7.0.30", "private": true, "appName": "Filings UI", "sbcName": "SBC Common Components", diff --git a/src/components/Dashboard/TodoList.vue b/src/components/Dashboard/TodoList.vue index e62427870..049647187 100644 --- a/src/components/Dashboard/TodoList.vue +++ b/src/components/Dashboard/TodoList.vue @@ -528,7 +528,7 @@ - +