Proyectos de Subversion LeadersLinked - Backend

Rev

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