Proyectos de Subversion LeadersLinked - Backend

Rev

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

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