Proyectos de Subversion LeadersLinked - Backend

Rev

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