Proyectos de Subversion LeadersLinked - Backend

Rev

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