Proyectos de Subversion LeadersLinked - Backend

Rev

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