Proyectos de Subversion LeadersLinked - Backend

Rev

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