Proyectos de Subversion LeadersLinked - Backend

Rev

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