Proyectos de Subversion LeadersLinked - Backend

Rev

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