Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 14691 | Rev 14743 | 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',
14279 kerby 26
        'settings/behaviors/delete',
1 www 27
        'settings/competencies',
28
        'settings/competencies/add',
29
        'settings/competencies/edit',
30
        'settings/competencies/delete',
28 efrain 31
        'settings/competencies/import',
1 www 32
        'settings/degrees',
33
        'settings/degrees/add',
34
        'settings/degrees/edit',
35
        'settings/degrees/delete',
36
        'settings/email-templates',
37
        'settings/email-templates/edit',
38
        'settings/push-templates',
39
        'settings/push-templates/edit',
40
        'settings/group-types',
41
        'settings/group-types/add',
42
        'settings/group-types/edit',
43
        'settings/group-types/delete',
44
        'settings/industries',
45
        'settings/industries/add',
46
        'settings/industries/edit',
47
        'settings/industries/delete',
1328 eleazar 48
        //'settings/jobs-interview',
49
        //'settings/jobs-interview/form',
50
        //'settings/jobs-interview/form/add',
51
        //'settings/jobs-interview/form/delete',
52
        //'settings/jobs-interview/form/edit',
1 www 53
        'settings/job-categories',
54
        'settings/job-categories/add',
55
        'settings/job-categories/edit',
56
        'settings/job-categories/delete',
28 efrain 57
        'settings/jobs-description',
58
        'settings/jobs-description/add',
59
        'settings/jobs-description/edit',
60
        'settings/jobs-description/delete',
561 geraldo 61
        'settings/jobs-description/report',
846 geraldo 62
        'settings/jobs-description/import',
67 efrain 63
        'settings/positions',
64
        'settings/positions/add',
65
        'settings/positions/edit',
66
        'settings/positions/delete',
1320 efrain 67
        'settings/positions/subordinates',
1 www 68
        'settings/skills',
69
        'settings/skills/add',
70
        'settings/skills/edit',
71
        'settings/skills/delete',
72
        'publications',
73
        'publications/posts',
74
        'publications/posts/add',
75
        'publications/posts/edit',
76
        'publications/posts/delete',
77
        'publications/pages',
78
        'publications/pages/add',
79
        'publications/pages/edit',
80
        'publications/pages/delete',
81
        'users',
82
        'users/change-password',
83
        'users/unblock',
84
        'users/invite',
85
        'users/accept',
86
        'users/cancel',
87
        'users/reject',
88
        'users/edit',
89
        'users/upload',
129 efrain 90
        'users/email-verify',
1 www 91
        'companies',
92
        'companies/edit',
93
        'companies/services',
94
        'companies/roles',
95
        //Company
96
        'profile',
97
        'profile/extended',
98
        'profile/cover',
99
        'profile/image',
779 geraldo 100
        'profile/header',
101
        'profile/footer',
1 www 102
        'profile/website',
103
        'profile/foundation_year',
104
        'profile/location',
105
        'profile/social-network',
106
        'profile/company-size',
107
        'profile/industry',
108
        'profile/delete',
13065 nelberth 109
 
1 www 110
        'feeds',
111
        'feeds/timeline',
10123 nelberth 112
        'feeds/onefeed',
1 www 113
        'feeds/delete',
114
        'feeds/comments',
115
        'feeds/comments/delete',
8395 nelberth 116
        'feeds/comments/answer',
117
 
118
 
1 www 119
        'feeds/add',
120
        'followers',
121
        'followers/delete',
114 efrain 122
        'self-evaluation',
123
        'self-evaluation/forms',
124
        'self-evaluation/forms/add',
125
        'self-evaluation/forms/edit',
126
        'self-evaluation/forms/delete',
115 efrain 127
        'self-evaluation/users',
128
        'self-evaluation/users/add',
129
        'self-evaluation/users/delete',
114 efrain 130
        'self-evaluation/reviews',
115 efrain 131
        'self-evaluation/reviews/edit',
470 geraldo 132
        'self-evaluation/reviews/report',
946 geraldo 133
        'performance-evaluation',
134
        'performance-evaluation/forms',
135
        'performance-evaluation/forms/add',
136
        'performance-evaluation/forms/edit',
137
        'performance-evaluation/forms/delete',
1383 efrain 138
        'performance-evaluation/evaluations',
139
        'performance-evaluation/evaluations/add',
7870 eleazar 140
        'performance-evaluation/evaluations/self',
141
        'performance-evaluation/evaluations/both',
142
        'performance-evaluation/evaluations/superviser',
8068 eleazar 143
        'performance-evaluation/evaluations/user-by-email',
1383 efrain 144
        'performance-evaluation/evaluations/edit',
145
        'performance-evaluation/evaluations/delete',
8220 eleazar 146
        'performance-evaluation/evaluations/report-self',
147
        'performance-evaluation/evaluations/report-both',
8249 eleazar 148
        'performance-evaluation/evaluations/report-superviser',
1383 efrain 149
        'performance-evaluation/evaluations/users',
150
        'performance-evaluation/evaluations/users/add',
151
        'performance-evaluation/evaluations/users/delete',
152
 
1263 geraldo 153
        'performance-evaluation/forms/report',
1320 efrain 154
        'performance-evaluation/reviews',
155
        'performance-evaluation/reviews/pdf',
1477 efrain 156
 
157
        'recruitment-and-selection',
158
        'recruitment-and-selection/vacancies',
159
        'recruitment-and-selection/vacancies/add',
160
        'recruitment-and-selection/vacancies/edit',
161
        'recruitment-and-selection/vacancies/delete',
162
        'recruitment-and-selection/candidates',
163
        'recruitment-and-selection/candidates/add',
164
        'recruitment-and-selection/candidates/edit',
165
        'recruitment-and-selection/candidates/delete',
1636 eleazar 166
        'recruitment-and-selection/user-by-email',
1710 eleazar 167
        'recruitment-and-selection/interview',
1709 eleazar 168
        'recruitment-and-selection/interview/form',
8757 eleazar 169
        'recruitment-and-selection/interview/form/file',
1709 eleazar 170
        'recruitment-and-selection/interview/form/add',
171
        'recruitment-and-selection/interview/form/edit',
172
        'recruitment-and-selection/interview/form/delete',
173
        'recruitment-and-selection/interview/report',
3587 eleazar 174
        'recruitment-and-selection/interview/vacancy',
4367 eleazar 175
        'recruitment-and-selection/interview/type',
8782 eleazar 176
        'recruitment-and-selection/interview/file',
177
        'recruitment-and-selection/interview/file/add',
178
        'recruitment-and-selection/interview/file/edit',
179
        'recruitment-and-selection/interview/file/delete',
4375 eleazar 180
        'survey',
4579 eleazar 181
        'survey/add',
182
        'survey/edit',
183
        'survey/delete',
184
        'survey/segment',
4375 eleazar 185
        'survey/form',
186
        'survey/form/add',
187
        'survey/form/edit',
188
        'survey/form/delete',
5287 eleazar 189
        'survey/test',
190
        'survey/test/add',
6662 eleazar 191
        'survey/test/report',
5287 eleazar 192
        'survey/test/delete',
5823 eleazar 193
        'survey/report',
6497 eleazar 194
        'survey/report/overview',
5823 eleazar 195
        'survey/report/all',
7024 eleazar 196
        'survey/report/csv',
7218 eleazar 197
        'organizational-climate',
198
        'organizational-climate/add',
199
        'organizational-climate/edit',
200
        'organizational-climate/delete',
201
        'organizational-climate/segment',
202
        'organizational-climate/form',
203
        'organizational-climate/form/add',
204
        'organizational-climate/form/edit',
205
        'organizational-climate/form/delete',
206
        'organizational-climate/test',
207
        'organizational-climate/test/add',
208
        'organizational-climate/test/report',
209
        'organizational-climate/test/delete',
210
        'organizational-climate/report',
211
        'organizational-climate/report/overview',
212
        'organizational-climate/report/all',
213
        'organizational-climate/report/csv',
1 www 214
        'jobs',
215
        'jobs/add',
216
        'jobs/delete',
217
        'jobs/users-who-applied',
218
        'jobs/edit',
219
        'jobs/edit/title',
220
        'jobs/edit/status',
221
        'jobs/edit/last-date-of-application',
222
        'jobs/edit/employment-type',
223
        'jobs/edit/experience',
224
        'jobs/edit/job-category',
225
        'jobs/edit/extended',
226
        'jobs/edit/location',
227
        'jobs/edit/salary',
228
        'jobs/edit/languages',
229
        'jobs/edit/degrees',
230
        'jobs/edit/skills',
231
        'jobs/edit/how-apply',
232
        'microlearning',
233
        'microlearning/overview',
234
        'microlearning/reports',
2 efrain 235
        'microlearning/reports/progress',
14610 efrain 236
        'microlearning/reports/progress-for-capsule',
2 efrain 237
        'microlearning/reports/devices',
187 efrain 238
        'microlearning/reports/comments-for-capsule',
1 www 239
        'microlearning/content',
240
        'microlearning/content/topics',
241
        'microlearning/content/topics/add',
242
        'microlearning/content/topics/edit',
243
        'microlearning/content/topics/delete',
244
        'microlearning/content/capsules',
245
        'microlearning/content/capsules/add',
246
        'microlearning/content/capsules/edit',
247
        'microlearning/content/capsules/delete',
248
        'microlearning/content/capsules/users',
249
        'microlearning/content/slides',
250
        'microlearning/content/slides/add',
251
        'microlearning/content/slides/edit',
252
        'microlearning/content/slides/delete',
253
        'microlearning/content/slides/text',
66 efrain 254
        'microlearning/content/quizzes',
255
        'microlearning/content/quizzes/add',
256
        'microlearning/content/quizzes/edit',
257
        'microlearning/content/quizzes/delete',
258
        'microlearning/content/quizzes/check',
259
        'microlearning/content/quizzes/publish',
260
        'microlearning/content/quizzes/copy',
261
        'microlearning/content/quizzes/questions',
262
        'microlearning/content/quizzes/questions/add',
263
        'microlearning/content/quizzes/questions/edit',
264
        'microlearning/content/quizzes/questions/delete',
265
        'microlearning/content/quizzes/questions/answers',
266
        'microlearning/content/quizzes/questions/answers/add',
