Proyectos de Subversion LeadersLinked - Backend

Rev

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