Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 7812 | Rev 7870 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

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