Proyectos de Subversion LeadersLinked - Backend

Rev

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