Proyectos de Subversion LeadersLinked - Backend

Rev

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