Proyectos de Subversion LeadersLinked - Backend

Rev

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