Proyectos de Subversion LeadersLinked - Backend

Rev

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