Proyectos de Subversion LeadersLinked - Backend

Rev

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