Proyectos de Subversion LeadersLinked - Backend

Rev

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