Proyectos de Subversion LeadersLinked - Backend

Rev

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