From 9f582e03d71c8667c8e90760f9bbae5dc33bfb99 Mon Sep 17 00:00:00 2001 From: halcyonjac Date: Thu, 14 Dec 2023 14:50:45 +0000 Subject: [PATCH 01/23] add change to diversity report --- src/views/Exercise/Reports/Diversity.vue | 197 +++++++++++++++++++++++ 1 file changed, 197 insertions(+) diff --git a/src/views/Exercise/Reports/Diversity.vue b/src/views/Exercise/Reports/Diversity.vue index bcc84f876..1847e5b1f 100644 --- a/src/views/Exercise/Reports/Diversity.vue +++ b/src/views/Exercise/Reports/Diversity.vue @@ -127,6 +127,13 @@ > Applications + + % Change from previous stage + @@ -140,6 +147,12 @@ + + {{ showChange(diversity[activeTab].gender.male) }} + + + {{ showChange(diversity[activeTab].gender.female) }} + @@ -163,6 +182,12 @@ :is-declaration-total="true" /> + + {{ showChange(diversity[activeTab].gender.declaration) }} + @@ -185,6 +210,13 @@ > Applications + + % Change from previous stage + @@ -198,6 +230,12 @@ + + {{ showChange(diversity[activeTab].ethnicity.bame) }} + + + {{ showChange(diversity[activeTab].ethnicity.white) }} + @@ -221,6 +265,12 @@ :is-declaration-total="true" /> + + {{ showChange(diversity[activeTab].ethnicity.declaration) }} + @@ -243,6 +293,13 @@ > Applications + + % Change from previous stage + @@ -253,6 +310,12 @@ + + {{ showChange(diversity[activeTab].disability.yes) }} + @@ -261,6 +324,12 @@ + + {{ showChange(diversity[activeTab].disability.no) }} + @@ -273,6 +342,12 @@ :is-declaration-total="true" /> + + {{ showChange(diversity[activeTab].disability.total) }} + @@ -295,6 +370,13 @@ > Applications + + % Change from previous stage + @@ -308,6 +390,12 @@ + + {{ showChange(diversity[activeTab].professionalBackground.barrister) }} + @@ -316,6 +404,12 @@ + + {{ showChange(diversity[activeTab].professionalBackground.cilex) }} + @@ -324,6 +418,12 @@ + + {{ showChange(diversity[activeTab].professionalBackground.solicitor) }} + @@ -333,6 +433,12 @@ + + {{ showChange(diversity[activeTab].professionalBackground.other) }} + @@ -346,6 +452,12 @@ :is-declaration-total="true" /> + + {{ showChange(diversity[activeTab].professionalBackground.declaration) }} + @@ -371,6 +483,13 @@ > Applications + + % Change from previous stage + @@ -381,6 +500,12 @@ + + {{ showChange(diversity[activeTab].attendedUKStateSchool.attendedUKStateSchool) }} + @@ -393,6 +518,12 @@ :is-declaration-total="true" /> + + {{ showChange(diversity[activeTab].attendedUKStateSchool.declaration) }} + @@ -416,6 +547,13 @@ > Applications + + % Change from previous stage + @@ -426,6 +564,12 @@ + + {{ showChange(diversity[activeTab].firstGenerationUniversity.firstGenerationUniversity) }} + @@ -438,6 +582,12 @@ :is-declaration-total="true" /> + + {{ showChange(diversity[activeTab].firstGenerationUniversity.declaration) }} + @@ -462,6 +612,13 @@ > Applications + + % Change from previous stage + @@ -472,6 +629,12 @@ + + {{ showChange(diversity[activeTab].parentsNotAttendedUniversity.parentsNotAttendedUniversity) }} + @@ -484,6 +647,12 @@ :is-declaration-total="true" /> + + {{ showChange(diversity[activeTab].parentsNotAttendedUniversity.declaration) }} + @@ -507,6 +676,13 @@ > Applications + + % Change from previous stage + + + {{ showChange(diversity[activeTab].emp.applied) }} + + + {{ showChange(diversity[activeTab].emp.ethnicity) }} + + + {{ showChange(diversity[activeTab].emp.gender) }} +