Proyectos de Subversion LeadersLinked - Backend

Rev

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