Proyectos de Subversion LeadersLinked - Backend

Rev

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