Proyectos de Subversion LeadersLinked - Backend

Rev

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