Proyectos de Subversion LeadersLinked - Backend

Rev

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

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