Proyectos de Subversion LeadersLinked - Backend

Rev

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