Proyectos de Subversion LeadersLinked - Backend

Rev

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