Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 2331 | Rev 2517 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
<?php
779 geraldo 2
 
1 www 3
use LeadersLinked\Model\UserType;
4
 
779 geraldo 5
function getAclResources() {
1 www 6
    return [
7
        'home',
8
        'signin-admin',
9
        'signin-company',
10
        'dashboard',
11
        'signout',
12
        'storage',
13
        'settings',
14
        'settings/company-sizes',
15
        'settings/company-sizes/add',
16
        'settings/company-sizes/edit',
17
        'settings/company-sizes/delete',
18
        'settings/competency-types',
19
        'settings/competency-types/add',
20
        'settings/competency-types/edit',
21
        'settings/competency-types/delete',
1102 geraldo 22
        'settings/behaviors',
23
        'settings/behaviors/add',
1138 geraldo 24
        'settings/behaviors/edit',
28 efrain 25
        'settings/competency-types/import',
1 www 26
        'settings/competencies',
27
        'settings/competencies/add',
28
        'settings/competencies/edit',
29
        'settings/competencies/delete',
28 efrain 30
        'settings/competencies/import',
1 www 31
        'settings/degrees',
32
        'settings/degrees/add',
33
        'settings/degrees/edit',
34
        'settings/degrees/delete',
35
        'settings/email-templates',
36
        'settings/email-templates/edit',
37
        'settings/push-templates',
38
        'settings/push-templates/edit',
39
        'settings/group-types',
40
        'settings/group-types/add',
41
        'settings/group-types/edit',
42
        'settings/group-types/delete',
43
        'settings/industries',
44
        'settings/industries/add',
45
        'settings/industries/edit',
46
        'settings/industries/delete',
1328 eleazar 47
        //'settings/jobs-interview',
48
        //'settings/jobs-interview/form',
49
        //'settings/jobs-interview/form/add',
50
        //'settings/jobs-interview/form/delete',
51
        //'settings/jobs-interview/form/edit',
1 www 52
        'settings/job-categories',
53
        'settings/job-categories/add',
54
        'settings/job-categories/edit',
55
        'settings/job-categories/delete',
28 efrain 56
        'settings/jobs-description',
57
        'settings/jobs-description/add',
58
        'settings/jobs-description/edit',
59
        'settings/jobs-description/delete',
561 geraldo 60
        'settings/jobs-description/report',
846 geraldo 61
        'settings/jobs-description/import',
67 efrain 62
        'settings/positions',
63
        'settings/positions/add',
64
        'settings/positions/edit',
65
        'settings/positions/delete',
1320 efrain 66
        'settings/positions/subordinates',
1 www 67
        'settings/skills',
68
        'settings/skills/add',
69
        'settings/skills/edit',
70
        'settings/skills/delete',
71
        'publications',
72
        'publications/posts',
73
        'publications/posts/add',
74
        'publications/posts/edit',
75
        'publications/posts/delete',
76
        'publications/pages',
77
        'publications/pages/add',
78
        'publications/pages/edit',
79
        'publications/pages/delete',
80
        'users',
81
        'users/change-password',
82
        'users/unblock',
83
        'users/invite',
84
        'users/accept',
85
        'users/cancel',
86
        'users/reject',
87
        'users/edit',
88
        'users/upload',
129 efrain 89
        'users/email-verify',
1 www 90
        'companies',
91
        'companies/edit',
92
        'companies/services',
93
        'companies/roles',
94
        //Company
95
        'profile',
96
        'profile/extended',
97
        'profile/cover',
98
        'profile/image',
779 geraldo 99
        'profile/header',
100
        'profile/footer',
1 www 101
        'profile/website',
102
        'profile/foundation_year',
103
        'profile/location',
104
        'profile/social-network',
105
        'profile/company-size',
106
        'profile/industry',
107
        'profile/delete',
108
        'feeds',
109
        'feeds/timeline',
110
        'feeds/delete',
111
        'feeds/comments',
112
        'feeds/comments/delete',
113
        'feeds/add',
114
        'followers',
115
        'followers/delete',
114 efrain 116
        'self-evaluation',
117
        'self-evaluation/forms',
118
        'self-evaluation/forms/add',
119
        'self-evaluation/forms/edit',
120
        'self-evaluation/forms/delete',
115 efrain 121
        'self-evaluation/users',
122
        'self-evaluation/users/add',
123
        'self-evaluation/users/delete',
114 efrain 124
        'self-evaluation/reviews',
115 efrain 125
        'self-evaluation/reviews/edit',
470 geraldo 126
        'self-evaluation/reviews/report',
946 geraldo 127
        'performance-evaluation',
128
        'performance-evaluation/forms',
129
        'performance-evaluation/forms/add',
130
        'performance-evaluation/forms/edit',
131
        'performance-evaluation/forms/delete',
1383 efrain 132
        'performance-evaluation/evaluations',
133
        'performance-evaluation/evaluations/add',
134
        'performance-evaluation/evaluations/edit',
135
        'performance-evaluation/evaluations/delete',
136
        'performance-evaluation/evaluations/users',
137
        'performance-evaluation/evaluations/users/add',
138
        'performance-evaluation/evaluations/users/delete',
139
 
1263 geraldo 140
        'performance-evaluation/forms/report',
1320 efrain 141
        'performance-evaluation/reviews',
142
        'performance-evaluation/reviews/pdf',
1477 efrain 143
 
144
        'recruitment-and-selection',
145
        'recruitment-and-selection/vacancies',
146
        'recruitment-and-selection/vacancies/add',
147
        'recruitment-and-selection/vacancies/edit',
148
        'recruitment-and-selection/vacancies/delete',
149
        'recruitment-and-selection/candidates',
150
        'recruitment-and-selection/candidates/add',
151
        'recruitment-and-selection/candidates/edit',
152
        'recruitment-and-selection/candidates/delete',
1636 eleazar 153
        'recruitment-and-selection/user-by-email',
1710 eleazar 154
        'recruitment-and-selection/interview',
1709 eleazar 155
        'recruitment-and-selection/interview/form',
156
        'recruitment-and-selection/interview/form/add',
157
        'recruitment-and-selection/interview/form/edit',
158
        'recruitment-and-selection/interview/form/delete',
159
        'recruitment-and-selection/interview/test',
160
        'recruitment-and-selection/interview/test/add',
161
        'recruitment-and-selection/interview/test/edit',
162
        'recruitment-and-selection/interview/test/delete',
163
        'recruitment-and-selection/interview/report',
164
 
1477 efrain 165
 
1 www 166
        'jobs',
167
        'jobs/add',
168
        'jobs/delete',
169
        'jobs/users-who-applied',
170
        'jobs/edit',
171
        'jobs/edit/title',
172
        'jobs/edit/status',
173
        'jobs/edit/last-date-of-application',
174
        'jobs/edit/employment-type',
175
        'jobs/edit/experience',
176
        'jobs/edit/job-category',
177
        'jobs/edit/extended',
178
        'jobs/edit/location',
179
        'jobs/edit/salary',
180
        'jobs/edit/languages',
181
        'jobs/edit/degrees',
182
        'jobs/edit/skills',
183
        'jobs/edit/how-apply',
184
        'microlearning',
185
        'microlearning/overview',
186
        'microlearning/reports',
2 efrain 187
        'microlearning/reports/progress',
188
        'microlearning/reports/devices',
187 efrain 189
        'microlearning/reports/comments-for-capsule',
1 www 190
        'microlearning/content',
191
        'microlearning/content/topics',
192
        'microlearning/content/topics/add',
193
        'microlearning/content/topics/edit',
194
        'microlearning/content/topics/delete',
195
        'microlearning/content/capsules',
196
        'microlearning/content/capsules/add',
197
        'microlearning/content/capsules/edit',
198
        'microlearning/content/capsules/delete',
199
        'microlearning/content/capsules/users',
200
        'microlearning/content/slides',
201
        'microlearning/content/slides/add',
202
        'microlearning/content/slides/edit',
203
        'microlearning/content/slides/delete',
204
        'microlearning/content/slides/text',
66 efrain 205
        'microlearning/content/quizzes',
206
        'microlearning/content/quizzes/add',
207
        'microlearning/content/quizzes/edit',
208
        'microlearning/content/quizzes/delete',
209
        'microlearning/content/quizzes/check',
210
        'microlearning/content/quizzes/publish',
211
        'microlearning/content/quizzes/copy',
212
        'microlearning/content/quizzes/questions',
213
        'microlearning/content/quizzes/questions/add',
214
        'microlearning/content/quizzes/questions/edit',
215
        'microlearning/content/quizzes/questions/delete',
216
        'microlearning/content/quizzes/questions/answers',
217
        'microlearning/content/quizzes/questions/answers/add',
218
        'microlearning/content/quizzes/questions/answers/edit',
219
        'microlearning/content/quizzes/questions/answers/delete',
1 www 220
        'microlearning/access-for-students',
221
        'microlearning/access-for-students/revoke',
222
        'microlearning/access-for-students/unlimit',
223
        'microlearning/access-for-students/cancel',
224
        'microlearning/access-for-students/reactive',
225
        'microlearning/access-for-students/upload',
226
        'microlearning/access-for-students/notification',
227
        'microlearning/students',
228
        'microlearning/students/edit',
229
        'microlearning/students/timeline',
230
        'microlearning/students/change-password',
231
        'microlearning/students/unblock',
232
        'microlearning/settings',
233
        'microlearning/settings/student-types',
234
        'microlearning/settings/student-types/add',
235
        'microlearning/settings/student-types/edit',
236
        'microlearning/settings/student-types/delete',
237
        'microlearning/settings/functions',
238
        'microlearning/settings/functions/add',
239
        'microlearning/settings/functions/edit',
240
        'microlearning/settings/functions/delete',
241
        'microlearning/settings/sectors',
242
        'microlearning/settings/sectors/add',
243
        'microlearning/settings/sectors/edit',
244
        'microlearning/settings/sectors/delete',
245
        'microlearning/settings/programs',
246
        'microlearning/settings/programs/add',
247
        'microlearning/settings/programs/edit',
248
        'microlearning/settings/programs/delete',
249
        'microlearning/settings/groups',
250
        'microlearning/settings/groups/add',
251
        'microlearning/settings/groups/edit',
252
        'microlearning/settings/groups/delete',
253
        'microlearning/settings/companies',
254
        'microlearning/settings/companies/add',
255
        'microlearning/settings/companies/edit',
256
        'microlearning/settings/companies/delete',
257
        'microlearning/settings/partners',
258
        'microlearning/settings/partners/add',
259
        'microlearning/settings/partners/edit',
260
        'microlearning/settings/partners/delete',
261
        'microlearning/settings/institutions',
262
        'microlearning/settings/institutions/add',
263
        'microlearning/settings/institutions/edit',
264
        'microlearning/settings/institutions/delete',
265
        //'microlearning/devices',
266
        //'microlearning/devices/notification',
1320 efrain 267
        //'test',
268
        //'test/method-one',
269
        //'test/method-two',
270
        //'test/method-three',
271
        //'test/method-four',
1333 efrain 272
 
1336 efrain 273
 
1333 efrain 274
        'own-professional-network',
275
        'organizational-design',
276
        'planning-objectives-and-goals',
2228 nelberth 277
        'planning-objectives-and-goals/objectives',
2331 nelberth 278
        'planning-objectives-and-goals/objectives/goals',
2379 nelberth 279
        'planning-objectives-and-goals/objectives/goals/add',
280
        'planning-objectives-and-goals/objectives/goals/edit',
281
        'planning-objectives-and-goals/objectives/goals/delete',
2228 nelberth 282
        'planning-objectives-and-goals/objectives/add',
283
        'planning-objectives-and-goals/objectives/delete',
284
        'planning-objectives-and-goals/objectives/edit',
1333 efrain 285
        'development-and-training',
286
        'induction',
287
        'organizational-climate',
288
        'culture',
289
        'communication',
290
        'career-development',
291
        'surveys',
292
        'building-my-future',
293
        'high-performance-teams',
294
        'my-trainer',
1 www 295
    ];
296
}
297
 
