Proyectos de Subversion LeadersLinked - Backend

Rev

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

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