Proyectos de Subversion LeadersLinked - Backend

Rev

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