Proyectos de Subversion LeadersLinked - Backend

Rev

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