267
        'microlearning/content/quizzes/questions/answers/edit',
268
        'microlearning/content/quizzes/questions/answers/delete',
1 www 269
        'microlearning/access-for-students',
270
        'microlearning/access-for-students/revoke',
271
        'microlearning/access-for-students/unlimit',
272
        'microlearning/access-for-students/cancel',
273
        'microlearning/access-for-students/reactive',
274
        'microlearning/access-for-students/upload',
275
        'microlearning/access-for-students/notification',
276
        'microlearning/students',
277
        'microlearning/students/edit',
278
        'microlearning/students/timeline',
279
        'microlearning/students/change-password',
280
        'microlearning/students/unblock',
281
        'microlearning/settings',
282
        'microlearning/settings/student-types',
283
        'microlearning/settings/student-types/add',
284
        'microlearning/settings/student-types/edit',
285
        'microlearning/settings/student-types/delete',
286
        'microlearning/settings/functions',
287
        'microlearning/settings/functions/add',
288
        'microlearning/settings/functions/edit',
289
        'microlearning/settings/functions/delete',
290
        'microlearning/settings/sectors',
291
        'microlearning/settings/sectors/add',
292
        'microlearning/settings/sectors/edit',
293
        'microlearning/settings/sectors/delete',
294
        'microlearning/settings/programs',
295
        'microlearning/settings/programs/add',
296
        'microlearning/settings/programs/edit',
297
        'microlearning/settings/programs/delete',
298
        'microlearning/settings/groups',
299
        'microlearning/settings/groups/add',
300
        'microlearning/settings/groups/edit',
301
        'microlearning/settings/groups/delete',
302
        'microlearning/settings/companies',
303
        'microlearning/settings/companies/add',
304
        'microlearning/settings/companies/edit',
305
        'microlearning/settings/companies/delete',
306
        'microlearning/settings/partners',
307
        'microlearning/settings/partners/add',
308
        'microlearning/settings/partners/edit',
309
        'microlearning/settings/partners/delete',
310
        'microlearning/settings/institutions',
311
        'microlearning/settings/institutions/add',
312
        'microlearning/settings/institutions/edit',
313
        'microlearning/settings/institutions/delete',
314
        //'microlearning/devices',
315
        //'microlearning/devices/notification',
1320 efrain 316
        //'test',
317
        //'test/method-one',
318
        //'test/method-two',
319
        //'test/method-three',
320
        //'test/method-four',
1333 efrain 321
 
1336 efrain 322
 
1333 efrain 323
        'own-professional-network',
324
        'organizational-design',
325
        'planning-objectives-and-goals',
2228 nelberth 326
        'planning-objectives-and-goals/objectives',
3462 nelberth 327
        'planning-objectives-and-goals/objectives/report',
3988 nelberth 328
        'planning-objectives-and-goals/objectives/reportall',
4041 nelberth 329
        'planning-objectives-and-goals/objectives/matriz',
2331 nelberth 330
        'planning-objectives-and-goals/objectives/goals',
2379 nelberth 331
        'planning-objectives-and-goals/objectives/goals/add',
332
        'planning-objectives-and-goals/objectives/goals/edit',
333
        'planning-objectives-and-goals/objectives/goals/delete',
2517 nelberth 334
        'planning-objectives-and-goals/objectives/goals/task',
335
        'planning-objectives-and-goals/objectives/goals/task/add',
336
        'planning-objectives-and-goals/objectives/goals/task/edit',
337
        'planning-objectives-and-goals/objectives/goals/task/delete',
2822 nelberth 338
        'planning-objectives-and-goals/objectives/goals/task/view',
2228 nelberth 339
        'planning-objectives-and-goals/objectives/add',
340
        'planning-objectives-and-goals/objectives/delete',
341
        'planning-objectives-and-goals/objectives/edit',
4589 nelberth 342
 
4535 nelberth 343
        'high-performance-teams',
7222 nelberth 344
        'high-performance-teams/groups',
7228 nelberth 345
        'high-performance-teams/groups/add',
346
        'high-performance-teams/groups/edit',
347
        'high-performance-teams/groups/delete',
7233 nelberth 348
        'high-performance-teams/groups/view',
11902 nelberth 349
        'high-performance-teams/groups/view/feeds',
350
        'high-performance-teams/groups/view/feeds/timeline',
351
        'high-performance-teams/groups/view/feeds/onefeed',
352
        'high-performance-teams/groups/view/feeds/delete',
353
        'high-performance-teams/groups/view/feeds/comments',
354
        'high-performance-teams/groups/view/feeds/comments/delete',
355
        'high-performance-teams/groups/view/feeds/comments/answer',
356
        'high-performance-teams/groups/view/feeds/add',
7484 nelberth 357
        'high-performance-teams/groups/view/topic',
358
        'high-performance-teams/groups/view/topic/add',
359
        'high-performance-teams/groups/view/topic/edit',
360
        'high-performance-teams/groups/view/topic/delete',
7637 nelberth 361
        'high-performance-teams/groups/view/topic/view',
8687 nelberth 362
        'high-performance-teams/groups/view/urgent',
9096 nelberth 363
        'high-performance-teams/groups/view/calendar',
9923 nelberth 364
        'high-performance-teams/groups/view/calendar/view',
10143 nelberth 365
        'high-performance-teams/groups/view/foro',
366
        'high-performance-teams/groups/view/foro/view',
9619 nelberth 367
        'high-performance-teams/groups/view/foro/categories',
9635 nelberth 368
        'high-performance-teams/groups/view/foro/categories/add',
369
        'high-performance-teams/groups/view/foro/categories/delete',
370
        'high-performance-teams/groups/view/foro/categories/edit',
371
        'high-performance-teams/groups/view/foro/categories/view',
9760 nelberth 372
        'high-performance-teams/groups/view/foro/categories/articles',
9845 nelberth 373
        'high-performance-teams/groups/view/foro/categories/articles/add',
374
        'high-performance-teams/groups/view/foro/categories/articles/edit',
375
        'high-performance-teams/groups/view/foro/categories/articles/delete',
376
        'high-performance-teams/groups/view/foro/categories/articles/view',
12407 nelberth 377
        'high-performance-teams/groups/view/objectives',
378
        'high-performance-teams/groups/view/objectives/report',
379
        'high-performance-teams/groups/view/objectives/reportall',
380
        'high-performance-teams/groups/view/objectives/matriz',
381
        'high-performance-teams/groups/view/objectives/goals',
382
        'high-performance-teams/groups/view/objectives/goals/add',
383
        'high-performance-teams/groups/view/objectives/goals/edit',
384
        'high-performance-teams/groups/view/objectives/goals/delete',
385
        'high-performance-teams/groups/view/objectives/goals/task',
386
        'high-performance-teams/groups/view/objectives/goals/task/add',
387
        'high-performance-teams/groups/view/objectives/goals/task/edit',
388
        'high-performance-teams/groups/view/objectives/goals/task/delete',
389
        'high-performance-teams/groups/view/objectives/goals/task/view',
390
        'high-performance-teams/groups/view/objectives/add',
391
        'high-performance-teams/groups/view/objectives/delete',
392
        'high-performance-teams/groups/view/objectives/edit',
9424 nelberth 393
 
8633 nelberth 394
 
11342 nelberth 395
 
7812 nelberth 396
        'high-performance-teams/groups/view/members',
8012 nelberth 397
        'high-performance-teams/groups/view/members/invite',
7813 nelberth 398
        'high-performance-teams/groups/view/members/delete',
10289 nelberth 399
        'high-performance-teams/groups/view/members/edit',
11430 nelberth 400
 
11342 nelberth 401
        'chat',
402
        'chat/heart-beat',
403
        'chat/create-group',
404
        'chat/add-user-to-group',
405
        'chat/mark-seen',
406
        'chat/mark-received',
407
        'chat/remove-user-from-group',
408
        'chat/get-all-messages',
409
        'chat/send',
410
        'chat/get-contacts-availables-for-group',
411
        'chat/get-contact-group-list',
412
        'chat/leave-group',
413
        'chat/delete-group',
414
        'chat/close',
415
        'chat/clear',
14692 efrain 416
        'chat/open',
11342 nelberth 417
        'chat/upload',
11430 nelberth 418
        'csrf',
7481 nelberth 419
 
7255 nelberth 420
 
7222 nelberth 421
 
4588 nelberth 422
        //'group/accept',
423
        //'group/reject',
7220 nelberth 424
 
7222 nelberth 425
 
4588 nelberth 426
 
427
 
428
 
1333 efrain 429
        'development-and-training',
13353 eleazar 430
 
431
        'development-and-content',
432
        'development-and-content/feed',
433
        'development-and-content/comments',
434
        'development-and-content/comments/delete',
435
        'development-and-content/comment/answer',
436
        'development-and-content/category',
437
        'development-and-content/category/add',
438
        'development-and-content/category/edit',
439
        'development-and-content/category/delete',
440
        'development-and-content/waiting',
441
        'development-and-content/waiting/add',
442
        'development-and-content/waiting/delete',
13411 eleazar 443
        'development-and-content/waiting/aproved',
13353 eleazar 444
        'development-and-content/waiting/edit',
14411 kerby 445
        'development-and-content/waiting/getContent',
14459 kerby 446
        'development-and-content/waiting/filter',
13353 eleazar 447
        'development-and-content/waiting/curated',
13573 eleazar 448
        'development-and-content/waiting/intern',
449
        'development-and-content/waiting/extern',
13988 eleazar 450
        'development-and-content/waiting/categories',
1333 efrain 451
        'induction',
13524 nelberth 452
 
1333 efrain 453
        'culture',
13524 nelberth 454
 
455
        'inmail',
456
        'inmail/search-people',
13553 nelberth 457
        'inmail/view/message',
458
        'inmail/view',
13771 nelberth 459
        'inmail/sendall',
13553 nelberth 460
        'inmail/view/message/send',
461
 
13778 nelberth 462
        'inmail/company',
463
        'inmail/company/message',
464
        'inmail/company/message/send',
465
 
1333 efrain 466
        'communication',
13675 nelberth 467
        'communication/inbox',
13731 nelberth 468
        'communication/inbox/sendall',
13675 nelberth 469
        'communication/inbox/search-people',
