Proyectos de Subversion LeadersLinked - Backend

Rev

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