Proyectos de Subversion LeadersLinked - Backend

Rev

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