Proyectos de Subversion LeadersLinked - Backend

Rev

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