Proyectos de Subversion LeadersLinked - Backend

Rev

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