Proyectos de Subversion LeadersLinked - Backend

Rev

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