Proyectos de Subversion LeadersLinked - Backend

Rev

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