Skip to content

Commit 71dde4a

Browse files
authored
Merge pull request #1358 from bcgov/reworks-ecer-2939-5215
Reworks for ECER-2939/ECER-5215
2 parents 96fb3eb + ae5fc06 commit 71dde4a

File tree

3 files changed

+131
-215
lines changed

3 files changed

+131
-215
lines changed

src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/ECEFiveYearRenewalRequirements.vue

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
<v-col cols="12">
1515
<ECEHeader title="Character reference" />
1616
<div class="d-flex flex-column ga-3 my-6">
17-
<p>You will need to provide a character reference. You'll enter their name and email. We'll contact them later after you submit your application.</p>
17+
<p>You will need to provide a character reference. You'll enter their name and email. We'll contact them later
18+
after you submit your application.</p>
1819
<p>The reference must be someone who:</p>
1920
<ul class="ml-10">
2021
<li>Can speak to your character</li>
@@ -30,14 +31,16 @@
3031
<ECEHeader title="Work experience" />
3132
<div v-if="!expired" class="d-flex flex-column ga-3 my-6">
3233
<p>
33-
You need to have completed 400 hours of work experience and be able to provide references to verify the hours. If you worked at multiple locations, you
34+
You need to have completed 400 hours of work experience and be able to provide references to verify the hours.
35+
If you worked at multiple locations, you
3436
can provide multiple references.
3537
</p>
3638
<p>The hours must:</p>
3739
<ul class="ml-10">
3840
<li>Be related to the field of early childhood education</li>
3941
<li>
40-
Have been completed within the term of your current certificate (between {{ formattedLatestCertificationEffectiveDate }} and
42+
Have been completed within the term of your current certificate (between {{
43+
formattedLatestCertificationEffectiveDate }} and
4144
{{ formattedLatestCertificationExpiryDate }})
4245
</li>
4346
</ul>
@@ -50,7 +53,8 @@
5053
</div>
5154
<div v-if="expired && !expiredMoreThan5Years" class="d-flex flex-column ga-3 my-6">
5255
<p>
53-
You need to have completed 400 hours of work experience and be able to provide references to verify the hours. If you worked at multiple locations, you
56+
You need to have completed 400 hours of work experience and be able to provide references to verify the hours.
57+
If you worked at multiple locations, you
5458
can provide multiple references.
5559
</p>
5660
<p>The hours must:</p>
@@ -66,7 +70,8 @@
6670
</ul>
6771
</div>
6872
<div v-if="expired && expiredMoreThan5Years" class="d-flex flex-column ga-3 my-6">
69-
<p>You need to have completed 500 hours of work experience and be able to provide references to verify the hours.</p>
73+
<p>You need to have completed 500 hours of work experience and be able to provide references to verify the hours.
74+
</p>
7075
<p>Important information about calculating hours:</p>
7176
<ul class="ml-10">
7277
<li>Only include hours you worked once you began your early childhood education training program</li>
@@ -86,10 +91,11 @@
8691
<v-col cols="12">
8792
<ECEHeader title="Professional development" />
8893
<div class="d-flex flex-column ga-3 my-6">
89-
<p>You must have completed at least 40 hours of professional development.</p>
90-
<p>The course or workshop must:</p>
94+
<p>To meet the professional development requirement, you need to have completed 40 hours of training.</p>
95+
<h3>What courses or workshops are eligible?</h3>
96+
<p>Each course or workshop must:</p>
9197
<ul class="ml-10">
92-
<li>Be relevant to the field of early childhood education</li>
98+
<li>Be related to early childhood education</li>
9399
<li v-if="!expired">
94100
Have been completed within the dates of your current certificate:
95101
<strong>{{ formattedLatestCertificationEffectiveDate }}</strong>
@@ -98,14 +104,6 @@
98104
</li>
99105
<li v-else>Have been completed within the last 5 years</li>
100106
</ul>
101-
<p>You'll need to provide the following information about each course or workshop:</p>
102-
<ul class="ml-10">
103-
<li>Name of the course or workshop</li>
104-
<li>Name of the place where you took it</li>
105-
<li>Dates when you started and completed it</li>
106-
<li>How many hours it was</li>
107-
<li>Contact information for the facilitator/instructor or a document to show you've completed the course</li>
108-
</ul>
109107
</div>
110108
</v-col>
111109
</template>

src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/ECEOneYearRenewalRequirements.vue

Lines changed: 27 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
<template>
2-
<v-col
3-
v-if="
4-
certificationStore.certificateStatus(applicationStore.draftApplication.fromCertificate) == 'Active' ||
5-
(certificationStore.certificateStatus(applicationStore.draftApplication.fromCertificate) == 'Expired' &&
6-
!certificationStore.expiredMoreThan5Years(applicationStore.draftApplication.fromCertificate))
7-
"
8-
cols="12"
9-
>
2+
<v-col v-if="
3+
certificationStore.certificateStatus(applicationStore.draftApplication.fromCertificate) == 'Active' ||
4+
(certificationStore.certificateStatus(applicationStore.draftApplication.fromCertificate) == 'Expired' &&
5+
!certificationStore.expiredMoreThan5Years(applicationStore.draftApplication.fromCertificate))
6+
" cols="12">
107
<Alert title="Do you have 500 hours of supervised work experience?">
118
You should
12-
<a
13-
class="cursor-pointer text-decoration-underline"
14-
@click="
15-
applicationStore.draftApplication.certificationTypes = ['FiveYears'];
16-
applicationStore.draftApplication.applicationType = 'New';
17-
"
18-
>
9+
<a class="cursor-pointer text-decoration-underline" @click="
10+
applicationStore.draftApplication.certificationTypes = ['FiveYears'];
11+
applicationStore.draftApplication.applicationType = 'New';
12+
">
1913
apply for ECE Five Year certification
2014
</a>
2115
if you have completed 500 hours of work experience.
@@ -33,26 +27,26 @@
3327
<ul class="ml-10">
3428
<li>You can only renew this certificate once</li>
3529
<li>You cannot renew an ECE One Year Certificate if it has been expired for more than 5 years</li>
36-
<li>After you renew you’ll only be able to apply for an ECE Five Year certificate or an ECE Assistant certificate</li>
30+
<li>After you renew you’ll only be able to apply for an ECE Five Year certificate or an ECE Assistant
31+
certificate</li>
3732
</ul>
3833
</div>
3934
</v-col>
4035
<v-col cols="12">
4136
<ECEHeader title="Reason why you're renewing your ECE One Year certification" />
4237
<div class="d-flex flex-column ga-3 my-6">
4338
<p>
44-
You will need to provide a reason for why you were unable to complete the required 500 hours of supervised work experience during the term of your ECE
45-
One Year Certificate and/or why you were unable to provide a reference from the certified ECE who supervised the hours.
39+
You will need to provide a reason for why you were unable to complete the required 500 hours of supervised work
40+
experience during the term of your ECE
41+
One Year Certificate and/or why you were unable to provide a reference from the certified ECE who supervised the
42+
hours.
4643
</p>
4744
<p>
4845
If you've completed 500 hours, you should apply for
49-
<a
50-
class="cursor-pointer text-decoration-underline"
51-
@click="
52-
applicationStore.draftApplication.certificationTypes = ['FiveYears'];
53-
applicationStore.draftApplication.applicationType = 'New';
54-
"
55-
>
46+
<a class="cursor-pointer text-decoration-underline" @click="
47+
applicationStore.draftApplication.certificationTypes = ['FiveYears'];
48+
applicationStore.draftApplication.applicationType = 'New';
49+
">
5650
ECE Five Year certification
5751
</a>
5852
instead.
@@ -62,7 +56,8 @@
6256
<v-col cols="12">
6357
<ECEHeader title="Character reference" />
6458
<div class="d-flex flex-column ga-3 my-6">
65-
<p>You will need to provide a character reference. You'll enter their name and email. We'll contact them later after you submit your application.</p>
59+
<p>You will need to provide a character reference. You'll enter their name and email. We'll contact them later
60+
after you submit your application.</p>
6661
<p>The reference must be someone who:</p>
6762
<ul class="ml-10">
6863
<li>Can speak to your character</li>
@@ -78,7 +73,8 @@
7873
<ECEHeader title="Work experience" />
7974
<div class="d-flex flex-column ga-3 my-6">
8075
<p>
81-
You need to have completed 400 hours of work experience and be able to provide references to verify the hours. If you worked at multiple locations, you
76+
You need to have completed 400 hours of work experience and be able to provide references to verify the hours.
77+
If you worked at multiple locations, you
8278
can provide multiple references.
8379
</p>
8480
<p>The hours must:</p>
@@ -97,10 +93,11 @@
9793
<v-col v-if="expired" cols="12">
9894
<ECEHeader title="Professional development" />
9995
<div class="d-flex flex-column ga-3 my-6">
100-
<p>You must have completed at least 40 hours of professional development.</p>
101-
<p>The course or workshop must:</p>
96+
<p>To meet the professional development requirement, you need to have completed 40 hours of training.</p>
97+
<h3>What courses or workshops are eligible?</h3>
98+
<p>Each course or workshop must:</p>
10299
<ul class="ml-10">
103-
<li>Be relevant to the field of early childhood education</li>
100+
<li>Be related to early childhood education</li>
104101
<li v-if="!expired">
105102
Have been completed within the dates of your current certificate:
106103
<strong>{{ formattedLatestCertificationEffectiveDate }}</strong>
@@ -109,14 +106,6 @@
109106
</li>
110107
<li v-else>Have been completed within the last 5 years</li>
111108
</ul>
112-
<p>You'll need to provide the following information about each course or workshop:</p>
113-
<ul class="ml-10">
114-
<li>Name of the course or workshop</li>
115-
<li>Name of the place where you took it</li>
116-
<li>Dates when you started and completed it</li>
117-
<li>How many hours it was</li>
118-
<li>Contact information for the facilitator/instructor or a document to show you've completed the course</li>
119-
</ul>
120109
</div>
121110
</v-col>
122111
</template>

0 commit comments

Comments
 (0)