From 2f990bc4e03c4d01d3e7379e7baddb56191ca3d7 Mon Sep 17 00:00:00 2001 From: Jen Beckett <115109120+jenbeckett@users.noreply.github.com> Date: Fri, 5 Jan 2024 12:50:54 -0800 Subject: [PATCH 1/2] Made a facility header component to be re used across many pages displaying facility name, ID, and license. Now they all look uniform. CCFRI 3466 --- frontend/src/components/RFI/NMF.vue | 10 +++--- frontend/src/components/RFI/RFILanding.vue | 12 +++---- .../ccfriApplication/group/AddNewFees.vue | 30 ++++++++-------- .../group/CcfriEceLanding.vue | 4 +-- .../group/ExistingFacilityFees.vue | 17 ++++----- .../eceweApplication/EceweFacilities.vue | 8 ++--- .../guiComponents/FacilityHeader.vue | 36 +++++++++++++++++++ .../mtfi/CurrentFeeVerification.vue | 9 +++-- .../components/mtfi/MtfiSelectFacility.vue | 4 +-- 9 files changed, 81 insertions(+), 49 deletions(-) create mode 100644 frontend/src/components/guiComponents/FacilityHeader.vue diff --git a/frontend/src/components/RFI/NMF.vue b/frontend/src/components/RFI/NMF.vue index e79c74ebc..9b07e2b3b 100644 --- a/frontend/src/components/RFI/NMF.vue +++ b/frontend/src/components/RFI/NMF.vue @@ -4,9 +4,9 @@
Child Care Operating Funding Program - {{ formattedProgramYear }} Program Confirmation Form
Parent Fees – Request for Information
-Facility ID: {{currentFacility?.facilityAccountNumber}}
-Facility Name: {{currentFacility?.facilityName}}
-Licence Number: {{currentFacility?.licenseNumber}}
+Child Care Operating Funding Program - {{ formattedProgramYear }} Program Confirmation Form
Parent Fee Increase – Request for Information
-Facility ID: - {{ currentFacility?.facilityAccountNumber }}
-Facility Name: - {{ currentFacility?.facilityName }}
-Licence Number: - {{ currentFacility?.licenseNumber }}
+Facility Name: {{currentFacility.facilityName}}
- Enter the fees you charged a new parent for full-time care at this facility for the months below.
- If you have more than one fee for the same category, enter the highest fee.
- Enter the fee before CCFRI is applied.
- New for 2024/25: CCFRI regions align with the BCSSA's grouping of school districts into 6 regional chapters. Use the BCSSA region lookup to find your region.
- Note: Fee increases will be reviewed and additional information may be requested, which may result in increased processing times. If approved, this fee will be posted on the Ministry website.
-
+ Enter the fees you charged a new parent for full-time care at this facility for the months below.
+ If you have more than one fee for the same category, enter the highest fee.
+ Enter the fee before CCFRI is applied.
+ New for 2024/25: CCFRI regions align with the BCSSA's grouping of school districts into 6 regional chapters. Use the BCSSA region lookup to find your region.
+ Note: Fee increases will be reviewed and additional information may be requested, which may result in increased processing times. If approved, this fee will be posted on the Ministry website.
+
{{ facilityAccountNumber }}
+Facility ID: {{ facilityAccountNumber }}
Facility Name: {{ facilityName }}
-Licence: {{ licenseNumber }}
+Licence Number: {{ licenseNumber }}
Opt In: {{ ccfriOptInStatus == "IN" ? "IN" : ccfriOptInStatus == "1" ? "IN" : ccfriOptInStatus == "0" ? "OUT" : "NOT SELECTED" }}
diff --git a/frontend/src/components/ccfriApplication/group/ExistingFacilityFees.vue b/frontend/src/components/ccfriApplication/group/ExistingFacilityFees.vue index 5776147e9..60b14ebda 100644 --- a/frontend/src/components/ccfriApplication/group/ExistingFacilityFees.vue +++ b/frontend/src/components/ccfriApplication/group/ExistingFacilityFees.vue @@ -14,6 +14,7 @@- Facility ID: {{currentFacility.facilityAccountNumber}} -
-- {{currentFacility.facilityName}} -
-- Licence Number: {{currentFacility.licenseNumber}} -
+@@ -116,17 +109,19 @@ + + + diff --git a/frontend/src/components/mtfi/CurrentFeeVerification.vue b/frontend/src/components/mtfi/CurrentFeeVerification.vue index e751f02c0..484958e98 100644 --- a/frontend/src/components/mtfi/CurrentFeeVerification.vue +++ b/frontend/src/components/mtfi/CurrentFeeVerification.vue @@ -9,12 +9,14 @@ Child Care Fee Reduction Initiative (CCFRI)
Facility ID: {{facilityAccountNumber}}
+Facility ID: {{facilityAccountNumber}}
Facility Name: {{facilityName}}
-Licence #: {{licenseNumber}}
+Licence Number: {{licenseNumber}}