Proyectos de Subversion LeadersLinked - Backend

Rev

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