Proyectos de Subversion LeadersLinked - Backend

Rev

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