Proyectos de Subversion LeadersLinked - Backend

Rev

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