Proyectos de Subversion LeadersLinked - Backend

Rev

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