470
        'communication/inbox/view/message',
471
        'communication/inbox/view',
472
        'communication/inbox/view/message/send',
13525 nelberth 473
 
474
 
1333 efrain 475
        'career-development',
476
        'building-my-future',
4410 nelberth 477
 
4391 nelberth 478
        'my-trainer',
8462 eleazar 479
        'my-trainer/category',
480
        'my-trainer/category/add',
481
        'my-trainer/category/edit',
482
        'my-trainer/category/delete',
483
        'my-trainer/question',
484
        'my-trainer/question/add',
485
        'my-trainer/question/edit',
486
        'my-trainer/question/delete',
11168 eleazar 487
        'my-trainer/question/view',
11842 eleazar 488
        'my-trainer/question/answer',
489
        'my-trainer/question/answer/add',
490
        'my-trainer/question/answer/edit',
491
        'my-trainer/question/answer/delete',
11873 eleazar 492
        'my-trainer/question/answer/feed',
11921 eleazar 493
        'my-trainer/question/answer/timeline',
11842 eleazar 494
        'my-trainer/question/answer/comments',
495
        'my-trainer/question/answer/comments/delete',
496
        'my-trainer/question/answer/comments/answer',
1 www 497
    ];
498
}
499
 
779 geraldo 500
function getAclRolesCompany() {
1 www 501
    return [
502
        'creator' => [
503
            'home',
504
            'signin-admin',
505
            'signin-company',
506
            'dashboard',
507
            'signout',
508
            'storage',
509
            'profile',
510
            'profile/extended',
511
            'profile/cover',
512
            'profile/image',
779 geraldo 513
            'profile/header',
514
            'profile/footer',
1 www 515
            'profile/website',
516
            'profile/foundation_year',
517
            'profile/location',
518
            'profile/social-network',
519
            'profile/company-size',
520
            'profile/industry',
521
            'profile/delete',
522
            'users',
523
            'users/change-password',
524
            'users/unblock',
525
            'users/invite',
526
            'users/accept',
527
            'users/cancel',
528
            'users/reject',
529
            'users/edit',
530
            'users/upload',
531
            'feeds',
532
            'feeds/timeline',
10123 nelberth 533
            'feeds/onefeed',
1 www 534
            'feeds/delete',
535
            'feeds/comments',
536
            'feeds/comments/delete',
8395 nelberth 537
            'feeds/comments/answer',
1 www 538
            'feeds/add',
539
            'followers',
540
            'followers/delete',
541
            'jobs',
542
            'jobs/add',
543
            'jobs/delete',
544
            'jobs/users-who-applied',
545
            'jobs/edit',
546
            'jobs/edit/title',
547
            'jobs/edit/status',
548
            'jobs/edit/last-date-of-application',
549
            'jobs/edit/employment-type',
550
            'jobs/edit/experience',
551
            'jobs/edit/job-category',
552
            'jobs/edit/extended',
553
            'jobs/edit/location',
554
            'jobs/edit/salary',
555
            'jobs/edit/languages',
556
            'jobs/edit/degrees',
557
            'jobs/edit/skills',
558
            'jobs/edit/how-apply',
26 efrain 559
            'settings',
28 efrain 560
            'settings/competency-types',
561
            'settings/competency-types/add',
562
            'settings/competency-types/edit',
563
            'settings/competency-types/delete',
564
            'settings/competency-types/import',
1102 geraldo 565
            'settings/behaviors',
566
            'settings/behaviors/add',
1138 geraldo 567
            'settings/behaviors/edit',
14279 kerby 568
            'settings/behaviors/delete',
26 efrain 569
            'settings/competencies',
27 efrain 570
            'settings/competencies/add',
571
            'settings/competencies/edit',
572
            'settings/competencies/delete',
28 efrain 573
            'settings/competencies/import',
574
            'settings/jobs-description',
575
            'settings/jobs-description/add',
576
            'settings/jobs-description/edit',
577
            'settings/jobs-description/delete',
561 geraldo 578
            'settings/jobs-description/report',
846 geraldo 579
            'settings/jobs-description/import',
67 efrain 580
            'settings/positions',
581
            'settings/positions/add',
582
            'settings/positions/edit',
583
            'settings/positions/delete',
1320 efrain 584
            'settings/positions/subordinates',
585
            //'test',
586
            //'test/method-one',
587
            //'test/method-two',
588
            //'test/method-three',
589
            //'test/method-four',
1336 efrain 590
 
1333 efrain 591
 
592
            'own-professional-network',
593
            'organizational-design',
594
            'development-and-training',
13353 eleazar 595
            'development-and-content',
596
            'development-and-content/feed',
597
            'development-and-content/comments',
598
            'development-and-content/comments/delete',
599
            'development-and-content/comment/answer',
600
            'development-and-content/category',
601
            'development-and-content/category/add',
602
            'development-and-content/category/edit',
603
            'development-and-content/category/delete',
604
            'development-and-content/waiting',
605
            'development-and-content/waiting/add',
606
            'development-and-content/waiting/delete',
13411 eleazar 607
            'development-and-content/waiting/aproved',
13353 eleazar 608
            'development-and-content/waiting/edit',
14411 kerby 609
            'development-and-content/waiting/getContent',
14459 kerby 610
            'development-and-content/waiting/filter',
13353 eleazar 611
            'development-and-content/waiting/curated',
13572 eleazar 612
            'development-and-content/waiting/intern',
613
            'development-and-content/waiting/extern',
13988 eleazar 614
            'development-and-content/waiting/categories',
1477 efrain 615
            'recruitment-and-selection',
616
            'recruitment-and-selection/vacancies',
617
            'recruitment-and-selection/vacancies/add',
618
            'recruitment-and-selection/vacancies/edit',
619
            'recruitment-and-selection/vacancies/delete',
620
            'recruitment-and-selection/candidates',
621
            'recruitment-and-selection/candidates/add',
622
            'recruitment-and-selection/candidates/edit',
623
            'recruitment-and-selection/candidates/delete',
1636 eleazar 624
            'recruitment-and-selection/user-by-email',
1710 eleazar 625
            'recruitment-and-selection/interview',
1709 eleazar 626
            'recruitment-and-selection/interview/form',
627
            'recruitment-and-selection/interview/form/add',
628
            'recruitment-and-selection/interview/form/edit',
629
            'recruitment-and-selection/interview/form/delete',
630
            'recruitment-and-selection/interview/report',
3587 eleazar 631
            'recruitment-and-selection/interview/vacancy',
4367 eleazar 632
            'recruitment-and-selection/interview/type',
8783 eleazar 633
            'recruitment-and-selection/interview/file',
634
            'recruitment-and-selection/interview/file/add',
635
            'recruitment-and-selection/interview/file/edit',
636
            'recruitment-and-selection/interview/file/delete',
4375 eleazar 637
            'survey',
4579 eleazar 638
            'survey/add',
639
            'survey/edit',
640
            'survey/delete',
641
            'survey/segment',
4375 eleazar 642
            'survey/form',
643
            'survey/form/add',
644
            'survey/form/edit',
645
            'survey/form/delete',
5287 eleazar 646
            'survey/test',
647
            'survey/test/add',
6662 eleazar 648
            'survey/test/report',
5287 eleazar 649
            'survey/test/delete',
5823 eleazar 650
            'survey/report',
6497 eleazar 651
            'survey/report/overview',
5823 eleazar 652
            'survey/report/all',
7024 eleazar 653
            'survey/report/csv',
7218 eleazar 654
            'organizational-climate',
655
            'organizational-climate/add',
656
            'organizational-climate/edit',
657
            'organizational-climate/delete',
658
            'organizational-climate/segment',
659
            'organizational-climate/form',
660
            'organizational-climate/form/add',
661
            'organizational-climate/form/edit',
662
            'organizational-climate/form/delete',
663
            'organizational-climate/test',
664
            'organizational-climate/test/add',
665
            'organizational-climate/test/report',
666
            'organizational-climate/test/delete',
667
            'organizational-climate/report',
668
            'organizational-climate/report/overview',
669
            'organizational-climate/report/all',
670
            'organizational-climate/report/csv',
4366 eleazar 671
 
1333 efrain 672
            'induction',
13653 nelberth 673
            'culture',
13656 nelberth 674
 
13653 nelberth 675
 
13778 nelberth 676
 
677
            'inmail/company',
678
            'inmail/company/message',
679
            'inmail/company/message/send',
680
 
1333 efrain 681
            'communication',
13675 nelberth 682
            'communication/inbox',
13731 nelberth 683
            'communication/inbox/sendall',
13675 nelberth 684
            'communication/inbox/search-people',
685
            'communication/inbox/view/message',
686
            'communication/inbox/view',
687
            'communication/inbox/view/message/send',
13653 nelberth 688
 
689
 
1333 efrain 690
            'career-development',
691
            'building-my-future',
7233 nelberth 692
 
1333 efrain 693
            'high-performance-teams',
7222 nelberth 694
            'high-performance-teams/groups',
7228 nelberth 695
            'high-performance-teams/groups/add',
696
            'high-performance-teams/groups/edit',
697
            'high-performance-teams/groups/delete',
7233 nelberth 698
            'high-performance-teams/groups/view',
11902 nelberth 699
            'high-performance-teams/groups/view/feeds',
700
            'high-performance-teams/groups/view/feeds/timeline',
701
            'high-performance-teams/groups/view/feeds/onefeed',
702
            'high-performance-teams/groups/view/feeds/delete',
703
            'high-performance-teams/groups/view/feeds/comments',
704
            'high-performance-teams/groups/view/feeds/comments/delete',
705
            'high-performance-teams/groups/view/feeds/comments/answer',
706
            'high-performance-teams/groups/view/feeds/add',
7484 nelberth 707
            'high-performance-teams/groups/view/topic',
708
            'high-performance-teams/groups/view/topic/add',
709
            'high-performance-teams/groups/view/topic/edit',
710
            'high-performance-teams/groups/view/topic/delete',
7637 nelberth 711
            'high-performance-teams/groups/view/topic/view',
8687 nelberth 712
            'high-performance-teams/groups/view/urgent',
9096 nelberth 713
            'high-performance-teams/groups/view/calendar',
9923 nelberth 714
            'high-performance-teams/groups/view/calendar/view',
11902 nelberth 715
            'high-performance-teams/groups/view/foro',
716
            'high-performance-teams/groups/view/foro/view',
717
            'high-performance-teams/groups/view/foro/categories',
9635 nelberth 718
            'high-performance-teams/groups/view/foro/categories/add',
719
            'high-performance-teams/groups/view/foro/categories/delete',
720
            'high-performance-teams/groups/view/foro/categories/edit',
721
            'high-performance-teams/groups/view/foro/categories/view',
9760 nelberth 722
            'high-performance-teams/groups/view/foro/categories/articles',
9845 nelberth 723
            'high-performance-teams/groups/view/foro/categories/articles/add',
724
            'high-performance-teams/groups/view/foro/categories/articles/edit',
725
            'high-performance-teams/groups/view/foro/categories/articles/delete',
726
            'high-performance-teams/groups/view/foro/categories/articles/view',
7812 nelberth 727
            'high-performance-teams/groups/view/members',
8013 nelberth 728
            'high-performance-teams/groups/view/members/invite',
7813 nelberth 729
            'high-performance-teams/groups/view/members/delete',
10289 nelberth 730
            'high-performance-teams/groups/view/members/edit',
12407 nelberth 731
            'high-performance-teams/groups/view/objectives',
732
            'high-performance-teams/groups/view/objectives/report',
733
            'high-performance-teams/groups/view/objectives/reportall',
734
            'high-performance-teams/groups/view/objectives/matriz',
735
            'high-performance-teams/groups/view/objectives/goals',
736
            'high-performance-teams/groups/view/objectives/goals/add',
737
            'high-performance-teams/groups/view/objectives/goals/edit',
738
            'high-performance-teams/groups/view/objectives/goals/delete',
739
            'high-performance-teams/groups/view/objectives/goals/task',
740
            'high-performance-teams/groups/view/objectives/goals/task/add',
741
            'high-performance-teams/groups/view/objectives/goals/task/edit',
742
            'high-performance-teams/groups/view/objectives/goals/task/delete',
743
            'high-performance-teams/groups/view/objectives/goals/task/view',
744
            'high-performance-teams/groups/view/objectives/add',
745
            'high-performance-teams/groups/view/objectives/delete',
746
            'high-performance-teams/groups/view/objectives/edit',
14610 efrain 747
 
4588 nelberth 748
 
1333 efrain 749
            'my-trainer',
8462 eleazar 750
            'my-trainer/category',
751
            'my-trainer/category/add',
752
            'my-trainer/category/edit',
753
            'my-trainer/category/delete',
754
            'my-trainer/question',
755
            'my-trainer/question/add',
756
            'my-trainer/question/edit',
757
            'my-trainer/question/delete',
11168 eleazar 758
            'my-trainer/question/view',
11842 eleazar 759
            'my-trainer/question/answer',
760
            'my-trainer/question/answer/add',
761
            'my-trainer/question/answer/edit',
762
            'my-trainer/question/answer/delete',
11873 eleazar 763
            'my-trainer/question/answer/feed',
11921 eleazar 764
            'my-trainer/question/answer/timeline',
11842 eleazar 765
            'my-trainer/question/answer/comments',
766
            'my-trainer/question/answer/comments/delete',
767
            'my-trainer/question/answer/comments/answer',
1918 nelberth 768
 
769
            'planning-objectives-and-goals',
2228 nelberth 770
            'planning-objectives-and-goals/objectives',
3462 nelberth 771
            'planning-objectives-and-goals/objectives/report',
3988 nelberth 772
            'planning-objectives-and-goals/objectives/reportall',
4041 nelberth 773
            'planning-objectives-and-goals/objectives/matriz',
2331 nelberth 774
            'planning-objectives-and-goals/objectives/goals',
2379 nelberth 775
            'planning-objectives-and-goals/objectives/goals/add',
776
            'planning-objectives-and-goals/objectives/goals/edit',
777
            'planning-objectives-and-goals/objectives/goals/delete',
2228 nelberth 778
            'planning-objectives-and-goals/objectives/add',
779
            'planning-objectives-and-goals/objectives/delete',
2518 nelberth 780
            'planning-objectives-and-goals/objectives/edit',
781
            'planning-objectives-and-goals/objectives/goals/task',
782
            'planning-objectives-and-goals/objectives/goals/task/add',
4385 nelberth 783
            'planning-objectives-and-goals/objectives/goals/task/edit',
784
            'planning-objectives-and-goals/objectives/goals/task/delete',
785
            'planning-objectives-and-goals/objectives/goals/task/view',
14187 efrain 786
 
787
            'self-evaluation',
788
            'self-evaluation/forms',
789
            'self-evaluation/forms/add',
790
            'self-evaluation/forms/edit',
791
            'self-evaluation/forms/delete',
792
            'self-evaluation/users',
793
            'self-evaluation/users/add',
794
            'self-evaluation/users/delete',
795
            'self-evaluation/reviews',
796
            'self-evaluation/reviews/edit',
797
            'self-evaluation/reviews/report',
14610 efrain 798
 
799
            'chat',
800
            'chat/heart-beat',
801
            'chat/create-group',
802
            'chat/add-user-to-group',
803
            'chat/mark-seen',
804
            'chat/mark-received',
805
            'chat/remove-user-from-group',
806
            'chat/get-all-messages',
807
            'chat/send',
808
            'chat/get-contacts-availables-for-group',
809
            'chat/get-contact-group-list',
810
            'chat/leave-group',
811
            'chat/delete-group',
812
            'chat/close',
813
            'chat/clear',
14692 efrain 814
            'chat/open',
14610 efrain 815
            'chat/upload',
816
            'csrf',
817
 
779 geraldo 818
        ],
819
        'creator-self-evaluation' => [
114 efrain 820
            'self-evaluation',
821
            'self-evaluation/forms',
822
            'self-evaluation/forms/add',
823
            'self-evaluation/forms/edit',
824
            'self-evaluation/forms/delete',
115 efrain 825
            'self-evaluation/users',
826
            'self-evaluation/users/add',
827
            'self-evaluation/users/delete',
114 efrain 828
            'self-evaluation/reviews',
115 efrain 829
            'self-evaluation/reviews/edit',
470 geraldo 830
            'self-evaluation/reviews/report',
1 www 831
        ],
974 geraldo 832
        'creator-performance-evaluation' => [
833
            'performance-evaluation',
834
            'performance-evaluation/forms',
835
            'performance-evaluation/forms/add',
836
            'performance-evaluation/forms/edit',
837
            'performance-evaluation/forms/delete',
1263 geraldo 838
            'performance-evaluation/forms/report',
1320 efrain 839
            'performance-evaluation/reviews',
840
            'performance-evaluation/reviews/pdf',
1383 efrain 841
            'performance-evaluation/evaluations',
842
            'performance-evaluation/evaluations/add',
7870 eleazar 843
            'performance-evaluation/evaluations/self',
844
            'performance-evaluation/evaluations/both',
845
            'performance-evaluation/evaluations/superviser',
8068 eleazar 846
            'performance-evaluation/evaluations/user-by-email',
1383 efrain 847
            'performance-evaluation/evaluations/delete',
8220 eleazar 848
            'performance-evaluation/evaluations/report-self',
849
            'performance-evaluation/evaluations/report-both',
8249 eleazar 850
            'performance-evaluation/evaluations/report-superviser',
1383 efrain 851
            'performance-evaluation/evaluations/users',
852
            'performance-evaluation/evaluations/users/add',
853
            'performance-evaluation/evaluations/users/delete',
974 geraldo 854
        ],
1 www 855
        'creator-microlearning' => [
856
            'microlearning',
857
            'microlearning/overview',
858
            'microlearning/reports',
2 efrain 859
            'microlearning/reports/progress',
14610 efrain 860
            'microlearning/reports/progress-for-capsule',
2 efrain 861
            'microlearning/reports/devices',
187 efrain 862
            'microlearning/reports/comments-for-capsule',
1 www 863
            'microlearning/content',
864
            'microlearning/content/topics',
865
            'microlearning/content/topics/add',
866
            'microlearning/content/topics/edit',
867
            'microlearning/content/topics/delete',
868
            'microlearning/content/capsules',
869
            'microlearning/content/capsules/add',
870
            'microlearning/content/capsules/edit',
871
            'microlearning/content/capsules/delete',
872
            'microlearning/content/capsules/users',
873
            'microlearning/content/slides',
874
            'microlearning/content/slides/add',
875
            'microlearning/content/slides/edit',
876
            'microlearning/content/slides/delete',
877
            'microlearning/content/slides/text',
66 efrain 878
            'microlearning/content/quizzes',
879
            'microlearning/content/quizzes/add',
880
            'microlearning/content/quizzes/edit',
881
            'microlearning/content/quizzes/delete',
882
            'microlearning/content/quizzes/check',
883
            'microlearning/content/quizzes/publish',
884
            'microlearning/content/quizzes/copy',
885
            'microlearning/content/quizzes/questions',
886
            'microlearning/content/quizzes/questions/add',
887
            'microlearning/content/quizzes/questions/edit',
888
            'microlearning/content/quizzes/questions/delete',
889
            'microlearning/content/quizzes/questions/answers',
890
            'microlearning/content/quizzes/questions/answers/add',
891
            'microlearning/content/quizzes/questions/answers/edit',
892
            'microlearning/content/quizzes/questions/answers/delete',
1 www 893
            'microlearning/students',
894
            'microlearning/students/edit',
895
            'microlearning/students/timeline',
896
            'microlearning/students/change-password',
897
            'microlearning/students/unblock',
898
            'microlearning/access-for-students',
899
            'microlearning/access-for-students/revoke',
900
            'microlearning/access-for-students/unlimit',
901
            'microlearning/access-for-students/cancel',
902
            'microlearning/access-for-students/reactive',
903
            'microlearning/access-for-students/upload',
904
            'microlearning/access-for-students/notification',
905
            'microlearning/settings',
906
            'microlearning/settings/student-types',
907
            'microlearning/settings/student-types/add',
908
            'microlearning/settings/student-types/edit',
909
            'microlearning/settings/student-types/delete',
910
            'microlearning/settings/functions',
911
            'microlearning/settings/functions/add',
912
            'microlearning/settings/functions/edit',
913
            'microlearning/settings/functions/delete',
914
            'microlearning/settings/sectors',
915
            'microlearning/settings/sectors/add',
916
            'microlearning/settings/sectors/edit',
917
            'microlearning/settings/sectors/delete',
918
            'microlearning/settings/programs',
919
            'microlearning/settings/programs/add',
920
            'microlearning/settings/programs/edit',
921
            'microlearning/settings/programs/delete',
922
            'microlearning/settings/groups',
923
            'microlearning/settings/groups/add',
924
            'microlearning/settings/groups/edit',
925
            'microlearning/settings/groups/delete',
926
            'microlearning/settings/companies',
927
            'microlearning/settings/companies/add',
928
            'microlearning/settings/companies/edit',
929
            'microlearning/settings/companies/delete',
930
            'microlearning/settings/partners',
931
            'microlearning/settings/partners/add',
932
            'microlearning/settings/partners/edit',
933
            'microlearning/settings/partners/delete',
934
            'microlearning/settings/institutions',
935
            'microlearning/settings/institutions/add',
936
            'microlearning/settings/institutions/edit',
937
            'microlearning/settings/institutions/delete',
14610 efrain 938
 
939
            'chat',
940
            'chat/heart-beat',
941
            'chat/create-group',
942
            'chat/add-user-to-group',
943
            'chat/mark-seen',
944
            'chat/mark-received',
945
            'chat/remove-user-from-group',
946
            'chat/get-all-messages',
947
            'chat/send',
948
            'chat/get-contacts-availables-for-group',
949
            'chat/get-contact-group-list',
950
            'chat/leave-group',
951
            'chat/delete-group',
952
            'chat/close',
953
            'chat/clear',
14692 efrain 954
            'chat/open',
14610 efrain 955
            'chat/upload',
956
            'csrf',
957
 
1 www 958
        ],
4 efrain 959
        'company-creator' => [
960
            'home',
961
            'signin-admin',
962
            'signin-company',
963
            'dashboard',
964
            'signout',
965
            'storage',
966
            'profile',
967
            'profile/extended',
968
            'profile/cover',
779 geraldo 969
            'profile/header',
970
            'profile/footer',
4 efrain 971
            'profile/image',
972
            'profile/website',
973
            'profile/foundation_year',
974
            'profile/location',
975
            'profile/social-network',
976
            'profile/company-size',
977
            'profile/industry',
978
            'profile/delete',
979
            'users',
980
            'users/change-password',
981
            'users/unblock',
982
            'users/invite',
983
            'users/accept',
984
            'users/cancel',
985
            'users/reject',
986
            'users/edit',
987
            'users/upload',
988
            'feeds',
989
            'followers',
990
            'followers/delete',
991
            'jobs',
992
            'jobs/add',
993
            'jobs/delete',
994
            'jobs/users-who-applied',
995
            'jobs/status',
996
            'jobs/edit',
997
            'jobs/edit/last-date-of-application',
998
            'jobs/edit/employment-type',
999
            'jobs/edit/experience',
1000
            'jobs/edit/job-category',
1001
            'jobs/edit/extended',
1002
            'jobs/edit/location',
1003
            'jobs/edit/salary',
1004
            'jobs/edit/languages',
1005
            'jobs/edit/degrees',
1006
            'jobs/edit/skills',
1007
            'jobs/edit/how-apply',
25 efrain 1008
            'settings',
28 efrain 1009
            'settings/competency-types',
1010
            'settings/competency-types/add',
1011
            'settings/competency-types/edit',
1012
            'settings/competency-types/delete',
1013
            'settings/competency-types/import',
1102 geraldo 1014
            'settings/behaviors',
1015
            'settings/behaviors/add',
1138 geraldo 1016
            'settings/behaviors/edit',
25 efrain 1017
            'settings/competencies',
28 efrain 1018
            'settings/competencies/add',
1019
            'settings/competencies/edit',
1020
            'settings/competencies/delete',
1021
            'settings/competencies/import',
1022
            'settings/jobs-description',
1023
            'settings/jobs-description/add',
1024
            'settings/jobs-description/edit',
1025
            'settings/jobs-description/delete',
561 geraldo 1026
            'settings/jobs-description/report',
846 geraldo 1027
            'settings/jobs-description/import',
67 efrain 1028
            'settings/positions',
1029
            'settings/positions/add',
1030
            'settings/positions/edit',
1031
            'settings/positions/delete',
1320 efrain 1032
            'settings/positions/subordinates',
1033
            //'test',
1034
            //'test/method-one',
1035
            //'test/method-two',
1036
            //'test/method-three',
1037
            //'test/method-four',
1953 nelberth 1038
 
8536 efrain 1039
            'planning-objectives-and-goals',
1040
            'planning-objectives-and-goals/add',
1041
            'planning-objectives-and-goals/delete',
1042
            'planning-objectives-and-goals/edit',
1043
 
14610 efrain 1044
            'chat',
1045
            'chat/heart-beat',
1046
            'chat/create-group',
1047
            'chat/add-user-to-group',
1048
            'chat/mark-seen',
1049
            'chat/mark-received',
1050
            'chat/remove-user-from-group',
1051
            'chat/get-all-messages',
1052
            'chat/send',
1053
            'chat/get-contacts-availables-for-group',
1054
            'chat/get-contact-group-list',
1055
            'chat/leave-group',
1056
            'chat/delete-group',
1057
            'chat/close',
1058
            'chat/clear',
14692 efrain 1059
            'chat/open',
14610 efrain 1060
            'chat/upload',
14692 efrain 1061
 
14610 efrain 1062
            'csrf',
1063
 
1064
 
4 efrain 1065
        ],
1 www 1066
        'company-admin' => [
1067
            'home',
1068
            'signin-admin',
1069
            'signin-company',
1070
            'dashboard',
1071
            'signout',
1072
            'storage',
1073
            'profile',
1074
            'profile/extended',
1075
            'profile/cover',
1076
            'profile/image',
779 geraldo 1077
            'profile/header',
1078
            'profile/footer',
1 www 1079
            'profile/website',
1080
            'profile/foundation_year',
1081
            'profile/location',
1082
            'profile/social-network',
1083
            'profile/company-size',
1084
            'profile/industry',
1085
            'profile/delete',
1086
            'users',
1087
            'users/change-password',
1088
            'users/unblock',
1089
            'users/invite',
1090
            'users/accept',
1091
            'users/cancel',
1092
            'users/reject',
1093
            'users/edit',
1094
            'users/upload',
1095
            'feeds',
1096
            'followers',
1097
            'followers/delete',
1098
            'jobs',
1099
            'jobs/add',
1100
            'jobs/delete',
1101
            'jobs/users-who-applied',
1102
            'jobs/status',
1103
            'jobs/edit',
1104
            'jobs/edit/last-date-of-application',
1105
            'jobs/edit/employment-type',
1106
            'jobs/edit/experience',
1107
            'jobs/edit/job-category',
1108
            'jobs/edit/extended',
1109
            'jobs/edit/location',
1110
            'jobs/edit/salary',
1111
            'jobs/edit/languages',
1112
            'jobs/edit/degrees',
1113
            'jobs/edit/skills',
1114
            'jobs/edit/how-apply',
28 efrain 1115
            'settings',
1116
            'settings/competency-types',
1117
            'settings/competency-types/add',
1118
            'settings/competency-types/edit',
1119
            'settings/competency-types/delete',
1120
            'settings/competency-types/import',
1102 geraldo 1121
            'settings/behaviors',
1122
            'settings/behaviors/add',
1138 geraldo 1123
            'settings/behaviors/edit',
28 efrain 1124
            'settings/competencies',
1125
            'settings/competencies/add',
1126
            'settings/competencies/edit',
1127
            'settings/competencies/delete',
1128
            'settings/competencies/import',
1129
            'settings/jobs-description',
1130
            'settings/jobs-description/add',
1131
            'settings/jobs-description/edit',
1132
            'settings/jobs-description/delete',
561 geraldo 1133
            'settings/jobs-description/report',
846 geraldo 1134
            'settings/jobs-description/import',
67 efrain 1135
            'settings/positions',
1136
            'settings/positions/add',
1137
            'settings/positions/edit',
1138
            'settings/positions/delete',
1320 efrain 1139
            'settings/positions/subordinate',
1140
            //'test',
1141
            //'test/method-one',
1142
            //'test/method-two',
1143
            //'test/method-three',
1144
            //'test/method-four',
1953 nelberth 1145
            'planning-objectives-and-goals',
2228 nelberth 1146
            'planning-objectives-and-goals/objectives',
3462 nelberth 1147
            'planning-objectives-and-goals/objectives/report',
3988 nelberth 1148
            'planning-objectives-and-goals/objectives/reportall',
4041 nelberth 1149
            'planning-objectives-and-goals/objectives/matriz',
2331 nelberth 1150
            'planning-objectives-and-goals/objectives/goals',
2379 nelberth 1151
            'planning-objectives-and-goals/objectives/goals/add',
1152
            'planning-objectives-and-goals/objectives/goals/edit',
1153
            'planning-objectives-and-goals/objectives/goals/delete',
2228 nelberth 1154
            'planning-objectives-and-goals/objectives/add',
1155
            'planning-objectives-and-goals/objectives/delete',
2518 nelberth 1156
            'planning-objectives-and-goals/objectives/edit',
1157
            'planning-objectives-and-goals/objectives/goals/task',
1158
            'planning-objectives-and-goals/objectives/goals/task/add',
8193 nelberth 1159
            'planning-objectives-and-goals/objectives/goals/task/edit',
1160
            'planning-objectives-and-goals/objectives/goals/task/delete',
1161
            'planning-objectives-and-goals/objectives/goals/task/view',
14610 efrain 1162
 
1163
            'chat',
1164
            'chat/heart-beat',
1165
            'chat/create-group',
1166
            'chat/add-user-to-group',
1167
            'chat/mark-seen',
1168
            'chat/mark-received',
1169
            'chat/remove-user-from-group',
1170
            'chat/get-all-messages',
1171
            'chat/send',
1172
            'chat/get-contacts-availables-for-group',
1173
            'chat/get-contact-group-list',
1174
            'chat/leave-group',
1175
            'chat/delete-group',
1176
            'chat/close',
1177
            'chat/clear',
14692 efrain 1178
            'chat/open',
14610 efrain 1179
            'chat/upload',
1180
            'csrf',
1181
 
1 www 1182
        ],
1183
        'company-password-unblock' => [
1184
            'home',
1185
            'signin-admin',
1186
            'signin-company',
1187
            'dashboard',
1188
            'signout',
1189
            'storage',
1190
            'users',
1191
            'users/change-password',
1192
            'users/unblock',
1193
        ],
1194
        'microlearning-admin' => [
1195
            'home',
1196
            'signin-admin',
1197
            'signin-company',
1198
            'dashboard',
1199
            'signout',
1200
            'storage',
1201
            'microlearning',
1202
            'microlearning/overview',
187 efrain 1203
            'microlearning/reports',
1204
            'microlearning/reports/progress',
14610 efrain 1205
            'microlearning/reports/progress-for-capsule',
187 efrain 1206
            'microlearning/reports/devices',
1207
            'microlearning/reports/comments-for-capsule',
1 www 1208
            'microlearning/content',
1209
            'microlearning/content/topics',
1210
            'microlearning/content/topics/add',
1211
            'microlearning/content/topics/edit',
1212
            'microlearning/content/topics/delete',
1213
            'microlearning/content/capsules',
1214
            'microlearning/content/capsules/add',
1215
            'microlearning/content/capsules/edit',
1216
            'microlearning/content/capsules/delete',
1217
            'microlearning/content/capsules/users',
1218
            'microlearning/content/slides',
1219
            'microlearning/content/slides/add',
1220
            'microlearning/content/slides/edit',
1221
            'microlearning/content/slides/delete',
1222
            'microlearning/content/slides/text',
1223
            'microlearning/students',
1224
            'microlearning/students/edit',
1225
            'microlearning/students/timeline',
1226
            'microlearning/access-for-students',
1227
            'microlearning/access-for-students/revoke',
1228
            'microlearning/access-for-students/unlimit',
1229
            'microlearning/access-for-students/cancel',
1230
            'microlearning/access-for-students/reactive',
1231
            'microlearning/access-for-students/upload',
1232
            'microlearning/access-for-students/notification',
1233
            'microlearning/settings',
1234
            'microlearning/settings/student-types',
1235
            'microlearning/settings/student-types/add',
1236
            'microlearning/settings/student-types/edit',
1237
            'microlearning/settings/student-types/delete',
1238
            'microlearning/settings/functions',
1239
            'microlearning/settings/functions/add',
1240
            'microlearning/settings/functions/edit',
1241
            'microlearning/settings/functions/delete',
1242
            'microlearning/settings/sectors',
1243
            'microlearning/settings/sectors/add',
1244
            'microlearning/settings/sectors/edit',
1245
            'microlearning/settings/sectors/delete',
1246
            'microlearning/settings/programs',
1247
            'microlearning/settings/programs/add',
1248
            'microlearning/settings/programs/edit',
1249
            'microlearning/settings/programs/delete',
1250
            'microlearning/settings/groups',
1251
            'microlearning/settings/groups/add',
1252
            'microlearning/settings/groups/edit',
1253
            'microlearning/settings/groups/delete',
1254
            'microlearning/settings/companies',
1255
            'microlearning/settings/companies/add',
1256
            'microlearning/settings/companies/edit',
1257
            'microlearning/settings/companies/delete',
1258
            'microlearning/settings/partners',
1259
            'microlearning/settings/partners/add',
1260
            'microlearning/settings/partners/edit',
1261
            'microlearning/settings/partners/delete',
1262
            'microlearning/settings/institutions',
1263
            'microlearning/settings/institutions/add',
1264
            'microlearning/settings/institutions/edit',
1265
            'microlearning/settings/institutions/delete',
1266
        ],
1267
        'microlearning-editor' => [
1268
            'home',
1269
            'signin-admin',
1270
            'signin-company',
1271
            'dashboard',
1272
            'signout',
1273
            'storage',
1274
            'microlearning',
1275
            'microlearning/content',
1276
            'microlearning/content/topics',
1277
            'microlearning/content/topics/add',
1278
            'microlearning/content/topics/edit',
1279
            'microlearning/content/topics/delete',
1280
            'microlearning/content/capsules',
1281
            'microlearning/content/capsules/add',
1282
            'microlearning/content/capsules/edit',
1283
            'microlearning/content/capsules/delete',
1284
            'microlearning/content/capsules/users',
1285
            'microlearning/content/slides',
1286
            'microlearning/content/slides/add',
1287
            'microlearning/content/slides/edit',
1288
            'microlearning/content/slides/delete',
1289
            'microlearning/content/slides/text',
1290
            'microlearning/access-for-students',
1291
            'microlearning/access-for-students/revoke',
1292
            'microlearning/access-for-students/unlimit',
1293
            'microlearning/access-for-students/cancel',
1294
            'microlearning/access-for-students/reactive',
1295
            'microlearning/access-for-students/upload',
1296
            'microlearning/access-for-students/notification',
1297
        ],
1298
        'microlearning-students-password-unblock' => [
1299
            'home',
1300
            'signin-admin',
1301
            'signin-company',
1302
            'dashboard',
1303
            'signout',
1304
            'storage',
1305
            'microlearning',
1306
            'microlearning/students',
1307
            'microlearning/students/change-password',
1308
            'microlearning/students/unblock',
1309
        ],
1310
        'self-evaluation-admin' => [
114 efrain 1311
            'self-evaluation',
1312
            'self-evaluation/forms',
1313
            'self-evaluation/forms/add',
1314
            'self-evaluation/forms/edit',
1315
            'self-evaluation/forms/delete',
115 efrain 1316
            'self-evaluation/users',
1317
            'self-evaluation/users/add',
1318
            'self-evaluation/users/delete',
114 efrain 1319
            'self-evaluation/reviews',
115 efrain 1320
            'self-evaluation/reviews/edit',
470 geraldo 1321
            'self-evaluation/reviews/report',
1 www 1322
        ],
975 geraldo 1323
        'performance-evaluation-admin' => [
1324
            'performance-evaluation',
1325
            'performance-evaluation/forms',
1326
            'performance-evaluation/forms/add',
1327
            'performance-evaluation/forms/edit',
1328
            'performance-evaluation/forms/delete',
1263 geraldo 1329
            'performance-evaluation/forms/report',
1320 efrain 1330
            'performance-evaluation/reviews',
1331
            'performance-evaluation/reviews/pdf',
1383 efrain 1332
            'performance-evaluation/evaluations',
1333
            'performance-evaluation/evaluations/add',
7870 eleazar 1334
            'performance-evaluation/evaluations/self',
1335
            'performance-evaluation/evaluations/both',
1336
            'performance-evaluation/evaluations/superviser',
1383 efrain 1337
            'performance-evaluation/evaluations/delete',
8220 eleazar 1338
            'performance-evaluation/evaluations/report-self',
1339
            'performance-evaluation/evaluations/report-both',
8249 eleazar 1340
            'performance-evaluation/evaluations/report-prueba superviser',
1383 efrain 1341
            'performance-evaluation/evaluations/users',
1342
            'performance-evaluation/evaluations/users/add',
1343
            'performance-evaluation/evaluations/users/delete',
1344
 
975 geraldo 1345
        ],
779 geraldo 1346
    ];
1 www 1347
}
1348
 
