Proyectos de Subversion LeadersLinked - Backend

Rev

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