Proyectos de Subversion LeadersLinked - Backend

Rev

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