Proyectos de Subversion LeadersLinked - Backend

Rev

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