Proyectos de Subversion LeadersLinked - Backend

Rev

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

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