Proyectos de Subversion LeadersLinked - Backend

Rev

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