Proyectos de Subversion LeadersLinked - Backend

Rev

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