Proyectos de Subversion LeadersLinked - Backend

Rev

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