779 geraldo 1349
function getAclUsertype() {
1 www 1350
    return [
1351
        UserType::ADMIN => [
1352
            'home',
1353
            'signin-admin',
1354
            'signin-company',
1355
            'dashboard',
1356
            'signout',
1357
            'storage',
1358
            'settings',
1359
            'settings/company-sizes',
1360
            'settings/company-sizes/add',
1361
            'settings/company-sizes/edit',
1362
            'settings/company-sizes/delete',
1363
            'settings/competency-types',
1364
            'settings/competency-types/add',
1365
            'settings/competency-types/edit',
1366
            'settings/competency-types/delete',
1102 geraldo 1367
            'settings/behaviors',
1368
            'settings/behaviors/add',
1138 geraldo 1369
            'settings/behaviors/edit',
1 www 1370
            'settings/competencies',
1371
            'settings/competencies/add',
1372
            'settings/competencies/edit',
1373
            'settings/competencies/delete',
1374
            'settings/degrees',
1375
            'settings/degrees/add',
1376
            'settings/degrees/edit',
1377
            'settings/degrees/delete',
1378
            'settings/email-templates',
1379
            'settings/email-templates/edit',
1380
            'settings/push-templates',
1381
            'settings/push-templates/edit',
1382
            'settings/group-types',
1383
            'settings/group-types/add',
1384
            'settings/group-types/edit',
1385
            'settings/group-types/delete',
1386
            'settings/industries',
1387
            'settings/industries/add',
1388
            'settings/industries/edit',
1389
            'settings/industries/delete',
1390
            'settings/job-categories',
1391
            'settings/job-categories/add',
1392
            'settings/job-categories/edit',
1393
            'settings/job-categories/delete',
838 geraldo 1394
            'settings/jobs-description',
1395
            'settings/jobs-description/add',
1396
            'settings/jobs-description/edit',
1397
            'settings/jobs-description/delete',
1 www 1398
            'settings/skills',
1399
            'settings/skills/add',
1400
            'settings/skills/edit',
1401
            'settings/skills/delete',
1402
            'publications',
1403
            'publications/posts',
1404
            'publications/posts/add',
1405
            'publications/posts/edit',
1406
            'publications/posts/delete',
1407
            'publications/pages',
1408
            'publications/pages/add',
1409
            'publications/pages/edit',
1410
            'publications/pages/delete',
1411
            'companies',
1412
            'companies/edit',
1413
            'companies/services',
1414
            'companies/roles',
14610 efrain 1415
 
1416
 
1417
            'inmail',
1418
            'inmail/view',
1419
            'inmail/view/message',
1420
            'inmail/view/message/send',
1421
 
1422
 
1423
 
1 www 1424
            'users',
1425
            'users/change-password',
1426
            'users/unblock',
129 efrain 1427
            'users/email-verify',
14587 efrain 1428
 
1429
            'chat',
1430
            'chat/heart-beat',
1431
            'chat/create-group',
1432
            'chat/add-user-to-group',
1433
            'chat/mark-seen',
1434
            'chat/mark-received',
1435
            'chat/remove-user-from-group',
1436
            'chat/get-all-messages',
1437
            'chat/send',
1438
            'chat/get-contacts-availables-for-group',
1439
            'chat/get-contact-group-list',
1440
            'chat/leave-group',
1441
            'chat/delete-group',
1442
            'chat/close',
1443
            'chat/clear',
14692 efrain 1444
            'chat/open',
14587 efrain 1445
            'chat/upload',
14691 efrain 1446
            'csrf',
14587 efrain 1447
 
1448
 
1 www 1449
        ],
1450
        UserType::USER => [
1451
            'home',
1452
            'signin-admin',
1453
            'signin-company',
1454
            'dashboard',
1455
            'signout',
1456
            'storage',
14610 efrain 1457
 
14587 efrain 1458
            'chat',
1459
            'chat/heart-beat',
1460
            'chat/create-group',
1461
            'chat/add-user-to-group',
1462
            'chat/mark-seen',
1463
            'chat/mark-received',
1464
            'chat/remove-user-from-group',
1465
            'chat/get-all-messages',
1466
            'chat/send',
1467
            'chat/get-contacts-availables-for-group',
1468
            'chat/get-contact-group-list',
1469
            'chat/leave-group',
1470
            'chat/delete-group',
1471
            'chat/close',
1472
            'chat/clear',
14692 efrain 1473
            'chat/open',
14588 efrain 1474
            'chat/upload',
14691 efrain 1475
            'csrf',
1916 nelberth 1476
 
14610 efrain 1477
 
1478
            'inmail',
1479
            'inmail/view',
1480
            'inmail/view/message',
1481
            'inmail/view/message/send',
1482
 
1483
 
1 www 1484
        ],
1485
        UserType::GUEST => [
1486
            'home',
1487
            'signin-admin',
1488
            'signin-company',
1489
            'signout',
1916 nelberth 1490
 
8536 efrain 1491
 
1 www 1492
        ],
1493
    ];
1494
}
1495
 
