Proyectos de Subversion LeadersLinked - Backend

Rev

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