779 geraldo 298
function getAclRolesCompany() {
1 www 299
    return [
300
        'creator' => [
301
            'home',
302
            'signin-admin',
303
            'signin-company',
304
            'dashboard',
305
            'signout',
306
            'storage',
307
            'profile',
308
            'profile/extended',
309
            'profile/cover',
310
            'profile/image',
779 geraldo 311
            'profile/header',
312
            'profile/footer',
1 www 313
            'profile/website',
314
            'profile/foundation_year',
315
            'profile/location',
316
            'profile/social-network',
317
            'profile/company-size',
318
            'profile/industry',
319
            'profile/delete',
320
            'users',
321
            'users/change-password',
322
            'users/unblock',
323
            'users/invite',
324
            'users/accept',
325
            'users/cancel',
326
            'users/reject',
327
            'users/edit',
328
            'users/upload',
329
            'feeds',
330
            'feeds/timeline',
331
            'feeds/delete',
332
            'feeds/comments',
333
            'feeds/comments/delete',
334
            'feeds/add',
335
            'followers',
336
            'followers/delete',
337
            'jobs',
338
            'jobs/add',
339
            'jobs/delete',
340
            'jobs/users-who-applied',
341
            'jobs/edit',
342
            'jobs/edit/title',
343
            'jobs/edit/status',
344
            'jobs/edit/last-date-of-application',
345
            'jobs/edit/employment-type',
346
            'jobs/edit/experience',
347
            'jobs/edit/job-category',
348
            'jobs/edit/extended',
349
            'jobs/edit/location',
350
            'jobs/edit/salary',
351
            'jobs/edit/languages',
352
            'jobs/edit/degrees',
353
            'jobs/edit/skills',
354
            'jobs/edit/how-apply',
26 efrain 355
            'settings',
28 efrain 356
            'settings/competency-types',
357
            'settings/competency-types/add',
358
            'settings/competency-types/edit',
359
            'settings/competency-types/delete',
360
            'settings/competency-types/import',
1102 geraldo 361
            'settings/behaviors',
362
            'settings/behaviors/add',
1138 geraldo 363
            'settings/behaviors/edit',
26 efrain 364
            'settings/competencies',
27 efrain 365
            'settings/competencies/add',
366
            'settings/competencies/edit',
367
            'settings/competencies/delete',
28 efrain 368
            'settings/competencies/import',
369
            'settings/jobs-description',
370
            'settings/jobs-description/add',
371
            'settings/jobs-description/edit',
372
            'settings/jobs-description/delete',
561 geraldo 373
            'settings/jobs-description/report',
846 geraldo 374
            'settings/jobs-description/import',
67 efrain 375
            'settings/positions',
376
            'settings/positions/add',
377
            'settings/positions/edit',
378
            'settings/positions/delete',
1320 efrain 379
            'settings/positions/subordinates',
380
            //'test',
381
            //'test/method-one',
382
            //'test/method-two',
383
            //'test/method-three',
384
            //'test/method-four',
1336 efrain 385
 
1333 efrain 386
 
387
            'own-professional-network',
388
            'organizational-design',
389
            'development-and-training',
1477 efrain 390
            'recruitment-and-selection',
391
            'recruitment-and-selection/vacancies',
392
            'recruitment-and-selection/vacancies/add',
393
            'recruitment-and-selection/vacancies/edit',
394
            'recruitment-and-selection/vacancies/delete',
395
            'recruitment-and-selection/candidates',
396
            'recruitment-and-selection/candidates/add',
397
            'recruitment-and-selection/candidates/edit',
398
            'recruitment-and-selection/candidates/delete',
1636 eleazar 399
            'recruitment-and-selection/user-by-email',
1710 eleazar 400
            'recruitment-and-selection/interview',
1709 eleazar 401
            'recruitment-and-selection/interview/form',
402
            'recruitment-and-selection/interview/form/add',
403
            'recruitment-and-selection/interview/form/edit',
404
            'recruitment-and-selection/interview/form/delete',
405
            'recruitment-and-selection/interview/test',
406
            'recruitment-and-selection/interview/test/add',
407
            'recruitment-and-selection/interview/test/edit',
408
            'recruitment-and-selection/interview/test/delete',
409
            'recruitment-and-selection/interview/report',
1333 efrain 410
            'induction',
411
            'organizational-climate',
412
            'culture',
413
            'communication',
414
            'career-development',
415
            'surveys',
416
            'building-my-future',
417
            'high-performance-teams',
418
            'my-trainer',
1918 nelberth 419
 
420
            'planning-objectives-and-goals',
2228 nelberth 421
            'planning-objectives-and-goals/objectives',
2331 nelberth 422
            'planning-objectives-and-goals/objectives/goals',
2379 nelberth 423
            'planning-objectives-and-goals/objectives/goals/add',
424
            'planning-objectives-and-goals/objectives/goals/edit',
425
            'planning-objectives-and-goals/objectives/goals/delete',
2228 nelberth 426
            'planning-objectives-and-goals/objectives/add',
427
            'planning-objectives-and-goals/objectives/delete',
428
            'planning-objectives-and-goals/objectives/edit',
779 geraldo 429
        ],
430
        'creator-self-evaluation' => [
114 efrain 431
            'self-evaluation',
432
            'self-evaluation/forms',
433
            'self-evaluation/forms/add',
434
            'self-evaluation/forms/edit',
435
            'self-evaluation/forms/delete',
115 efrain 436
            'self-evaluation/users',
437
            'self-evaluation/users/add',
438
            'self-evaluation/users/delete',
114 efrain 439
            'self-evaluation/reviews',
115 efrain 440
            'self-evaluation/reviews/edit',
470 geraldo 441
            'self-evaluation/reviews/report',
1 www 442
        ],
974 geraldo 443
        'creator-performance-evaluation' => [
444
            'performance-evaluation',
445
            'performance-evaluation/forms',
446
            'performance-evaluation/forms/add',
447
            'performance-evaluation/forms/edit',
448
            'performance-evaluation/forms/delete',
1263 geraldo 449
            'performance-evaluation/forms/report',
1320 efrain 450
            'performance-evaluation/reviews',
451
            'performance-evaluation/reviews/pdf',
1383 efrain 452
 
453
            'performance-evaluation/evaluations',
454
            'performance-evaluation/evaluations/add',
455
            'performance-evaluation/evaluations/edit',
456
            'performance-evaluation/evaluations/delete',
457
            'performance-evaluation/evaluations/users',
458
            'performance-evaluation/evaluations/users/add',
459
            'performance-evaluation/evaluations/users/delete',
974 geraldo 460
        ],
1 www 461
        'creator-microlearning' => [
462
            'microlearning',
463
            'microlearning/overview',
464
            'microlearning/reports',
2 efrain 465
            'microlearning/reports/progress',
466
            'microlearning/reports/devices',
187 efrain 467
            'microlearning/reports/comments-for-capsule',
1 www 468
            'microlearning/content',
469
            'microlearning/content/topics',
470
            'microlearning/content/topics/add',
471
            'microlearning/content/topics/edit',
472
            'microlearning/content/topics/delete',
473
            'microlearning/content/capsules',
474
            'microlearning/content/capsules/add',
475
            'microlearning/content/capsules/edit',
476
            'microlearning/content/capsules/delete',
477
            'microlearning/content/capsules/users',
478
            'microlearning/content/slides',
479
            'microlearning/content/slides/add',
480
            'microlearning/content/slides/edit',
481
            'microlearning/content/slides/delete',
482
            'microlearning/content/slides/text',
66 efrain 483
            'microlearning/content/quizzes',
484
            'microlearning/content/quizzes/add',
485
            'microlearning/content/quizzes/edit',
486
            'microlearning/content/quizzes/delete',
487
            'microlearning/content/quizzes/check',
488
            'microlearning/content/quizzes/publish',
489
            'microlearning/content/quizzes/copy',
490
            'microlearning/content/quizzes/questions',
491
            'microlearning/content/quizzes/questions/add',
492
            'microlearning/content/quizzes/questions/edit',
493
            'microlearning/content/quizzes/questions/delete',
494
            'microlearning/content/quizzes/questions/answers',
495
            'microlearning/content/quizzes/questions/answers/add',
496
            'microlearning/content/quizzes/questions/answers/edit',
497
            'microlearning/content/quizzes/questions/answers/delete',
1 www 498
            'microlearning/students',
499
            'microlearning/students/edit',
500
            'microlearning/students/timeline',
501
            'microlearning/students/change-password',
502
            'microlearning/students/unblock',
503
            'microlearning/access-for-students',
504
            'microlearning/access-for-students/revoke',
505
            'microlearning/access-for-students/unlimit',
506
            'microlearning/access-for-students/cancel',
507
            'microlearning/access-for-students/reactive',
508
            'microlearning/access-for-students/upload',
509
            'microlearning/access-for-students/notification',
510
            'microlearning/settings',
511
            'microlearning/settings/student-types',
512
            'microlearning/settings/student-types/add',
513
            'microlearning/settings/student-types/edit',
514
            'microlearning/settings/student-types/delete',
515
            'microlearning/settings/functions',
516
            'microlearning/settings/functions/add',
517
            'microlearning/settings/functions/edit',
518
            'microlearning/settings/functions/delete',
519
            'microlearning/settings/sectors',
520
            'microlearning/settings/sectors/add',
521
            'microlearning/settings/sectors/edit',
522
            'microlearning/settings/sectors/delete',
523
            'microlearning/settings/programs',
524
            'microlearning/settings/programs/add',
525
            'microlearning/settings/programs/edit',
526
            'microlearning/settings/programs/delete',
527
            'microlearning/settings/groups',
528
            'microlearning/settings/groups/add',
529
            'microlearning/settings/groups/edit',
530
            'microlearning/settings/groups/delete',
531
            'microlearning/settings/companies',
532
            'microlearning/settings/companies/add',
533
            'microlearning/settings/companies/edit',
534
            'microlearning/settings/companies/delete',
535
            'microlearning/settings/partners',
536
            'microlearning/settings/partners/add',
537
            'microlearning/settings/partners/edit',
538
            'microlearning/settings/partners/delete',
539
            'microlearning/settings/institutions',
540
            'microlearning/settings/institutions/add',
541
            'microlearning/settings/institutions/edit',
542
            'microlearning/settings/institutions/delete',
543
        ],
4 efrain 544
        'company-creator' => [
545
            'home',
546
            'signin-admin',
547
            'signin-company',
548
            'dashboard',
549
            'signout',
550
            'storage',
551
            'profile',
552
            'profile/extended',
553
            'profile/cover',
779 geraldo 554
            'profile/header',
555
            'profile/footer',
4 efrain 556
            'profile/image',
557
            'profile/website',
558
            'profile/foundation_year',
559
            'profile/location',
560
            'profile/social-network',
561
            'profile/company-size',
562
            'profile/industry',
563
            'profile/delete',
564
            'users',
565
            'users/change-password',
566
            'users/unblock',
567
            'users/invite',
568
            'users/accept',
569
            'users/cancel',
570
            'users/reject',
571
            'users/edit',
572
            'users/upload',
573
            'feeds',
574
            'followers',
575
            'followers/delete',
576
            'jobs',
577
            'jobs/add',
578
            'jobs/delete',
579
            'jobs/users-who-applied',
580
            'jobs/status',
581
            'jobs/edit',
582
            'jobs/edit/last-date-of-application',
583
            'jobs/edit/employment-type',
584
            'jobs/edit/experience',
585
            'jobs/edit/job-category',
586
            'jobs/edit/extended',
587
            'jobs/edit/location',
588
            'jobs/edit/salary',
589
            'jobs/edit/languages',
590
            'jobs/edit/degrees',
591
            'jobs/edit/skills',
592
            'jobs/edit/how-apply',
25 efrain 593
            'settings',
28 efrain 594
            'settings/competency-types',
595
            'settings/competency-types/add',
596
            'settings/competency-types/edit',
597
            'settings/competency-types/delete',
598
            'settings/competency-types/import',
1102 geraldo 599
            'settings/behaviors',
600
            'settings/behaviors/add',
1138 geraldo 601
            'settings/behaviors/edit',
25 efrain 602
            'settings/competencies',
28 efrain 603
            'settings/competencies/add',
604
            'settings/competencies/edit',
605
            'settings/competencies/delete',
606
            'settings/competencies/import',
607
            'settings/jobs-description',
608
            'settings/jobs-description/add',
609
            'settings/jobs-description/edit',
610
            'settings/jobs-description/delete',
561 geraldo 611
            'settings/jobs-description/report',
846 geraldo 612
            'settings/jobs-description/import',
67 efrain 613
            'settings/positions',
614
            'settings/positions/add',
615
            'settings/positions/edit',
616
            'settings/positions/delete',
1320 efrain 617
            'settings/positions/subordinates',
618
            //'test',
619
            //'test/method-one',
620
            //'test/method-two',
621
            //'test/method-three',
622
            //'test/method-four',
1953 nelberth 623
 
4 efrain 624
        ],
1 www 625
        'company-admin' => [
626
            'home',
627
            'signin-admin',
628
            'signin-company',
629
            'dashboard',
630
            'signout',
631
            'storage',
632
            'profile',
633
            'profile/extended',
634
            'profile/cover',
635
            'profile/image',
779 geraldo 636
            'profile/header',
637
            'profile/footer',
1 www 638
            'profile/website',
639
            'profile/foundation_year',
640
            'profile/location',
641
            'profile/social-network',
642
            'profile/company-size',
643
            'profile/industry',
644
            'profile/delete',
645
            'users',
646
            'users/change-password',
647
            'users/unblock',
648
            'users/invite',
649
            'users/accept',
650
            'users/cancel',
651
            'users/reject',
652
            'users/edit',
653
            'users/upload',
654
            'feeds',
655
            'followers',
656
            'followers/delete',
657
            'jobs',
658
            'jobs/add',
659
            'jobs/delete',
660
            'jobs/users-who-applied',
661
            'jobs/status',
662
            'jobs/edit',
663
            'jobs/edit/last-date-of-application',
664
            'jobs/edit/employment-type',
665
            'jobs/edit/experience',
666
            'jobs/edit/job-category',
667
            'jobs/edit/extended',
668
            'jobs/edit/location',
669
            'jobs/edit/salary',
670
            'jobs/edit/languages',
671
            'jobs/edit/degrees',
672
            'jobs/edit/skills',
673
            'jobs/edit/how-apply',
28 efrain 674
            'settings',
675
            'settings/competency-types',
676
            'settings/competency-types/add',
677
            'settings/competency-types/edit',
678
            'settings/competency-types/delete',
679
            'settings/competency-types/import',
1102 geraldo 680
            'settings/behaviors',
681
            'settings/behaviors/add',
1138 geraldo 682
            'settings/behaviors/edit',
28 efrain 683
            'settings/competencies',
684
            'settings/competencies/add',
685
            'settings/competencies/edit',
686
            'settings/competencies/delete',
687
            'settings/competencies/import',
688
            'settings/jobs-description',
689
            'settings/jobs-description/add',
690
            'settings/jobs-description/edit',
691
            'settings/jobs-description/delete',
561 geraldo 692
            'settings/jobs-description/report',
846 geraldo 693
            'settings/jobs-description/import',
67 efrain 694
            'settings/positions',
695
            'settings/positions/add',
696
            'settings/positions/edit',
697
            'settings/positions/delete',
1320 efrain 698
            'settings/positions/subordinate',
699
            //'test',
700
            //'test/method-one',
701
            //'test/method-two',
702
            //'test/method-three',
703
            //'test/method-four',
1953 nelberth 704
            'planning-objectives-and-goals',
2228 nelberth 705
            'planning-objectives-and-goals/objectives',
2331 nelberth 706
            'planning-objectives-and-goals/objectives/goals',
2379 nelberth 707
            'planning-objectives-and-goals/objectives/goals/add',
708
            'planning-objectives-and-goals/objectives/goals/edit',
709
            'planning-objectives-and-goals/objectives/goals/delete',
2228 nelberth 710
            'planning-objectives-and-goals/objectives/add',
711
            'planning-objectives-and-goals/objectives/delete',
712
            'planning-objectives-and-goals/objectives/edit',
1 www 713
        ],
714
        'company-password-unblock' => [
715
            'home',
716
            'signin-admin',
717
            'signin-company',
718
            'dashboard',
719
            'signout',
720
            'storage',
721
            'users',
722
            'users/change-password',
723
            'users/unblock',
724
        ],
725
        'microlearning-admin' => [
726
            'home',
727
            'signin-admin',
728
            'signin-company',
729
            'dashboard',
730
            'signout',
731
            'storage',
732
            'microlearning',
733
            'microlearning/overview',
187 efrain 734
            'microlearning/reports',
735
            'microlearning/reports/progress',
736
            'microlearning/reports/devices',
737
            'microlearning/reports/comments-for-capsule',
1 www 738
            'microlearning/content',
739
            'microlearning/content/topics',
740
            'microlearning/content/topics/add',
741
            'microlearning/content/topics/edit',
742
            'microlearning/content/topics/delete',
743
            'microlearning/content/capsules',
744
            'microlearning/content/capsules/add',
745
            'microlearning/content/capsules/edit',
746
            'microlearning/content/capsules/delete',
747
            'microlearning/content/capsules/users',
748
            'microlearning/content/slides',
749
            'microlearning/content/slides/add',
750
            'microlearning/content/slides/edit',
751
            'microlearning/content/slides/delete',
752
            'microlearning/content/slides/text',
753
            'microlearning/students',
754
            'microlearning/students/edit',
755
            'microlearning/students/timeline',
756
            'microlearning/access-for-students',
757
            'microlearning/access-for-students/revoke',
758
            'microlearning/access-for-students/unlimit',
759
            'microlearning/access-for-students/cancel',
760
            'microlearning/access-for-students/reactive',
761
            'microlearning/access-for-students/upload',
762
            'microlearning/access-for-students/notification',
763
            'microlearning/settings',
764
            'microlearning/settings/student-types',
765
            'microlearning/settings/student-types/add',
766
            'microlearning/settings/student-types/edit',
767
            'microlearning/settings/student-types/delete',
768
            'microlearning/settings/functions',
769
            'microlearning/settings/functions/add',
770
            'microlearning/settings/functions/edit',
771
            'microlearning/settings/functions/delete',
772
            'microlearning/settings/sectors',
773
            'microlearning/settings/sectors/add',
774
            'microlearning/settings/sectors/edit',
775
            'microlearning/settings/sectors/delete',
776
            'microlearning/settings/programs',
777
            'microlearning/settings/programs/add',
778
            'microlearning/settings/programs/edit',
779
            'microlearning/settings/programs/delete',
780
            'microlearning/settings/groups',
781
            'microlearning/settings/groups/add',
782
            'microlearning/settings/groups/edit',
783
            'microlearning/settings/groups/delete',
784
            'microlearning/settings/companies',
785
            'microlearning/settings/companies/add',
786
            'microlearning/settings/companies/edit',
787
            'microlearning/settings/companies/delete',
788
            'microlearning/settings/partners',
789
            'microlearning/settings/partners/add',
790
            'microlearning/settings/partners/edit',
791
            'microlearning/settings/partners/delete',
792
            'microlearning/settings/institutions',
793
            'microlearning/settings/institutions/add',
794
            'microlearning/settings/institutions/edit',
795
            'microlearning/settings/institutions/delete',
796
        ],
797
        'microlearning-editor' => [
798
            'home',
799
            'signin-admin',
800
            'signin-company',
801
            'dashboard',
802
            'signout',
803
            'storage',
804
            'microlearning',
805
            'microlearning/content',
806
            'microlearning/content/topics',
807
            'microlearning/content/topics/add',
808
            'microlearning/content/topics/edit',
809
            'microlearning/content/topics/delete',
810
            'microlearning/content/capsules',
811
            'microlearning/content/capsules/add',
812
            'microlearning/content/capsules/edit',
813
            'microlearning/content/capsules/delete',
814
            'microlearning/content/capsules/users',
815
            'microlearning/content/slides',
816
            'microlearning/content/slides/add',
817
            'microlearning/content/slides/edit',
818
            'microlearning/content/slides/delete',
819
            'microlearning/content/slides/text',
820
            'microlearning/access-for-students',
821
            'microlearning/access-for-students/revoke',
822
            'microlearning/access-for-students/unlimit',
823
            'microlearning/access-for-students/cancel',
824
            'microlearning/access-for-students/reactive',
825
            'microlearning/access-for-students/upload',
826
            'microlearning/access-for-students/notification',
827
        ],
828
        'microlearning-students-password-unblock' => [
829
            'home',
830
            'signin-admin',
831
            'signin-company',
832
            'dashboard',
833
            'signout',
834
            'storage',
835
            'microlearning',
836
            'microlearning/students',
837
            'microlearning/students/change-password',
838
            'microlearning/students/unblock',
839
        ],
840
        'self-evaluation-admin' => [
114 efrain 841
            'self-evaluation',
842
            'self-evaluation/forms',
843
            'self-evaluation/forms/add',
844
            'self-evaluation/forms/edit',
845
            'self-evaluation/forms/delete',
115 efrain 846
            'self-evaluation/users',
847
            'self-evaluation/users/add',
848
            'self-evaluation/users/delete',
114 efrain 849
            'self-evaluation/reviews',
115 efrain 850
            'self-evaluation/reviews/edit',
470 geraldo 851
            'self-evaluation/reviews/report',
1 www 852
        ],
975 geraldo 853
        'performance-evaluation-admin' => [
854
            'performance-evaluation',
855
            'performance-evaluation/forms',
856
            'performance-evaluation/forms/add',
857
            'performance-evaluation/forms/edit',
858
            'performance-evaluation/forms/delete',
1263 geraldo 859
            'performance-evaluation/forms/report',
1320 efrain 860
            'performance-evaluation/reviews',
861
            'performance-evaluation/reviews/pdf',
1383 efrain 862
 
863
            'performance-evaluation/evaluations',
864
            'performance-evaluation/evaluations/add',
865
            'performance-evaluation/evaluations/edit',
866
            'performance-evaluation/evaluations/delete',
867
            'performance-evaluation/evaluations/users',
868
            'performance-evaluation/evaluations/users/add',
869
            'performance-evaluation/evaluations/users/delete',
870
 
975 geraldo 871
        ],
779 geraldo 872
    ];
1 www 873
}
874
 
