Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 13572 | Rev 13652 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

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