779 geraldo 1496
function getAclMenuSystem() {
1 www 1497
    return [
1498
        [
1499
            'label' => 'LABEL_HOME',
1500
            'route' => 'dashboard',
1501
            'class' => 'fa fa-home'
1502
        ],
1503
        [
1504
            'label' => 'LABEL_COMPANIES',
1505
            'route' => 'companies',
1506
            'class' => 'fa fa-building',
1507
        ],
1508
        [
1509
            'label' => 'LABEL_SETTINGS',
1510
            'route' => 'settings',
1511
            'class' => 'fa fa-cog',
1512
            'pages' => [
1513
                [
1514
                    'label' => 'LABEL_JOB_CATEGORIES',
1515
                    'route' => 'settings/job-categories',
1516
                ],
1517
                [
1518
                    'label' => 'LABEL_COMPETENCIES',
1519
                    'route' => 'settings/competencies',
1520
                ],
1521
                [
1522
                    'label' => 'LABEL_EMAIL_TEMPLATES',
1523
                    'route' => 'settings/email-templates',
1524
                ],
1525
                [
1526
                    'label' => 'LABEL_PUSH_TEMPLATES',
1527
                    'route' => 'settings/push-templates',
1528
                ],
1529
                [
1530
                    'label' => 'LABEL_DEGREES',
1531
                    'route' => 'settings/degrees',
1532
                ],
1533
                [
1534
                    'label' => 'LABEL_SKILLS',
1535
                    'route' => 'settings/skills',
1536
                ],
1537
                [
1538
                    'label' => 'LABEL_INDUSTRIES',
1539
                    'route' => 'settings/industries',
1540
                ],
1541
                [
837 geraldo 1542
                    'label' => 'LABEL_JOBS_DESCRIPTION',
836 geraldo 1543
                    'route' => 'settings/jobs-description',
1544
                ],
1545
                [
1 www 1546
                    'label' => 'LABEL_COMPANY_SIZES',
1547
                    'route' => 'settings/company-sizes',
1548
                ],
1549
                [
1550
                    'label' => 'LABEL_COMPETENCY_TYPES',
1551
                    'route' => 'settings/competency-types',
1552
                ],
1553
                [
1554
                    'label' => 'LABEL_GROUP_TYPES',
1555
                    'route' => 'settings/group-types',
1556
                ],
1557
            ]
1558
        ],
1559
        [
1560
            'label' => 'LABEL_PUBLICATIONS',
1561
            'route' => 'publications',
1562
            'class' => 'fa fa-book',
1563
            'pages' => [
1564
                [
1565
                    'label' => 'LABEL_PAGES',
1566
                    'route' => 'publications/pages',
1567
                ],
1568
                [
1569
                    'label' => 'LABEL_POSTS',
1570
                    'route' => 'publications/posts',
1571
                ],
1572
            ]
1573
        ],
1574
        [
1575
            'label' => 'LABEL_USERS',
1576
            'route' => 'users',
1577
            'class' => 'fa fa-users',
779 geraldo 1578
        /* 'pages' => [
1579
          [
1580
          'label' => 'LABEL_PAGES',
1581
          'route' => 'publications/pages',
1582
          ],
1583
 
1584
          ] */
1 www 1585
        ],
1333 efrain 1586
 
1587
 
1588
 
1589
 
1590
        [
1 www 1591
            'label' => 'LABEL_LOGOUT',
1592
            'route' => 'signout',
1593
            'class' => 'fa fa-sign-out',
1594
        ]
779 geraldo 1595
    ];
1 www 1596
}
1597
 