779 geraldo 875
function getAclUsertype() {
1 www 876
    return [
877
        UserType::ADMIN => [
878
            'home',
879
            'signin-admin',
880
            'signin-company',
881
            'dashboard',
882
            'signout',
883
            'storage',
884
            'settings',
885
            'settings/company-sizes',
886
            'settings/company-sizes/add',
887
            'settings/company-sizes/edit',
888
            'settings/company-sizes/delete',
889
            'settings/competency-types',
890
            'settings/competency-types/add',
891
            'settings/competency-types/edit',
892
            'settings/competency-types/delete',
1102 geraldo 893
            'settings/behaviors',
894
            'settings/behaviors/add',
1138 geraldo 895
            'settings/behaviors/edit',
1 www 896
            'settings/competencies',
897
            'settings/competencies/add',
898
            'settings/competencies/edit',
899
            'settings/competencies/delete',
900
            'settings/degrees',
901
            'settings/degrees/add',
902
            'settings/degrees/edit',
903
            'settings/degrees/delete',
904
            'settings/email-templates',
905
            'settings/email-templates/edit',
906
            'settings/push-templates',
907
            'settings/push-templates/edit',
908
            'settings/group-types',
909
            'settings/group-types/add',
910
            'settings/group-types/edit',
911
            'settings/group-types/delete',
912
            'settings/industries',
913
            'settings/industries/add',
914
            'settings/industries/edit',
915
            'settings/industries/delete',
916
            'settings/job-categories',
917
            'settings/job-categories/add',
918
            'settings/job-categories/edit',
919
            'settings/job-categories/delete',
838 geraldo 920
            'settings/jobs-description',
921
            'settings/jobs-description/add',
922
            'settings/jobs-description/edit',
923
            'settings/jobs-description/delete',
1 www 924
            'settings/skills',
925
            'settings/skills/add',
926
            'settings/skills/edit',
927
            'settings/skills/delete',
928
            'publications',
929
            'publications/posts',
930
            'publications/posts/add',
931
            'publications/posts/edit',
932
            'publications/posts/delete',
933
            'publications/pages',
934
            'publications/pages/add',
935
            'publications/pages/edit',
936
            'publications/pages/delete',
937
            'companies',
938
            'companies/edit',
939
            'companies/services',
940
            'companies/roles',
941
            'users',
942
            'users/change-password',
943
            'users/unblock',
129 efrain 944
            'users/email-verify',
1 www 945
        ],
946
        UserType::USER => [
947
            'home',
948
            'signin-admin',
949
            'signin-company',
950
            'dashboard',
951
            'signout',
952
            'storage',
1916 nelberth 953
 
1 www 954
        ],
955
        UserType::GUEST => [
956
            'home',
957
            'signin-admin',
958
            'signin-company',
959
            'signout',
1916 nelberth 960
 
1 www 961
        ],
962
    ];
963
}
964
 
