Proyectos de Subversion LeadersLinked - Backend

Rev

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