From 6f666aeb4dd788f5f431e3700b80845064277643 Mon Sep 17 00:00:00 2001 From: Cameron Bowler Date: Fri, 19 Jan 2024 08:42:32 -0800 Subject: [PATCH] Support for MF and HD QS Applicant Reviews --- auth-web/package-lock.json | 6 +- auth-web/package.json | 2 +- .../auth/staff/review-task/QsApplication.vue | 165 +++++++++++++----- auth-web/src/models/external.ts | 42 ++++- .../QualifiedSupplierAccessResource.ts | 25 ++- auth-web/src/services/task.services.ts | 10 +- .../unit/components/QsApplication.spec.ts | 115 ++++++------ 7 files changed, 256 insertions(+), 109 deletions(-) diff --git a/auth-web/package-lock.json b/auth-web/package-lock.json index 50e3c9e745..5cbc6c569f 100644 --- a/auth-web/package-lock.json +++ b/auth-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth-web", - "version": "2.4.57", + "version": "2.4.58", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth-web", - "version": "2.4.57", + "version": "2.4.58", "dependencies": { "@bcrs-shared-components/base-address": "2.0.3", "@bcrs-shared-components/bread-crumb": "1.0.8", @@ -50,7 +50,7 @@ "@types/vuelidate": "^0.7.13", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", - "@volar-plugins/vetur": "*", + "@volar-plugins/vetur": "latest", "@vue/eslint-config-standard": "^4.0.0", "@vue/eslint-config-typescript": "^4.0.0", "@vue/test-utils": "1.3.6", diff --git a/auth-web/package.json b/auth-web/package.json index 4b4a4f974c..ba92579688 100644 --- a/auth-web/package.json +++ b/auth-web/package.json @@ -1,6 +1,6 @@ { "name": "auth-web", - "version": "2.4.57", + "version": "2.4.58", "appName": "Auth Web", "sbcName": "SBC Common Components", "private": true, diff --git a/auth-web/src/components/auth/staff/review-task/QsApplication.vue b/auth-web/src/components/auth/staff/review-task/QsApplication.vue index fcac5cfff3..10bd2f7bcd 100644 --- a/auth-web/src/components/auth/staff/review-task/QsApplication.vue +++ b/auth-web/src/components/auth/staff/review-task/QsApplication.vue @@ -24,46 +24,76 @@ - - -

Qualified Supplier ({{ qsApplicationTypeDisplay }}) Information

-
-
- - - Qualified Supplier Name - - - {{ qsApplicantData && qsApplicantData.businessName }} - - - - - Phone Number - - + + +

Qualified Supplier ({{ qsApplicationTypeDisplay }}) Information

+
+
+ + + Qualified Supplier Name + + + {{ qsApplicantData.businessName }} + + + + + DBA / Operating Name + + + {{ qsApplicantData.dbaName || '(Not Entered)' }} + + + + + Phone Number + + + {{ qsApplicantPhone }} + + + + + Mailing Address + + + + + + - {{ qsApplicantData && qsApplicantPhone }} -
-
- - - Mailing Address - - - - - + + Location of the Manufactured Home(s) + + + + + + @@ -147,7 +177,7 @@ - + - Legal name of the person authorized to complete and submit this application. Note: The authorized person - must be an active B.C. lawyer or notary in good standing. + Legal name of the person authorized to complete and submit this application. + + Note: The authorized person must be an active B.C. lawyer or notary in good standing. + @@ -199,7 +231,11 @@