779 geraldo 965
function getAclMenuSystem() {
1 www 966
    return [
967
        [
968
            'label' => 'LABEL_HOME',
969
            'route' => 'dashboard',
970
            'class' => 'fa fa-home'
971
        ],
972
        [
973
            'label' => 'LABEL_COMPANIES',
974
            'route' => 'companies',
975
            'class' => 'fa fa-building',
976
        ],
977
        [
978
            'label' => 'LABEL_SETTINGS',
979
            'route' => 'settings',
980
            'class' => 'fa fa-cog',
981
            'pages' => [
982
                [
983
                    'label' => 'LABEL_JOB_CATEGORIES',
984
                    'route' => 'settings/job-categories',
985
                ],
986
                [
987
                    'label' => 'LABEL_COMPETENCIES',
988
                    'route' => 'settings/competencies',
989
                ],
990
                [
991
                    'label' => 'LABEL_EMAIL_TEMPLATES',
992
                    'route' => 'settings/email-templates',
993
                ],
994
                [
995
                    'label' => 'LABEL_PUSH_TEMPLATES',
996
                    'route' => 'settings/push-templates',
997
                ],
998
                [
999
                    'label' => 'LABEL_DEGREES',
1000
                    'route' => 'settings/degrees',
1001
                ],
1002
                [
1003
                    'label' => 'LABEL_SKILLS',
1004
                    'route' => 'settings/skills',
1005
                ],
1006
                [
1007
                    'label' => 'LABEL_INDUSTRIES',
1008
                    'route' => 'settings/industries',
1009
                ],
1010
                [
837 geraldo 1011
                    'label' => 'LABEL_JOBS_DESCRIPTION',
836 geraldo 1012
                    'route' => 'settings/jobs-description',
1013
                ],
1014
                [
1 www 1015
                    'label' => 'LABEL_COMPANY_SIZES',
1016
                    'route' => 'settings/company-sizes',
1017
                ],
1018
                [
1019
                    'label' => 'LABEL_COMPETENCY_TYPES',
1020
                    'route' => 'settings/competency-types',
1021
                ],
1022
                [
1023
                    'label' => 'LABEL_GROUP_TYPES',
1024
                    'route' => 'settings/group-types',
1025
                ],
1026
            ]
1027
        ],
1028
        [
1029
            'label' => 'LABEL_PUBLICATIONS',
1030
            'route' => 'publications',
1031
            'class' => 'fa fa-book',
1032
            'pages' => [
1033
                [
1034
                    'label' => 'LABEL_PAGES',
1035
                    'route' => 'publications/pages',
1036
                ],
1037
                [
1038
                    'label' => 'LABEL_POSTS',
1039
                    'route' => 'publications/posts',
1040
                ],
1041
            ]
1042
        ],
1043
        [
1044
            'label' => 'LABEL_USERS',
1045
            'route' => 'users',
1046
            'class' => 'fa fa-users',
779 geraldo 1047
        /* 'pages' => [
1048
          [
1049
          'label' => 'LABEL_PAGES',
1050
          'route' => 'publications/pages',
1051
          ],
1052
 
1053
          ] */
1 www 1054
        ],
1333 efrain 1055
 
1056
 
1057
 
1058
 
1059
        [
1 www 1060
            'label' => 'LABEL_LOGOUT',
1061
            'route' => 'signout',
1062
            'class' => 'fa fa-sign-out',
1063
        ]
779 geraldo 1064
    ];
1 www 1065
}
1066
 
