Proyectos de Subversion LeadersLinked - Backend

Rev

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