@vocollege/app 0.0.115 → 0.0.116
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1095,7 +1095,12 @@
|
|
|
1095
1095
|
"numberEducatorFolkhogskolor": "Antal folkhögskolor",
|
|
1096
1096
|
"numberEducatorYrkeshogskolor": "Antal yrkeshögskolor",
|
|
1097
1097
|
"numberOfEducators": "Antal utbildare",
|
|
1098
|
-
"educatorPerType": "Utbildare per typ"
|
|
1098
|
+
"educatorPerType": "Utbildare per typ",
|
|
1099
|
+
"certifiedRegionalVoCollege": "Certifierade regionala college",
|
|
1100
|
+
"certifiedLocalVoCollege": "Certifierade lokala college",
|
|
1101
|
+
"certifiedEducators": "Certifierade utbildare",
|
|
1102
|
+
"certifiedEducations": "Certifierade utbildningar",
|
|
1103
|
+
"outsideSelectedPeriod": "Utanför vald period"
|
|
1099
1104
|
},
|
|
1100
1105
|
"messages": {
|
|
1101
1106
|
"educatorCanAppearMultipleTimes": "Notera att en och samma utbildare kan förekomma flera gånger, under olika rubriker. T ex kan en utbildare vara både 'Kommunal Gymnasium' och 'Kommunal vuxenutbildning'.",
|
|
@@ -8,5 +8,5 @@ exports.GET_CERTIFICATIONS_STATISTICS = exports.GET_GENERAL_STATISTICS = exports
|
|
|
8
8
|
var client_1 = require("@apollo/client");
|
|
9
9
|
exports.GET_GROUP_FIELDS = (0, client_1.gql)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n fragment GroupFields on Group {\n id\n name\n title\n category\n educator_type\n certified\n created_at\n }\n"], ["\n fragment GroupFields on Group {\n id\n name\n title\n category\n educator_type\n certified\n created_at\n }\n"])));
|
|
10
10
|
exports.GET_GENERAL_STATISTICS = (0, client_1.gql)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n query GeneralStatistics($filters: StatisticsFilters) {\n statistics(filters: $filters) {\n regions {\n ...GroupFields\n }\n localColleges {\n ...GroupFields\n }\n employers {\n ...GroupFields\n }\n educators {\n ...GroupFields\n }\n educations {\n id\n title\n total_usages\n # groups {\n # id\n # title\n # educator_type\n # educations {\n # id\n # title\n # pivot {\n # education_id\n # education_usage_id\n # education_usage_type\n # field\n # certified\n # }\n # }\n # }\n }\n # educatorsGymVO {\n # ...GroupFields\n # }\n # educatorsGymBF {\n # ...GroupFields\n # }\n # educatorsVuxVO {\n # ...GroupFields\n # }\n # educatorsVuxBF {\n # ...GroupFields\n # }\n # educatorsFolkhogskolor {\n # ...GroupFields\n # }\n # educatorsYrkeshogskolor {\n # ...GroupFields\n # }\n }\n }\n ", "\n"], ["\n query GeneralStatistics($filters: StatisticsFilters) {\n statistics(filters: $filters) {\n regions {\n ...GroupFields\n }\n localColleges {\n ...GroupFields\n }\n employers {\n ...GroupFields\n }\n educators {\n ...GroupFields\n }\n educations {\n id\n title\n total_usages\n # groups {\n # id\n # title\n # educator_type\n # educations {\n # id\n # title\n # pivot {\n # education_id\n # education_usage_id\n # education_usage_type\n # field\n # certified\n # }\n # }\n # }\n }\n # educatorsGymVO {\n # ...GroupFields\n # }\n # educatorsGymBF {\n # ...GroupFields\n # }\n # educatorsVuxVO {\n # ...GroupFields\n # }\n # educatorsVuxBF {\n # ...GroupFields\n # }\n # educatorsFolkhogskolor {\n # ...GroupFields\n # }\n # educatorsYrkeshogskolor {\n # ...GroupFields\n # }\n }\n }\n ", "\n"])), exports.GET_GROUP_FIELDS);
|
|
11
|
-
exports.GET_CERTIFICATIONS_STATISTICS = (0, client_1.gql)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n query CertificationsStatistics($filters: StatisticsFilters) {\n statistics(filters: $filters) {\n certifiedRegions {\n id\n name\n title\n certified\n created_at\n }\n }\n }\n"], ["\n query CertificationsStatistics($filters: StatisticsFilters) {\n statistics(filters: $filters) {\n certifiedRegions {\n id\n name\n title\n certified\n created_at\n }\n }\n }\n"])));
|
|
11
|
+
exports.GET_CERTIFICATIONS_STATISTICS = (0, client_1.gql)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n query CertificationsStatistics($filters: StatisticsFilters) {\n statistics(filters: $filters) {\n certifiedRegions {\n id\n name\n title\n certified\n created_at\n # groups {\n # id\n # title\n # certified\n # groups {\n # id\n # title\n # certified\n # }\n # }\n }\n certifiedLocalColleges {\n id\n name\n title\n certified\n created_at\n parentGroups {\n id\n name\n title\n certified\n }\n }\n certifiedEducators {\n id\n name\n title\n certified\n created_at\n parentGroups {\n id\n name\n title\n certified\n parentGroups {\n id\n title\n certified\n }\n }\n }\n certifiedEducations {\n education_id\n education_certified\n education_title\n educator_id\n educator_title\n educator_certified\n local_college_id\n local_college_title\n local_college_certified\n region_id\n region_title\n region_certified\n # groups {\n # id\n # name\n # title\n # certified\n # created_at\n # parentGroups {\n # id\n # name\n # title\n # parentGroups {\n # id\n # name\n # title\n # }\n # }\n # pivot {\n # education_id\n # education_usage_id\n # education_usage_type\n # field\n # certified\n # }\n # }\n }\n # certifications {\n # # id\n # # name\n # # title\n # # certified\n # # created_at\n # # parentGroups {\n # # id\n # # title\n # # certified\n # # parentGroups {\n # # id\n # # title\n # # certified\n # # }\n # # }\n # # educations {\n # id\n # title\n # # pivot {\n # # education_id\n # # education_usage_id\n # # education_usage_type\n # # field\n # # certified\n # # }\n # groups {\n # id\n # name\n # title\n # certified\n # created_at\n # parentGroups {\n # id\n # title\n # certified\n # parentGroups {\n # id\n # title\n # certified\n # }\n # }\n # pivot {\n # education_id\n # education_usage_id\n # education_usage_type\n # field\n # certified\n # }\n # }\n # # }\n # }\n }\n }\n"], ["\n query CertificationsStatistics($filters: StatisticsFilters) {\n statistics(filters: $filters) {\n certifiedRegions {\n id\n name\n title\n certified\n created_at\n # groups {\n # id\n # title\n # certified\n # groups {\n # id\n # title\n # certified\n # }\n # }\n }\n certifiedLocalColleges {\n id\n name\n title\n certified\n created_at\n parentGroups {\n id\n name\n title\n certified\n }\n }\n certifiedEducators {\n id\n name\n title\n certified\n created_at\n parentGroups {\n id\n name\n title\n certified\n parentGroups {\n id\n title\n certified\n }\n }\n }\n certifiedEducations {\n education_id\n education_certified\n education_title\n educator_id\n educator_title\n educator_certified\n local_college_id\n local_college_title\n local_college_certified\n region_id\n region_title\n region_certified\n # groups {\n # id\n # name\n # title\n # certified\n # created_at\n # parentGroups {\n # id\n # name\n # title\n # parentGroups {\n # id\n # name\n # title\n # }\n # }\n # pivot {\n # education_id\n # education_usage_id\n # education_usage_type\n # field\n # certified\n # }\n # }\n }\n # certifications {\n # # id\n # # name\n # # title\n # # certified\n # # created_at\n # # parentGroups {\n # # id\n # # title\n # # certified\n # # parentGroups {\n # # id\n # # title\n # # certified\n # # }\n # # }\n # # educations {\n # id\n # title\n # # pivot {\n # # education_id\n # # education_usage_id\n # # education_usage_type\n # # field\n # # certified\n # # }\n # groups {\n # id\n # name\n # title\n # certified\n # created_at\n # parentGroups {\n # id\n # title\n # certified\n # parentGroups {\n # id\n # title\n # certified\n # }\n # }\n # pivot {\n # education_id\n # education_usage_id\n # education_usage_type\n # field\n # certified\n # }\n # }\n # # }\n # }\n }\n }\n"])));
|
|
12
12
|
var templateObject_1, templateObject_2, templateObject_3;
|
package/package.json
CHANGED
|
@@ -1095,7 +1095,12 @@
|
|
|
1095
1095
|
"numberEducatorFolkhogskolor": "Antal folkhögskolor",
|
|
1096
1096
|
"numberEducatorYrkeshogskolor": "Antal yrkeshögskolor",
|
|
1097
1097
|
"numberOfEducators": "Antal utbildare",
|
|
1098
|
-
"educatorPerType": "Utbildare per typ"
|
|
1098
|
+
"educatorPerType": "Utbildare per typ",
|
|
1099
|
+
"certifiedRegionalVoCollege": "Certifierade regionala college",
|
|
1100
|
+
"certifiedLocalVoCollege": "Certifierade lokala college",
|
|
1101
|
+
"certifiedEducators": "Certifierade utbildare",
|
|
1102
|
+
"certifiedEducations": "Certifierade utbildningar",
|
|
1103
|
+
"outsideSelectedPeriod": "Utanför vald period"
|
|
1099
1104
|
},
|
|
1100
1105
|
"messages": {
|
|
1101
1106
|
"educatorCanAppearMultipleTimes": "Notera att en och samma utbildare kan förekomma flera gånger, under olika rubriker. T ex kan en utbildare vara både 'Kommunal Gymnasium' och 'Kommunal vuxenutbildning'.",
|
|
@@ -80,7 +80,138 @@ export const GET_CERTIFICATIONS_STATISTICS = gql`
|
|
|
80
80
|
title
|
|
81
81
|
certified
|
|
82
82
|
created_at
|
|
83
|
+
# groups {
|
|
84
|
+
# id
|
|
85
|
+
# title
|
|
86
|
+
# certified
|
|
87
|
+
# groups {
|
|
88
|
+
# id
|
|
89
|
+
# title
|
|
90
|
+
# certified
|
|
91
|
+
# }
|
|
92
|
+
# }
|
|
93
|
+
}
|
|
94
|
+
certifiedLocalColleges {
|
|
95
|
+
id
|
|
96
|
+
name
|
|
97
|
+
title
|
|
98
|
+
certified
|
|
99
|
+
created_at
|
|
100
|
+
parentGroups {
|
|
101
|
+
id
|
|
102
|
+
name
|
|
103
|
+
title
|
|
104
|
+
certified
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
certifiedEducators {
|
|
108
|
+
id
|
|
109
|
+
name
|
|
110
|
+
title
|
|
111
|
+
certified
|
|
112
|
+
created_at
|
|
113
|
+
parentGroups {
|
|
114
|
+
id
|
|
115
|
+
name
|
|
116
|
+
title
|
|
117
|
+
certified
|
|
118
|
+
parentGroups {
|
|
119
|
+
id
|
|
120
|
+
title
|
|
121
|
+
certified
|
|
122
|
+
}
|
|
123
|
+
}
|
|
83
124
|
}
|
|
125
|
+
certifiedEducations {
|
|
126
|
+
education_id
|
|
127
|
+
education_certified
|
|
128
|
+
education_title
|
|
129
|
+
educator_id
|
|
130
|
+
educator_title
|
|
131
|
+
educator_certified
|
|
132
|
+
local_college_id
|
|
133
|
+
local_college_title
|
|
134
|
+
local_college_certified
|
|
135
|
+
region_id
|
|
136
|
+
region_title
|
|
137
|
+
region_certified
|
|
138
|
+
# groups {
|
|
139
|
+
# id
|
|
140
|
+
# name
|
|
141
|
+
# title
|
|
142
|
+
# certified
|
|
143
|
+
# created_at
|
|
144
|
+
# parentGroups {
|
|
145
|
+
# id
|
|
146
|
+
# name
|
|
147
|
+
# title
|
|
148
|
+
# parentGroups {
|
|
149
|
+
# id
|
|
150
|
+
# name
|
|
151
|
+
# title
|
|
152
|
+
# }
|
|
153
|
+
# }
|
|
154
|
+
# pivot {
|
|
155
|
+
# education_id
|
|
156
|
+
# education_usage_id
|
|
157
|
+
# education_usage_type
|
|
158
|
+
# field
|
|
159
|
+
# certified
|
|
160
|
+
# }
|
|
161
|
+
# }
|
|
162
|
+
}
|
|
163
|
+
# certifications {
|
|
164
|
+
# # id
|
|
165
|
+
# # name
|
|
166
|
+
# # title
|
|
167
|
+
# # certified
|
|
168
|
+
# # created_at
|
|
169
|
+
# # parentGroups {
|
|
170
|
+
# # id
|
|
171
|
+
# # title
|
|
172
|
+
# # certified
|
|
173
|
+
# # parentGroups {
|
|
174
|
+
# # id
|
|
175
|
+
# # title
|
|
176
|
+
# # certified
|
|
177
|
+
# # }
|
|
178
|
+
# # }
|
|
179
|
+
# # educations {
|
|
180
|
+
# id
|
|
181
|
+
# title
|
|
182
|
+
# # pivot {
|
|
183
|
+
# # education_id
|
|
184
|
+
# # education_usage_id
|
|
185
|
+
# # education_usage_type
|
|
186
|
+
# # field
|
|
187
|
+
# # certified
|
|
188
|
+
# # }
|
|
189
|
+
# groups {
|
|
190
|
+
# id
|
|
191
|
+
# name
|
|
192
|
+
# title
|
|
193
|
+
# certified
|
|
194
|
+
# created_at
|
|
195
|
+
# parentGroups {
|
|
196
|
+
# id
|
|
197
|
+
# title
|
|
198
|
+
# certified
|
|
199
|
+
# parentGroups {
|
|
200
|
+
# id
|
|
201
|
+
# title
|
|
202
|
+
# certified
|
|
203
|
+
# }
|
|
204
|
+
# }
|
|
205
|
+
# pivot {
|
|
206
|
+
# education_id
|
|
207
|
+
# education_usage_id
|
|
208
|
+
# education_usage_type
|
|
209
|
+
# field
|
|
210
|
+
# certified
|
|
211
|
+
# }
|
|
212
|
+
# }
|
|
213
|
+
# # }
|
|
214
|
+
# }
|
|
84
215
|
}
|
|
85
216
|
}
|
|
86
217
|
`;
|