779 geraldo 1598
function getAclMenuCompany() {
1599
 
1 www 1600
    return [
1601
        [
1602
            'label' => 'LABEL_HOME',
1603
            'route' => 'dashboard',
1604
            'class' => 'fa fa-home'
1605
        ],
1606
        [
1607
            'label' => 'LABEL_JOBS',
1608
            'route' => 'jobs',
1609
            'class' => 'fa fa-briefcase'
1610
        ],
1611
        [
1612
            'label' => 'LABEL_FEEDS',
1613
            'route' => 'feeds',
1614
            'class' => 'fa fa-rss'
1615
        ],
114 efrain 1616
        [
13672 nelberth 1617
            'label' => 'LABEL_INMAIL',
13524 nelberth 1618
            'route' => 'inmail',
13487 nelberth 1619
            'class' => 'fa fa-envelope-o'
1620
        ],
1621
 
1622
        [
114 efrain 1623
            'label' => 'LABEL_SELF_EVALUATION',
1624
            'route' => 'self-evaluation',
1625
            'class' => 'fa fa-book',
1626
            'pages' => [
1627
                [
1628
                    'label' => 'LABEL_FORMS',
1629
                    'route' => 'self-evaluation/forms',
1630
                ],
115 efrain 1631
                [
1632
                    'label' => 'LABEL_USERS',
1633
                    'route' => 'self-evaluation/users',
246 geraldo 1634
                ],
1635
                [
1636
                    'label' => 'LABEL_REVIEWS',
1637
                    'route' => 'self-evaluation/reviews',
245 geraldo 1638
                ]
779 geraldo 1639
            ],
1640
        ],
1 www 1641
        [
1642
            'label' => 'LABEL_MICRO_LEARNING',
1643
            'route' => 'microlearning',
1644
            'class' => 'fa fa-book',
1645
            'pages' => [
1646
                [
1647
                    'label' => 'LABEL_OVERVIEW',
1648
                    'route' => 'microlearning/overview',
1649
                ],
1650
                [
1651
                    'label' => 'LABEL_REPORTS',
1652
                    'route' => 'microlearning/reports',
2 efrain 1653
                    'pages' => [
1654
                        [
1655
                            'label' => 'LABEL_DEVICES',
1656
                            'route' => 'microlearning/reports/devices',
1657
                        ],
14626 efrain 1658
/*
2 efrain 1659
                        [
1660
                            'label' => 'LABEL_PROGRESS',
1661
                            'route' => 'microlearning/reports/progress',
1662
                        ],
14626 efrain 1663
*/
14610 efrain 1664
                        [
1665
                            'label' => 'LABEL_PROGRESS_FOR_CAPSULE',
1666
                            'route' => 'microlearning/reports/progress-for-capsule',
1667
                        ],
779 geraldo 1668
                    ],
1 www 1669
                ],
1670
                [
1671
                    'label' => 'LABEL_CONTENT',
1672
                    'route' => 'microlearning/content',
1673
                    'pages' => [
1674
                        [
66 efrain 1675
                            'label' => 'LABEL_QUIZZES',
1676
                            'route' => 'microlearning/content/quizzes',
1677
                        ],
1678
                        [
1 www 1679
                            'label' => 'LABEL_TOPICS',
1680
                            'route' => 'microlearning/content/topics',
1681
                        ],
1682
                        [
1683
                            'label' => 'LABEL_CAPSULES',
1684
                            'route' => 'microlearning/content/capsules',
1685
                        ],
1686
                        [
1687
                            'label' => 'LABEL_SLIDES',
1688
                            'route' => 'microlearning/content/slides',
1689
                        ],
1690
                    ]
1691
                ],
1692
                [
1693
                    'label' => 'LABEL_ACCESS_FOR_STUDENTS',
1694
                    'route' => 'microlearning/access-for-students',
1695
                ],
1696
                [
1697
                    'label' => 'LABEL_STUDENTS',
1698
                    'route' => 'microlearning/students',
1699
                ],
1700
                [
1701
                    'label' => 'LABEL_FILTERS',
1702
                    'route' => 'microlearning/settings',
1703
                    'pages' => [
1704
                        [
1705
                            'label' => 'LABEL_COMPANIES',
1706
                            'route' => 'microlearning/settings/companies',
1707
                        ],
1708
                        [
1709
                            'label' => 'LABEL_FUNCTIONS',
1710
                            'route' => 'microlearning/settings/functions',
1711
                        ],
1712
                        [
1713
                            'label' => 'LABEL_GROUPS',
1714
                            'route' => 'microlearning/settings/groups',
1715
                        ],
1716
                        [
1717
                            'label' => 'LABEL_INSTITUTIONS',
1718
                            'route' => 'microlearning/settings/institutions',
1719
                        ],
1720
                        [
1721
                            'label' => 'LABEL_PROGRAMS',
1722
                            'route' => 'microlearning/settings/programs',
1723
                        ],
1724
                        [
1725
                            'label' => 'LABEL_PARTNERS',
1726
                            'route' => 'microlearning/settings/partners',
1727
                        ],
1728
                        [
1729
                            'label' => 'LABEL_SECTORS',
1730
                            'route' => 'microlearning/settings/sectors',
1731
                        ],
1732
                        [
1733
                            'label' => 'LABEL_STUDENT_TYPES',
1734
                            'route' => 'microlearning/settings/student-types',
1735
                        ],
779 geraldo 1736
                    ],
1 www 1737
                ]
1738
            ]
1739
        ],
1740
        [
560 geraldo 1741
            'label' => 'LABEL_JOB_POSITION',
28 efrain 1742
            'route' => 'settings',
1743
            'class' => 'fa fa-book',
1744
            'pages' => [
1745
                [
66 efrain 1746
                    'label' => 'LABEL_JOBS_DESCRIPTION',
1747
                    'route' => 'settings/jobs-description',
28 efrain 1748
                ],
1749
                [
1750
                    'label' => 'LABEL_COMPETENCIES',
1751
                    'route' => 'settings/competencies',
1752
                ],
66 efrain 1753
                [
1754
                    'label' => 'LABEL_COMPETENCY_TYPES',
1755
                    'route' => 'settings/competency-types',
1756
                ],
67 efrain 1757
                [
1758
                    'label' => 'LABEL_POSITIONS',
1759
                    'route' => 'settings/positions',
1760
                ],
28 efrain 1761
            ]
779 geraldo 1762
        ],
22 steven 1763
        [
1090 geraldo 1764
            'label' => 'LABEL_PERFORMANCE_EVALUATION_MENU',
976 geraldo 1765
            'route' => 'performance-evaluation',
1766
            'class' => 'fa fa-book',
1767
            'pages' => [
1768
                [
1769
                    'label' => 'LABEL_FORMS',
1770
                    'route' => 'performance-evaluation/forms',
1771
                ],
1383 efrain 1772
 
976 geraldo 1773
                [
1383 efrain 1774
                    'label' => 'LABEL_TESTS',
1775
                    'route' => 'performance-evaluation/evaluations',
1776
                ]
976 geraldo 1777
            ],
946 geraldo 1778
        ],
1321 eleazar 1779
        [
1 www 1780
            'label' => 'LABEL_PROFILE',
1781
            'route' => 'profile',
1782
            'class' => 'fa fa-picture-o'
1783
        ],
1784
        [
1785
            'label' => 'LABEL_FOLLOWERS',
1786
            'route' => 'followers',
1787
            'class' => 'fa fa-heart'
1788
        ],
1789
        [
1790
            'label' => 'LABEL_USERS',
1791
            'route' => 'users',
1792
            'class' => 'fa fa-users',
1793
        ],
1334 efrain 1794
 
1 www 1795
        [
1334 efrain 1796
            'label' => 'LABEL_OWN_PROFESSIONAL_NETWORK',
1797
            'route' => 'own-professional-network',
1798
            'class' => 'fa fa-book',
1799
        ],
1800
 
1801
        [
1802
            'label' => 'LABEL_ORGANIZATIONAL_DESIGN',
1803
            'route' =>  'organizational-design',
1804
            'class' => 'fa fa-book',
1805
        ],
1806
 
8187 nelberth 1807
 
1334 efrain 1808
        [
8187 nelberth 1809
            'label' => 'LABEL_HIGH_PERFORMANCE_TEAMS',
12397 nelberth 1810
            'route' =>  'high-performance-teams/groups',
1689 nelberth 1811
            'class' => 'fa fa-street-view',
12397 nelberth 1812
 
1334 efrain 1813
        ],
1814
        [
12397 nelberth 1815
            'label' => 'LABEL_PLANNING_OBJECTIVES_AND_GOALS',
1816
            'route' => 'planning-objectives-and-goals/objectives',
1817
            'class' => 'fa fa-book',
1818
        ],
1819
        [
1334 efrain 1820
            'label' => 'LABEL_DEVELOPMENT_AND_TRAINING',
1821
            'route' => 'development-and-training',
1822
            'class' => 'fa fa-book',
1823
        ],
1824
 
13353 eleazar 1825
        [
1826
            'label' => 'LABEL_DEVELOPMENT_AND_CONTENT',
1827
            'route' => 'development-and-content',
1828
            'class' => 'fa fa-book',
1829
            'pages' => [
1830
                [
1831
                    'label' => 'LABEL_CATEGORIES',
1832
                    'route' =>  'development-and-content/category',
1833
                ],
1834
                [
1835
                    'label' => 'LABEL_WAITING',
1836
                    'route' => 'development-and-content/waiting',
1837
                ],
13464 eleazar 1838
                [
1839
                    'label' => 'LABEL_CONTENT',
1840
                    'route' =>  'development-and-content',
1841
                ]
13353 eleazar 1842
 
1843
            ]
1844
        ],
1334 efrain 1845
 
1846
        [
1847
            'label' => 'LABEL_RECRUITMENT_AND_SELECTION',
1477 efrain 1848
            'route' => 'recruitment-and-selection',
1334 efrain 1849
            'class' => 'fa fa-book',
1342 eleazar 1850
            'pages' => [
1851
                [
1463 eleazar 1852
                    'label' => 'LABEL_VACANCIES',
1478 eleazar 1853
                    'route' => 'recruitment-and-selection/vacancies',
1342 eleazar 1854
                ],
1459 eleazar 1855
 
1856
                [
4241 eleazar 1857
                    'label' => 'LABEL_PRE_SELECTION',
1478 eleazar 1858
                    'route' => 'recruitment-and-selection/candidates',
1709 eleazar 1859
                ],
1860
                [
1861
                    'label' => 'LABEL_INTERVIEW',
4047 eleazar 1862
                    'route' => 'recruitment-and-selection/interview/form',
1863
 
1463 eleazar 1864
                ]
1342 eleazar 1865
             ],
1334 efrain 1866
        ],
1867
 
1868
        [
1869
            'label' => 'LABEL_INDUCTION',
1870
            'route' => 'induction',
1871
            'class' => 'fa fa-book',
1872
        ],
1873
 
1874
 
1875
        [
1876
            'label' => 'LABEL_ORGANIZATIONAL_CLIMATE',
1877
            'route' => 'organizational-climate',
1878
            'class' => 'fa fa-book',
7218 eleazar 1879
            'pages' => [
1880
                [
1881
                    'label' => 'LABEL_FORMS',
1882
                    'route' => 'organizational-climate/form',
1883
                ],
1884
                [
1885
                    'label' => 'LABEL_SURVEY',
1886
                    'route' => 'organizational-climate',
1887
                ],
1888
                [
1889
                    'label' => 'LABEL_SURVEY_TEST',
1890
                    'route' => 'organizational-climate/test',
1891
                ],
1892
                [
1893
                    'label' => 'LABEL_SURVEY_REPORT',
1894
                    'route' => 'organizational-climate/report',
1895
                ],
1896
            ]
1334 efrain 1897
        ],
1898
 
1899
        [
1900
            'label' => 'LABEL_CULTURE',
1901
            'route' =>  'culture',
1902
            'class' => 'fa fa-book',
1903
        ],
1904
 
1905
        [
1906
            'label' => 'LABEL_COMMUNICATION',
13969 nelberth 1907
            'route' =>  'communication/inbox',
13012 nelberth 1908
            'class' => 'fa fa-envelope',
13770 nelberth 1909
 
1910
 
1334 efrain 1911
        ],
1912
 
1913
        [
1914
            'label' => 'LABEL_CAREER_DEVELOPMENT',
1915
            'route' =>  'career-development',
1916
            'class' => 'fa fa-book',
1917
        ],
1918
 
1919
        [
1920
            'label' => 'LABEL_SURVEYS',
4375 eleazar 1921
            'route' =>  'survey',
1334 efrain 1922
            'class' => 'fa fa-book',
4374 eleazar 1923
            'pages' => [
1924
                [
1925
                    'label' => 'LABEL_FORMS',
4375 eleazar 1926
                    'route' => 'survey/form',
4374 eleazar 1927
                ],
4579 eleazar 1928
                [
1929
                    'label' => 'LABEL_SURVEY',
1930
                    'route' => 'survey',
1931
                ],
5287 eleazar 1932
                [
1933
                    'label' => 'LABEL_SURVEY_TEST',
1934
                    'route' => 'survey/test',
1935
                ],
5823 eleazar 1936
                [
1937
                    'label' => 'LABEL_SURVEY_REPORT',
1938
                    'route' => 'survey/report',
1939
                ],
4374 eleazar 1940
            ]
1334 efrain 1941
        ],
1942
 
1943
        [
1944
            'label' => 'LABEL_BUILDING_MY_FUTURE',
1945
            'route' =>  'building-my-future',
1946
            'class' => 'fa fa-book',
1947
        ],
1948
 
1949
 
4379 nelberth 1950
 
1334 efrain 1951
        [
1952
            'label' => 'LABEL_MY_TRAINER',
1953
            'route' => 'my-trainer',
1954
            'class' => 'fa fa-book',
8462 eleazar 1955
            'pages' => [
1956
                [
8465 eleazar 1957
                    'label' => 'LABEL_CATEGORIES',
8462 eleazar 1958
                    'route' =>  'my-trainer/category',
1959
                ],
1960
                [
8464 eleazar 1961
                    'label' => 'LABEL_QUESTIONS',
8462 eleazar 1962
                    'route' => 'my-trainer/question',
1963
                ],
10778 eleazar 1964
 
8462 eleazar 1965
            ]
1334 efrain 1966
        ],
1967
 
1968
 
1336 efrain 1969
 
1334 efrain 1970
        [
1 www 1971
            'label' => 'LABEL_LOGOUT',
1972
            'route' => 'signout',
1973
            'class' => 'fa fa-sign-out',
1974
        ]
1975
    ];
1976
}