Proyectos de Subversion LeadersLinked - Backend

Rev

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