779 geraldo 1067
function getAclMenuCompany() {
1068
 
1 www 1069
    return [
1070
        [
1071
            'label' => 'LABEL_HOME',
1072
            'route' => 'dashboard',
1073
            'class' => 'fa fa-home'
1074
        ],
1075
        [
1076
            'label' => 'LABEL_JOBS',
1077
            'route' => 'jobs',
1078
            'class' => 'fa fa-briefcase'
1079
        ],
1080
        [
1081
            'label' => 'LABEL_FEEDS',
1082
            'route' => 'feeds',
1083
            'class' => 'fa fa-rss'
1084
        ],
114 efrain 1085
        [
1086
            'label' => 'LABEL_SELF_EVALUATION',
1087
            'route' => 'self-evaluation',
1088
            'class' => 'fa fa-book',
1089
            'pages' => [
1090
                [
1091
                    'label' => 'LABEL_FORMS',
1092
                    'route' => 'self-evaluation/forms',
1093
                ],
115 efrain 1094
                [
1095
                    'label' => 'LABEL_USERS',
1096
                    'route' => 'self-evaluation/users',
246 geraldo 1097
                ],
1098
                [
1099
                    'label' => 'LABEL_REVIEWS',
1100
                    'route' => 'self-evaluation/reviews',
245 geraldo 1101
                ]
779 geraldo 1102
            ],
1103
        ],
1 www 1104
        [
1105
            'label' => 'LABEL_MICRO_LEARNING',
1106
            'route' => 'microlearning',
1107
            'class' => 'fa fa-book',
1108
            'pages' => [
1109
                [
1110
                    'label' => 'LABEL_OVERVIEW',
1111
                    'route' => 'microlearning/overview',
1112
                ],
1113
                [
1114
                    'label' => 'LABEL_REPORTS',
1115
                    'route' => 'microlearning/reports',
2 efrain 1116
                    'pages' => [
1117
                        [
1118
                            'label' => 'LABEL_DEVICES',
1119
                            'route' => 'microlearning/reports/devices',
1120
                        ],
1121
                        [
1122
                            'label' => 'LABEL_PROGRESS',
1123
                            'route' => 'microlearning/reports/progress',
1124
                        ],
779 geraldo 1125
                    ],
1 www 1126
                ],
1127
                [
1128
                    'label' => 'LABEL_CONTENT',
1129
                    'route' => 'microlearning/content',
1130
                    'pages' => [
1131
                        [
66 efrain 1132
                            'label' => 'LABEL_QUIZZES',
1133
                            'route' => 'microlearning/content/quizzes',
1134
                        ],
1135
                        [
1 www 1136
                            'label' => 'LABEL_TOPICS',
1137
                            'route' => 'microlearning/content/topics',
1138
                        ],
1139
                        [
1140
                            'label' => 'LABEL_CAPSULES',
1141
                            'route' => 'microlearning/content/capsules',
1142
                        ],
1143
                        [
1144
                            'label' => 'LABEL_SLIDES',
1145
                            'route' => 'microlearning/content/slides',
1146
                        ],
1147
                    ]
1148
                ],
1149
                [
1150
                    'label' => 'LABEL_ACCESS_FOR_STUDENTS',
1151
                    'route' => 'microlearning/access-for-students',
1152
                ],
1153
                [
1154
                    'label' => 'LABEL_STUDENTS',
1155
                    'route' => 'microlearning/students',
1156
                ],
1157
                [
1158
                    'label' => 'LABEL_FILTERS',
1159
                    'route' => 'microlearning/settings',
1160
                    'pages' => [
1161
                        [
1162
                            'label' => 'LABEL_COMPANIES',
1163
                            'route' => 'microlearning/settings/companies',
1164
                        ],
1165
                        [
1166
                            'label' => 'LABEL_FUNCTIONS',
1167
                            'route' => 'microlearning/settings/functions',
1168
                        ],
1169
                        [
1170
                            'label' => 'LABEL_GROUPS',
1171
                            'route' => 'microlearning/settings/groups',
1172
                        ],
1173
                        [
1174
                            'label' => 'LABEL_INSTITUTIONS',
1175
                            'route' => 'microlearning/settings/institutions',
1176
                        ],
1177
                        [
1178
                            'label' => 'LABEL_PROGRAMS',
1179
                            'route' => 'microlearning/settings/programs',
1180
                        ],
1181
                        [
1182
                            'label' => 'LABEL_PARTNERS',
1183
                            'route' => 'microlearning/settings/partners',
1184
                        ],
1185
                        [
1186
                            'label' => 'LABEL_SECTORS',
1187
                            'route' => 'microlearning/settings/sectors',
1188
                        ],
1189
                        [
1190
                            'label' => 'LABEL_STUDENT_TYPES',
1191
                            'route' => 'microlearning/settings/student-types',
1192
                        ],
779 geraldo 1193
                    ],
1 www 1194
                ]
1195
            ]
1196
        ],
1197
        [
560 geraldo 1198
            'label' => 'LABEL_JOB_POSITION',
28 efrain 1199
            'route' => 'settings',
1200
            'class' => 'fa fa-book',
1201
            'pages' => [
1202
                [
66 efrain 1203
                    'label' => 'LABEL_JOBS_DESCRIPTION',
1204
                    'route' => 'settings/jobs-description',
28 efrain 1205
                ],
1206
                [
1207
                    'label' => 'LABEL_COMPETENCIES',
1208
                    'route' => 'settings/competencies',
1209
                ],
66 efrain 1210
                [
1211
                    'label' => 'LABEL_COMPETENCY_TYPES',
1212
                    'route' => 'settings/competency-types',
1213
                ],
67 efrain 1214
                [
1215
                    'label' => 'LABEL_POSITIONS',
1216
                    'route' => 'settings/positions',
1217
                ],
28 efrain 1218
            ]
779 geraldo 1219
        ],
22 steven 1220
        [
1090 geraldo 1221
            'label' => 'LABEL_PERFORMANCE_EVALUATION_MENU',
976 geraldo 1222
            'route' => 'performance-evaluation',
1223
            'class' => 'fa fa-book',
1224
            'pages' => [
1225
                [
1226
                    'label' => 'LABEL_FORMS',
1227
                    'route' => 'performance-evaluation/forms',
1228
                ],
1383 efrain 1229
 
976 geraldo 1230
                [
1383 efrain 1231
                    'label' => 'LABEL_TESTS',
1232
                    'route' => 'performance-evaluation/evaluations',
1233
                ]
976 geraldo 1234
            ],
946 geraldo 1235
        ],
1332 eleazar 1236
       /* [
1321 eleazar 1237
            'label' => 'LABEL_JOB_INTERVIEW_MENU',
1238
            'route' => 'JobInterview',
1239
            'class' => 'fa fa-book',
1240
            'pages' => [
1241
                [
1242
                    'label' => 'LABEL_FORMS',
1243
                    'route' => 'JobInterview/forms',
1244
                ],
1245
                [
1246
                    'label' => 'LABEL_REVIEWS',
1247
                    'route' => 'JobInterview/reviews',
1248
                ]
1249
            ],
1332 eleazar 1250
        ],*/
1321 eleazar 1251
        [
1 www 1252
            'label' => 'LABEL_PROFILE',
1253
            'route' => 'profile',
1254
            'class' => 'fa fa-picture-o'
1255
        ],
1256
        [
1257
            'label' => 'LABEL_FOLLOWERS',
1258
            'route' => 'followers',
1259
            'class' => 'fa fa-heart'
1260
        ],
1261
        [
1262
            'label' => 'LABEL_USERS',
1263
            'route' => 'users',
1264
            'class' => 'fa fa-users',
1265
        ],
1334 efrain 1266
 
1 www 1267
        [
1334 efrain 1268
            'label' => 'LABEL_OWN_PROFESSIONAL_NETWORK',
1269
            'route' => 'own-professional-network',
1270
            'class' => 'fa fa-book',
1271
        ],
1272
 
1273
        [
1274
            'label' => 'LABEL_ORGANIZATIONAL_DESIGN',
1275
            'route' =>  'organizational-design',
1276
            'class' => 'fa fa-book',
1277
        ],
1278
 
1279
        [
1280
            'label' => 'LABEL_PLANNING_OBJECTIVES_AND_GOALS',
2238 nelberth 1281
            'route' => 'planning-objectives-and-goals/objectives',
2331 nelberth 1282
            'planning-objectives-and-goals/objectives/goals',
2379 nelberth 1283
            'planning-objectives-and-goals/objectives/goals/add',
1284
            'planning-objectives-and-goals/objectives/goals/edit',
1285
            'planning-objectives-and-goals/objectives/goals/delete',
1689 nelberth 1286
            'class' => 'fa fa-street-view',
1334 efrain 1287
        ],
1288
 
1289
 
1290
        [
1291
            'label' => 'LABEL_DEVELOPMENT_AND_TRAINING',
1292
            'route' => 'development-and-training',
1293
            'class' => 'fa fa-book',
1294
        ],
1295
 
1296
 
1297
        [
1298
            'label' => 'LABEL_RECRUITMENT_AND_SELECTION',
1477 efrain 1299
            'route' => 'recruitment-and-selection',
1334 efrain 1300
            'class' => 'fa fa-book',
1342 eleazar 1301
            'pages' => [
1302
                [
1463 eleazar 1303
                    'label' => 'LABEL_VACANCIES',
1478 eleazar 1304
                    'route' => 'recruitment-and-selection/vacancies',
1342 eleazar 1305
                ],
1459 eleazar 1306
 
1307
                [
1308
                    'label' => 'LABEL_CANDIDATES',
1478 eleazar 1309
                    'route' => 'recruitment-and-selection/candidates',
1709 eleazar 1310
                ],
1311
                [
1312
                    'label' => 'LABEL_INTERVIEW',
1313
                    'route' => 'recruitment-and-selection/interview',
1314
                    'pages' => [
1315
                        [
1316
                            'label' => 'LABEL_FORM',
1317
                            'route' => 'recruitment-and-selection/interview/form',
1318
                        ],
1319
                        [
1320
                            'label' => 'LABEL_TEST',
1321
                            'route' => 'recruitment-and-selection/interview/test',
1322
                        ],
1323
                        [
1324
                            'label' => 'LABEL_REPORT',
1325
                            'route' => 'recruitment-and-selection/interview/report'
1326
                        ],
1327
                    ]
1463 eleazar 1328
                ]
1342 eleazar 1329
             ],
1334 efrain 1330
        ],
1331
 
1332
        [
1333
            'label' => 'LABEL_INDUCTION',
1334
            'route' => 'induction',
1335
            'class' => 'fa fa-book',
1336
        ],
1337
 
1338
 
1339
        [
1340
            'label' => 'LABEL_ORGANIZATIONAL_CLIMATE',
1341
            'route' => 'organizational-climate',
1342
            'class' => 'fa fa-book',
1343
        ],
1344
 
1345
        [
1346
            'label' => 'LABEL_CULTURE',
1347
            'route' =>  'culture',
1348
            'class' => 'fa fa-book',
1349
        ],
1350
 
1351
        [
1352
            'label' => 'LABEL_COMMUNICATION',
1353
            'route' =>  'communication',
1354
            'class' => 'fa fa-book',
1355
        ],
1356
 
1357
        [
1358
            'label' => 'LABEL_CAREER_DEVELOPMENT',
1359
            'route' =>  'career-development',
1360
            'class' => 'fa fa-book',
1361
        ],
1362
 
1363
        [
1364
            'label' => 'LABEL_SURVEYS',
1365
            'route' =>  'surveys',
1366
            'class' => 'fa fa-book',
1367
        ],
1368
 
1369
        [
1370
            'label' => 'LABEL_BUILDING_MY_FUTURE',
1371
            'route' =>  'building-my-future',
1372
            'class' => 'fa fa-book',
1373
        ],
1374
 
1375
        [
1376
            'label' => 'LABEL_HIGH_PERFORMANCE_TEAMS',
1377
            'route' =>  'high-performance-teams',
1378
            'class' => 'fa fa-book',
1379
        ],
1380
 
1381
        [
1382
            'label' => 'LABEL_MY_TRAINER',
1383
            'route' => 'my-trainer',
1384
            'class' => 'fa fa-book',
1385
        ],
1386
 
1387
 
1336 efrain 1388
 
1334 efrain 1389
        [
1 www 1390
            'label' => 'LABEL_LOGOUT',
1391
            'route' => 'signout',
1392
            'class' => 'fa fa-sign-out',
1393
        ]
1394
    ];
1395
}