Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15636 | Rev 15831 | 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',
15636 anderson 537
        'discovery-contacts/progress-by-day',
15579 anderson 538
 
15451 efrain 539
        'my-coach',
540
        'my-coach/categories',
541
        'my-coach/categories/add',
542
        'my-coach/categories/edit',
543
        'my-coach/categories/delete',
544
        'my-coach/categories/editors',
545
        'my-coach/categories/editors/add',
546
        'my-coach/categories/editors/delete',
15579 anderson 547
 
548
 
549
 
1333 efrain 550
        'induction',
13524 nelberth 551
 
1333 efrain 552
        'culture',
13524 nelberth 553
 
554
        'inmail',
555
        'inmail/search-people',
14989 efrain 556
        'inmail/view',
13553 nelberth 557
        'inmail/view/message',
14989 efrain 558
        'inmail/view/message/send',
13771 nelberth 559
        'inmail/sendall',
14989 efrain 560
 
15579 anderson 561
 
13778 nelberth 562
        'inmail/company',
563
        'inmail/company/message',
564
        'inmail/company/message/send',
15579 anderson 565
 
1333 efrain 566
        'communication',
13675 nelberth 567
        'communication/inbox',
13731 nelberth 568
        'communication/inbox/sendall',
13675 nelberth 569
        'communication/inbox/search-people',
570
        'communication/inbox/view/message',
571
        'communication/inbox/view',
572
        'communication/inbox/view/message/send',
13525 nelberth 573
 
15579 anderson 574
 
1333 efrain 575
        'career-development',
576
        'building-my-future',
15579 anderson 577
 
4391 nelberth 578
        'my-trainer',
8462 eleazar 579
        'my-trainer/category',
580
        'my-trainer/category/add',
581
        'my-trainer/category/edit',
582
        'my-trainer/category/delete',
583
        'my-trainer/question',
584
        'my-trainer/question/add',
585
        'my-trainer/question/edit',
586
        'my-trainer/question/delete',
11168 eleazar 587
        'my-trainer/question/view',
11842 eleazar 588
        'my-trainer/question/answer',
589
        'my-trainer/question/answer/add',
590
        'my-trainer/question/answer/edit',
591
        'my-trainer/question/answer/delete',
11873 eleazar 592
        'my-trainer/question/answer/feed',
11921 eleazar 593
        'my-trainer/question/answer/timeline',
11842 eleazar 594
        'my-trainer/question/answer/comments',
595
        'my-trainer/question/answer/comments/delete',
596
        'my-trainer/question/answer/comments/answer',
15579 anderson 597
 
15387 efrain 598
        'reports',
599
        'reports/users-blocked',
600
        'reports/users-blocked/excel',
15599 anderson 601
        'reports/users-blocked/edit',
15601 anderson 602
        'reports/users-blocked/delete',
15579 anderson 603
 
15442 efrain 604
        'activities-center',
605
        'activities-center/performance-evaluation',
606
        'activities-center/performance-evaluation/take-a-test',
607
        'activities-center/performance-evaluation/report',
15579 anderson 608
 
15461 efrain 609
        'activities-center/recruitment-and-selection',
610
        'activities-center/recruitment-and-selection/take-a-test',
611
        'activities-center/recruitment-and-selection/report',
612
 
1 www 613
    ];
614
}
615
 
15336 efrain 616
 
617
 
618
 
15579 anderson 619
function getAclRolesCompany()
620
{
1 www 621
    return [
1336 efrain 622
 
15579 anderson 623
 
624
 
4 efrain 625
        'company-creator' => [
626
            'home',
627
            'signin-admin',
628
            'signin-company',
629
            'dashboard',
630
            'signout',
631
            'storage',
632
            'profile',
633
            'profile/extended',
634
            'profile/cover',
779 geraldo 635
            'profile/header',
636
            'profile/footer',
4 efrain 637
            'profile/image',
638
            'profile/website',
639
            'profile/foundation_year',
640
            'profile/location',
641
            'profile/social-network',
642
            'profile/company-size',
643
            'profile/industry',
644
            'profile/delete',
645
            'users',
646
            'users/change-password',
647
            'users/unblock',
648
            'users/invite',
649
            'users/accept',
650
            'users/cancel',
651
            'users/reject',
652
            'users/edit',
653
            'users/upload',
15579 anderson 654
 
4 efrain 655
            'feeds',
15175 efrain 656
            'feeds/timeline',
657
            'feeds/onefeed',
658
            'feeds/delete',
659
            'feeds/comments',
660
            'feeds/comments/delete',
661
            'feeds/comments/answer',
15364 efrain 662
            'feeds/add',
15579 anderson 663
 
4 efrain 664
            'followers',
665
            'followers/delete',
666
            'jobs',
667
            'jobs/add',
668
            'jobs/delete',
669
            'jobs/users-who-applied',
670
            'jobs/edit',
15088 efrain 671
            'jobs/edit/title',
672
            'jobs/edit/status',
4 efrain 673
            'jobs/edit/last-date-of-application',
674
            'jobs/edit/employment-type',
675
            'jobs/edit/experience',
676
            'jobs/edit/job-category',
677
            'jobs/edit/extended',
678
            'jobs/edit/location',
679
            'jobs/edit/salary',
680
            'jobs/edit/languages',
681
            'jobs/edit/degrees',
682
            'jobs/edit/skills',
683
            'jobs/edit/how-apply',
15336 efrain 684
 
15387 efrain 685
            'reports',
686
            'reports/users-blocked',
687
            'reports/users-blocked/excel',
15599 anderson 688
            'reports/users-blocked/edit',
15601 anderson 689
            'reports/users-blocked/delete',
15579 anderson 690
 
691
 
692
 
4 efrain 693
        ],
1 www 694
        'company-admin' => [
695
            'home',
696
            'signin-admin',
697
            'signin-company',
698
            'dashboard',
699
            'signout',
700
            'storage',
701
            'profile',
702
            'profile/extended',
703
            'profile/cover',
704
            'profile/image',
779 geraldo 705
            'profile/header',
706
            'profile/footer',
1 www 707
            'profile/website',
708
            'profile/foundation_year',
709
            'profile/location',
710
            'profile/social-network',
711
            'profile/company-size',
712
            'profile/industry',
713
            'profile/delete',
714
            'users',
715
            'users/change-password',
716
            'users/unblock',
717
            'users/invite',
718
            'users/accept',
719
            'users/cancel',
720
            'users/reject',
721
            'users/edit',
722
            'users/upload',
723
            'feeds',
15175 efrain 724
            'feeds/timeline',
725
            'feeds/onefeed',
726
            'feeds/delete',
727
            'feeds/comments',
728
            'feeds/comments/delete',
729
            'feeds/comments/answer',
15364 efrain 730
            'feeds/add',
15579 anderson 731
 
1 www 732
            'followers',
733
            'followers/delete',
734
            'jobs',
735
            'jobs/add',
736
            'jobs/delete',
737
            'jobs/users-who-applied',
738
            'jobs/edit',
15088 efrain 739
            'jobs/edit/title',
740
            'jobs/edit/status',
1 www 741
            'jobs/edit/last-date-of-application',
742
            'jobs/edit/employment-type',
743
            'jobs/edit/experience',
744
            'jobs/edit/job-category',
745
            'jobs/edit/extended',
746
            'jobs/edit/location',
747
            'jobs/edit/salary',
748
            'jobs/edit/languages',
749
            'jobs/edit/degrees',
750
            'jobs/edit/skills',
751
            'jobs/edit/how-apply',
15579 anderson 752
 
15387 efrain 753
            'reports',
754
            'reports/users-blocked',
755
            'reports/users-blocked/excel',
15599 anderson 756
            'reports/users-blocked/edit',
15601 anderson 757
            'reports/users-blocked/delete',
1 www 758
        ],
759
        'company-password-unblock' => [
760
            'home',
761
            'signin-admin',
762
            'signin-company',
763
            'dashboard',
764
            'signout',
765
            'storage',
766
            'users',
767
            'users/change-password',
768
            'users/unblock',
15579 anderson 769
 
15387 efrain 770
            'reports',
771
            'reports/users-blocked',
772
            'reports/users-blocked/excel',
15599 anderson 773
            'reports/users-blocked/edit',
15601 anderson 774
            'reports/users-blocked/delete',
15579 anderson 775
 
776
 
1 www 777
        ],
778
        'microlearning-admin' => [
779
            'home',
780
            'signin-admin',
781
            'signin-company',
782
            'dashboard',
783
            'signout',
784
            'storage',
785
            'microlearning',
786
            'microlearning/overview',
187 efrain 787
            'microlearning/reports',
788
            'microlearning/reports/progress',
14610 efrain 789
            'microlearning/reports/progress-for-capsule',
15386 efrain 790
            'microlearning/reports/progress-for-capsule/excel',
791
            'microlearning/reports/progress-for-topic',
792
            'microlearning/reports/progress-for-topic/excel',
793
            'microlearning/reports/progress-for-student',
794
            'microlearning/reports/progress-for-student/excel',
15390 efrain 795
            'microlearning/reports/devices-and-access',
796
            'microlearning/reports/devices-and-access/excel',
187 efrain 797
            'microlearning/reports/comments-for-capsule',
15390 efrain 798
            'microlearning/reports/comments-for-capsule/excel',
1 www 799
            'microlearning/content',
800
            'microlearning/content/topics',
801
            'microlearning/content/topics/add',
802
            'microlearning/content/topics/edit',
803
            'microlearning/content/topics/delete',
804
            'microlearning/content/capsules',
805
            'microlearning/content/capsules/add',
806
            'microlearning/content/capsules/edit',
807
            'microlearning/content/capsules/delete',
808
            'microlearning/content/capsules/users',
809
            'microlearning/content/slides',
810
            'microlearning/content/slides/add',
811
            'microlearning/content/slides/edit',
812
            'microlearning/content/slides/delete',
813
            'microlearning/content/slides/text',
814
            'microlearning/students',
815
            'microlearning/students/edit',
816
            'microlearning/students/timeline',
817
            'microlearning/access-for-students',
818
            'microlearning/access-for-students/revoke',
819
            'microlearning/access-for-students/unlimit',
820
            'microlearning/access-for-students/cancel',
821
            'microlearning/access-for-students/reactive',
822
            'microlearning/access-for-students/upload',
823
            'microlearning/access-for-students/notification',
824
            'microlearning/settings',
825
            'microlearning/settings/student-types',
826
            'microlearning/settings/student-types/add',
827
            'microlearning/settings/student-types/edit',
828
            'microlearning/settings/student-types/delete',
829
            'microlearning/settings/functions',
830
            'microlearning/settings/functions/add',
831
            'microlearning/settings/functions/edit',
832
            'microlearning/settings/functions/delete',
833
            'microlearning/settings/sectors',
834
            'microlearning/settings/sectors/add',
835
            'microlearning/settings/sectors/edit',
836
            'microlearning/settings/sectors/delete',
837
            'microlearning/settings/programs',
838
            'microlearning/settings/programs/add',
839
            'microlearning/settings/programs/edit',
840
            'microlearning/settings/programs/delete',
841
            'microlearning/settings/groups',
842
            'microlearning/settings/groups/add',
843
            'microlearning/settings/groups/edit',
844
            'microlearning/settings/groups/delete',
845
            'microlearning/settings/companies',
846
            'microlearning/settings/companies/add',
847
            'microlearning/settings/companies/edit',
848
            'microlearning/settings/companies/delete',
849
            'microlearning/settings/partners',
850
            'microlearning/settings/partners/add',
851
            'microlearning/settings/partners/edit',
852
            'microlearning/settings/partners/delete',
853
            'microlearning/settings/institutions',
854
            'microlearning/settings/institutions/add',
855
            'microlearning/settings/institutions/edit',
856
            'microlearning/settings/institutions/delete',
15394 efrain 857
            'microlearning/settings/countries',
858
            'microlearning/settings/countries/add',
859
            'microlearning/settings/countries/edit',
860
            'microlearning/settings/countries/delete',
1 www 861
        ],
862
        'microlearning-editor' => [
863
            'home',
864
            'signin-admin',
865
            'signin-company',
866
            'dashboard',
867
            'signout',
868
            'storage',
869
            'microlearning',
870
            'microlearning/content',
871
            'microlearning/content/topics',
872
            'microlearning/content/topics/add',
873
            'microlearning/content/topics/edit',
874
            'microlearning/content/topics/delete',
875
            'microlearning/content/capsules',
876
            'microlearning/content/capsules/add',
877
            'microlearning/content/capsules/edit',
878
            'microlearning/content/capsules/delete',
879
            'microlearning/content/capsules/users',
880
            'microlearning/content/slides',
881
            'microlearning/content/slides/add',
882
            'microlearning/content/slides/edit',
883
            'microlearning/content/slides/delete',
884
            'microlearning/content/slides/text',
885
            'microlearning/access-for-students',
886
            'microlearning/access-for-students/revoke',
887
            'microlearning/access-for-students/unlimit',
888
            'microlearning/access-for-students/cancel',
889
            'microlearning/access-for-students/reactive',
890
            'microlearning/access-for-students/upload',
891
            'microlearning/access-for-students/notification',
892
        ],
893
        'microlearning-students-password-unblock' => [
894
            'home',
895
            'signin-admin',
896
            'signin-company',
897
            'dashboard',
898
            'signout',
899
            'storage',
900
            'microlearning',
901
            'microlearning/students',
902
            'microlearning/students/change-password',
903
            'microlearning/students/unblock',
904
        ],
905
        'self-evaluation-admin' => [
114 efrain 906
            'self-evaluation',
907
            'self-evaluation/forms',
908
            'self-evaluation/forms/add',
909
            'self-evaluation/forms/edit',
910
            'self-evaluation/forms/delete',
115 efrain 911
            'self-evaluation/users',
912
            'self-evaluation/users/add',
913
            'self-evaluation/users/delete',
114 efrain 914
            'self-evaluation/reviews',
115 efrain 915
            'self-evaluation/reviews/edit',
470 geraldo 916
            'self-evaluation/reviews/report',
1 www 917
        ],
15088 efrain 918
        'self-evaluation-reviews' => [
919
            'self-evaluation',
920
            'self-evaluation/reviews',
921
            'self-evaluation/reviews/edit',
922
            'self-evaluation/reviews/report',
923
        ],
975 geraldo 924
        'performance-evaluation-admin' => [
15088 efrain 925
            'settings',
15442 efrain 926
            'jobs-description/positions',
927
            'jobs-description/positions/add',
928
            'jobs-description/positions/edit',
929
            'jobs-description/positions/delete',
930
            'jobs-description/positions/subordinates',
15579 anderson 931
 
15442 efrain 932
            'jobs-description/behaviors',
933
            'jobs-description/behaviors/add',
934
            'jobs-description/behaviors/edit',
935
            'jobs-description/behaviors/delete',
936
            'jobs-description/behaviors/import',
15579 anderson 937
 
15442 efrain 938
            'jobs-description/competencies',
939
            'jobs-description/competencies/add',
940
            'jobs-description/competencies/edit',
941
            'jobs-description/competencies/delete',
942
            'jobs-description/competencies/import',
15579 anderson 943
 
15442 efrain 944
            'jobs-description/competency-types',
945
            'jobs-description/competency-types/add',
946
            'jobs-description/competency-types/edit',
947
            'jobs-description/competency-types/delete',
948
            'jobs-description/competency-types/import',
15579 anderson 949
 
15442 efrain 950
            'jobs-description',
951
            'jobs-description/add',
952
            'jobs-description/edit',
953
            'jobs-description/delete',
954
            'jobs-description/report',
955
            'jobs-description/import',
15579 anderson 956
 
975 geraldo 957
            'performance-evaluation',
958
            'performance-evaluation/forms',
959
            'performance-evaluation/forms/add',
960
            'performance-evaluation/forms/edit',
961
            'performance-evaluation/forms/delete',
15442 efrain 962
            'performance-evaluation/forms/job-description',
963
            'performance-evaluation/forms/active',
964
            'performance-evaluation/forms/inactive',
1263 geraldo 965
            'performance-evaluation/forms/report',
15579 anderson 966
 
967
 
15442 efrain 968
            'performance-evaluation/evaluations',
969
            'performance-evaluation/evaluations/add',
970
            'performance-evaluation/evaluations/delete',
971
            'performance-evaluation/evaluations/report'
15088 efrain 972
        ],
15579 anderson 973
 
974
 
15088 efrain 975
        'performance-evaluation-editor' => [
15442 efrain 976
            'performance-evaluation/evaluations',
977
            'performance-evaluation/evaluations/add',
978
            'performance-evaluation/evaluations/delete',
979
            'performance-evaluation/evaluations/report'
15579 anderson 980
 
975 geraldo 981
        ],
15088 efrain 982
        'recruitment-and-selection-admin' => [
983
            'settings',
15442 efrain 984
            'jobs-description/positions',
985
            'jobs-description/positions/add',
986
            'jobs-description/positions/edit',
987
            'jobs-description/positions/delete',
988
            'jobs-description/positions/subordinates',
15579 anderson 989
 
15442 efrain 990
            'jobs-description/behaviors',
991
            'jobs-description/behaviors/add',
992
            'jobs-description/behaviors/edit',
993
            'jobs-description/behaviors/delete',
994
            'jobs-description/behaviors/import',
15579 anderson 995
 
15442 efrain 996
            'jobs-description/competencies',
997
            'jobs-description/competencies/add',
998
            'jobs-description/competencies/edit',
999
            'jobs-description/competencies/delete',
1000
            'jobs-description/competencies/import',
15579 anderson 1001
 
15442 efrain 1002
            'jobs-description/competency-types',
1003
            'jobs-description/competency-types/add',
1004
            'jobs-description/competency-types/edit',
1005
            'jobs-description/competency-types/delete',
1006
            'jobs-description/competency-types/import',
15579 anderson 1007
 
15442 efrain 1008
            'jobs-description',
1009
            'jobs-description/add',
1010
            'jobs-description/edit',
1011
            'jobs-description/delete',
1012
            'jobs-description/report',
1013
            'jobs-description/import',
15579 anderson 1014
 
15088 efrain 1015
            'recruitment-and-selection',
1016
            'recruitment-and-selection/vacancies',
1017
            'recruitment-and-selection/vacancies/add',
1018
            'recruitment-and-selection/vacancies/edit',
1019
            'recruitment-and-selection/vacancies/delete',
15461 efrain 1020
            'recruitment-and-selection/applications',
1021
            'recruitment-and-selection/applications/user-by-email',
1022
            'recruitment-and-selection/applications/add',
1023
            'recruitment-and-selection/applications/delete',
1024
            'recruitment-and-selection/applications/level',
1025
            'recruitment-and-selection/applications/status',
1026
            'recruitment-and-selection/applications/comment',
1027
            'recruitment-and-selection/applications/view',
1028
            'recruitment-and-selection/applications/files',
1029
            'recruitment-and-selection/applications/files/add',
1030
            'recruitment-and-selection/applications/files/delete',
1031
            'recruitment-and-selection/applications/files/view',
1032
            'recruitment-and-selection/applications/interviews',
1033
            'recruitment-and-selection/applications/interviews/add',
1034
            'recruitment-and-selection/applications/interviews/edit',
1035
            'recruitment-and-selection/applications/interviews/delete',
1036
            'recruitment-and-selection/applications/interviews/report',
15579 anderson 1037
 
15461 efrain 1038
            /*
15088 efrain 1039
            'recruitment-and-selection/candidates',
1040
            'recruitment-and-selection/candidates/add',
1041
            'recruitment-and-selection/candidates/edit',
1042
            'recruitment-and-selection/candidates/delete',
1043
            'recruitment-and-selection/user-by-email',
1044
            'recruitment-and-selection/interview',
1045
            'recruitment-and-selection/interview/form',
1046
            'recruitment-and-selection/interview/form/add',
1047
            'recruitment-and-selection/interview/form/edit',
1048
            'recruitment-and-selection/interview/form/delete',
1049
            'recruitment-and-selection/interview/report',
1050
            'recruitment-and-selection/interview/vacancy',
1051
            'recruitment-and-selection/interview/type',
1052
            'recruitment-and-selection/interview/file',
1053
            'recruitment-and-selection/interview/file/add',
1054
            'recruitment-and-selection/interview/file/edit',
15461 efrain 1055
            'recruitment-and-selection/interview/file/delete',*/
15088 efrain 1056
        ],
15579 anderson 1057
 
15088 efrain 1058
        'recruitment-and-selection-editor' => [
1059
            'recruitment-and-selection',
1060
            'recruitment-and-selection/vacancies',
1061
            'recruitment-and-selection/vacancies/add',
1062
            'recruitment-and-selection/vacancies/edit',
1063
            'recruitment-and-selection/vacancies/delete',
15461 efrain 1064
            'recruitment-and-selection/applications',
1065
            'recruitment-and-selection/applications/user-by-email',
1066
            'recruitment-and-selection/applications/add',
1067
            'recruitment-and-selection/applications/delete',
1068
            'recruitment-and-selection/applications/view',
1069
            'recruitment-and-selection/applications/level',
1070
            'recruitment-and-selection/applications/status',
1071
            'recruitment-and-selection/applications/comment',
1072
            'recruitment-and-selection/applications/files',
1073
            'recruitment-and-selection/applications/files/add',
1074
            'recruitment-and-selection/applications/files/delete',
1075
            'recruitment-and-selection/applications/files/view',
1076
            'recruitment-and-selection/applications/interviews',
1077
            'recruitment-and-selection/applications/interviews/add',
1078
            'recruitment-and-selection/applications/interviews/edit',
1079
            'recruitment-and-selection/applications/interviews/delete',
1080
            'recruitment-and-selection/applications/interviews/report',
15579 anderson 1081
 
15461 efrain 1082
            /*
15088 efrain 1083
            'recruitment-and-selection/candidates',
1084
            'recruitment-and-selection/candidates/add',
1085
            'recruitment-and-selection/candidates/edit',
1086
            'recruitment-and-selection/candidates/delete',
1087
            'recruitment-and-selection/user-by-email',
1088
            'recruitment-and-selection/interview',
1089
            'recruitment-and-selection/interview/form',
1090
            'recruitment-and-selection/interview/form/add',
1091
            'recruitment-and-selection/interview/form/edit',
1092
            'recruitment-and-selection/interview/form/delete',
1093
            'recruitment-and-selection/interview/report',
1094
            'recruitment-and-selection/interview/vacancy',
1095
            'recruitment-and-selection/interview/type',
1096
            'recruitment-and-selection/interview/file',
1097
            'recruitment-and-selection/interview/file/add',
1098
            'recruitment-and-selection/interview/file/edit',
15461 efrain 1099
            'recruitment-and-selection/interview/file/delete',*/
15088 efrain 1100
        ],
15149 efrain 1101
        'survey-admin' => [
1102
            'survey',
1103
            'survey/add',
1104
            'survey/edit',
1105
            'survey/delete',
1106
            'survey/form',
1107
            'survey/form/add',
1108
            'survey/form/edit',
1109
            'survey/form/delete',
1110
            'survey/test',
1111
            'survey/test/add',
1112
            'survey/test/report',
1113
            'survey/test/delete',
1114
            'survey/report',
1115
            'survey/report/overview',
1116
            'survey/report/all',
1117
            'survey/report/excel',
1118
        ],
1119
        'survey-test' => [
1120
            'survey/test',
1121
            'survey/test/add',
1122
            'survey/test/report',
1123
            'survey/test/delete',
1124
        ],
1125
        'survey-report' => [
1126
            'survey/report',
1127
            'survey/report/overview',
1128
            'survey/report/all',
1129
            'survey/report/excel',
1130
        ],
15175 efrain 1131
        'organizational-climate-admin' => [
1132
            'organizational-climate',
1133
            'organizational-climate/add',
1134
            'organizational-climate/edit',
1135
            'organizational-climate/delete',
1136
            'organizational-climate/form',
1137
            'organizational-climate/form/add',
1138
            'organizational-climate/form/edit',
1139
            'organizational-climate/form/delete',
1140
            'organizational-climate/test',
1141
            'organizational-climate/test/add',
1142
            'organizational-climate/test/report',
1143
            'organizational-climate/test/delete',
1144
            'organizational-climate/report',
1145
            'organizational-climate/report/overview',
1146
            'organizational-climate/report/all',
1147
            'organizational-climate/report/excel',
1148
        ],
1149
        'organizational-climate-test' => [
1150
            'organizational-climate/test',
1151
            'organizational-climate/test/add',
1152
            'organizational-climate/test/report',
1153
            'organizational-climate/test/delete',
1154
        ],
1155
        'organizational-climate-report' => [
1156
            'organizational-climate/report',
1157
            'organizational-climate/report/overview',
1158
            'organizational-climate/report/all',
1159
            'organizational-climate/report/excel',
15386 efrain 1160
        ],
1161
        'planning-objectives-and-goals-admin' => [
1162
            'planning-objectives-and-goals',
1163
            'planning-objectives-and-goals/objectives',
1164
            'planning-objectives-and-goals/objectives/report',
1165
            'planning-objectives-and-goals/objectives/reportall',
1166
            'planning-objectives-and-goals/objectives/matriz',
1167
            'planning-objectives-and-goals/objectives/goals',
1168
            'planning-objectives-and-goals/objectives/goals/add',
1169
            'planning-objectives-and-goals/objectives/goals/edit',
1170
            'planning-objectives-and-goals/objectives/goals/delete',
1171
            'planning-objectives-and-goals/objectives/goals/task',
1172
            'planning-objectives-and-goals/objectives/goals/task/add',
1173
            'planning-objectives-and-goals/objectives/goals/task/edit',
1174
            'planning-objectives-and-goals/objectives/goals/task/delete',
1175
            'planning-objectives-and-goals/objectives/goals/task/view',
1176
            'planning-objectives-and-goals/objectives/add',
1177
            'planning-objectives-and-goals/objectives/delete',
1178
            'planning-objectives-and-goals/objectives/edit',
1179
        ],
15401 efrain 1180
        'discovery-contacts-admin' => [
1181
 
1182
            'discovery-contacts',
1183
            'discovery-contacts/add',
1184
            'discovery-contacts/edit',
1185
            'discovery-contacts/delete',
1186
            'discovery-contacts/view',
15546 efrain 1187
            'discovery-contacts/upload',
15401 efrain 1188
            'discovery-contacts/interaction-types',
1189
            'discovery-contacts/interaction-types/add',
1190
            'discovery-contacts/interaction-types/delete',
1191
            'discovery-contacts/interaction-types/edit',
1192
            'discovery-contacts/interactions',
1193
            'discovery-contacts/interactions/add',
1194
            'discovery-contacts/interactions/delete',
1195
            'discovery-contacts/logs',
15636 anderson 1196
            'discovery-contacts/progress-by-day',
15579 anderson 1197
        ],
15401 efrain 1198
        'discovery-contacts-user' => [
15579 anderson 1199
 
15401 efrain 1200
            'discovery-contacts',
1201
            'discovery-contacts/add',
1202
            'discovery-contacts/edit',
1203
            'discovery-contacts/view',
1204
            'discovery-contacts/interactions',
1205
            'discovery-contacts/interactions/add',
1206
            'discovery-contacts/interactions/delete',
1207
            'discovery-contacts/logs',
15643 anderson 1208
            'discovery-contacts/progress-by-day',
15401 efrain 1209
        ],
15451 efrain 1210
        'my-coach-admin' => [
1211
            'my-coach',
1212
            'my-coach/categories',
1213
            'my-coach/categories/add',
1214
            'my-coach/categories/edit',
1215
            'my-coach/categories/delete',
1216
            'my-coach/categories/editors',
1217
            'my-coach/categories/editors/add',
1218
            'my-coach/categories/editors/delete',
15540 efrain 1219
        ],
1220
        'engagement-admin' => [
1221
            'engagement',
1222
            'engagement/setup',
1223
            'engagement/reports',
1224
            'engagement/reports/overview',
15542 efrain 1225
            'engagement/rewards',
1226
            'engagement/rewards/add',
1227
            'engagement/rewards/edit',
1228
            'engagement/rewards/delete',
15579 anderson 1229
 
1230
 
15540 efrain 1231
        ],
15579 anderson 1232
 
15540 efrain 1233
        'engagement-daily-pulse-admin' => [
1234
            'daily-pulse',
1235
            'daily-pulse/emojis',
1236
            'daily-pulse/emojis/add',
1237
            'daily-pulse/emojis/edit',
1238
            'daily-pulse/emojis/delete',
1239
            'daily-pulse/reports',
1240
            'daily-pulse/reports/overview',
1241
            'daily-pulse/reports/overview/download',
15579 anderson 1242
        ],
15540 efrain 1243
 
15579 anderson 1244
 
1245
 
1246
 
1247
 
779 geraldo 1248
    ];
1 www 1249
}
1250
 
15355 efrain 1251
function getAclPermissionPushTemplatesForCustomApps()
1252
{
1253
    return [
1254
        'settings',
1255
        'settings/push-templates',
1256
        'settings/push-templates/edit',
1257
        'settings/push-templates/import',
1258
    ];
1259
}
1260
 
15579 anderson 1261
function getAclPermissionSuperAdmin()
15336 efrain 1262
{
1 www 1263
    return [
15336 efrain 1264
        'settings',
1265
        'settings/private-networks',
1266
        'settings/private-networks/add',
1267
        'settings/private-networks/edit',
1268
        'settings/private-networks/delete',
15460 efrain 1269
 
15579 anderson 1270
 
1271
 
1272
 
15336 efrain 1273
    ];
1274
}
1275
 
1276
function  getAclPermissionAdminForDefaultNetwork()
1277
{
1278
    return [
15579 anderson 1279
 
1280
 
15460 efrain 1281
        'jobs-description',
1282
        'jobs-description/add',
1283
        'jobs-description/edit',
1284
        'jobs-description/delete',
15579 anderson 1285
 
15442 efrain 1286
        'jobs-description/competency-types',
1287
        'jobs-description/competency-types/add',
1288
        'jobs-description/competency-types/edit',
1289
        'jobs-description/competency-types/delete',
1290
        'jobs-description/behaviors',
15579 anderson 1291
 
15442 efrain 1292
        'jobs-description/behaviors/add',
1293
        'jobs-description/behaviors/edit',
15460 efrain 1294
        'jobs-description/behaviors/delete',
15579 anderson 1295
 
15442 efrain 1296
        'jobs-description/competencies',
1297
        'jobs-description/competencies/add',
1298
        'jobs-description/competencies/edit',
1299
        'jobs-description/competencies/delete',
15460 efrain 1300
 
1301
        'settings',
15579 anderson 1302
 
15460 efrain 1303
        'settings/email-templates',
1304
        'settings/email-templates/edit',
15579 anderson 1305
 
15460 efrain 1306
        'settings/push-templates',
1307
        'settings/push-templates/edit',
15579 anderson 1308
 
15460 efrain 1309
        'settings/countries',
1310
        'settings/countries/add',
1311
        'settings/countries/edit',
1312
        'settings/countries/delete',
15579 anderson 1313
 
15460 efrain 1314
        'settings/company-sizes',
1315
        'settings/company-sizes/add',
1316
        'settings/company-sizes/edit',
1317
        'settings/company-sizes/delete',
15579 anderson 1318
 
15336 efrain 1319
        'settings/degrees',
1320
        'settings/degrees/add',
1321
        'settings/degrees/edit',
1322
        'settings/degrees/delete',
15579 anderson 1323
 
15336 efrain 1324
        'settings/group-types',
1325
        'settings/group-types/add',
1326
        'settings/group-types/edit',
1327
        'settings/group-types/delete',
15579 anderson 1328
 
15336 efrain 1329
        'settings/industries',
1330
        'settings/industries/add',
1331
        'settings/industries/edit',
1332
        'settings/industries/delete',
15579 anderson 1333
 
15336 efrain 1334
        'settings/job-categories',
1335
        'settings/job-categories/add',
1336
        'settings/job-categories/edit',
1337
        'settings/job-categories/delete',
15579 anderson 1338
 
15336 efrain 1339
        'settings/skills',
1340
        'settings/skills/add',
1341
        'settings/skills/edit',
1342
        'settings/skills/delete',
15579 anderson 1343
 
15336 efrain 1344
        'settings/aptitudes',
1345
        'settings/aptitudes/add',
1346
        'settings/aptitudes/edit',
1347
        'settings/aptitudes/delete',
15579 anderson 1348
 
15336 efrain 1349
        'settings/hobbies-and-interests',
1350
        'settings/hobbies-and-interests/add',
1351
        'settings/hobbies-and-interests/edit',
1352
        'settings/hobbies-and-interests/delete',
15460 efrain 1353
 
1354
 
15579 anderson 1355
 
1356
 
15336 efrain 1357
        'settings/email-templates',
1358
        'settings/email-templates/edit',
1359
        'settings/push-templates',
1360
        'settings/push-templates/edit',
1361
 
15579 anderson 1362
 
15336 efrain 1363
        'settings/my-private-network',
1364
        'settings/my-private-network/intro',
1365
        'settings/my-private-network/navbar',
1366
        'settings/my-private-network/favicon',
1367
        'settings/my-private-network/logo',
1368
        'settings/my-private-network/styles-and-colors',
15394 efrain 1369
        'settings/my-private-network/calendar',
15579 anderson 1370
 
15336 efrain 1371
        'companies',
1372
        'companies/edit',
1373
        'companies/services',
1374
        'companies/roles',
15579 anderson 1375
 
15387 efrain 1376
        'reports',
1377
        'reports/users-blocked',
1378
        'reports/users-blocked/excel',
15599 anderson 1379
        'reports/users-blocked/edit',
15601 anderson 1380
        'reports/users-blocked/delete',
15336 efrain 1381
    ];
1382
}
1383
 
1384
function  getAclPermissionAdminForNonDefaultNetwork()
1385
{
1386
    return [
1387
        'settings',
1388
        'settings/email-templates',
1389
        'settings/email-templates/edit',
15579 anderson 1390
 
1391
 
15336 efrain 1392
        'settings/my-private-network',
1393
        'settings/my-private-network/intro',
1394
        'settings/my-private-network/navbar',
1395
        'settings/my-private-network/favicon',
1396
        'settings/my-private-network/logo',
1397
        'settings/my-private-network/styles-and-colors',
15394 efrain 1398
        'settings/my-private-network/calendar',
15579 anderson 1399
 
1400
 
15387 efrain 1401
        'reports',
1402
        'reports/users-blocked',
1403
        'reports/users-blocked/excel',
15599 anderson 1404
        'reports/users-blocked/edit',
15601 anderson 1405
        'reports/users-blocked/delete',
15579 anderson 1406
 
15457 efrain 1407
        'users',
1408
        'users/request-access',
1409
        'users/request-access/approve',
1410
        'users/request-access/reject',
15579 anderson 1411
 
1412
 
15336 efrain 1413
    ];
1414
}
1415
 
1416
 
1417
 
15579 anderson 1418
function getAclRolesForUsertype()
1419
{
15336 efrain 1420
    return [
1 www 1421
        UserType::ADMIN => [
1422
            'home',
1423
            'signin-admin',
1424
            'signin-company',
1425
            'dashboard',
1426
            'signout',
1427
            'storage',
1428
            'settings',
15336 efrain 1429
 
15579 anderson 1430
 
15336 efrain 1431
            'settings/my-private-network',
1432
            'settings/my-private-network/navbar',
1433
            'settings/my-private-network/favicon',
1434
            'settings/my-private-network/logo',
1435
            'settings/my-private-network/styles-and-colors',
15394 efrain 1436
            'settings/my-private-network/calendar',
15579 anderson 1437
 
1 www 1438
            'publications',
1439
            'publications/posts',
1440
            'publications/posts/add',
1441
            'publications/posts/edit',
1442
            'publications/posts/delete',
1443
            'publications/pages',
1444
            'publications/pages/add',
1445
            'publications/pages/edit',
1446
            'publications/pages/delete',
15579 anderson 1447
 
1 www 1448
            'users',
1449
            'users/change-password',
1450
            'users/unblock',
129 efrain 1451
            'users/email-verify',
15387 efrain 1452
            'users/upload',
15579 anderson 1453
 
14587 efrain 1454
            'chat/heart-beat',
1455
            'chat/create-group',
1456
            'chat/add-user-to-group',
1457
            'chat/mark-seen',
1458
            'chat/mark-received',
1459
            'chat/remove-user-from-group',
1460
            'chat/get-all-messages',
1461
            'chat/send',
1462
            'chat/get-contacts-availables-for-group',
1463
            'chat/get-contact-group-list',
1464
            'chat/leave-group',
1465
            'chat/delete-group',
1466
            'chat/close',
1467
            'chat/clear',
14692 efrain 1468
            'chat/open',
14587 efrain 1469
            'chat/upload',
14691 efrain 1470
            'csrf',
15579 anderson 1471
 
15387 efrain 1472
            'reports',
1473
            'reports/users-blocked',
15579 anderson 1474
 
15442 efrain 1475
            'activities-center',
1476
            'activities-center/performance-evaluation',
1477
            'activities-center/performance-evaluation/take-a-test',
1478
            'activities-center/performance-evaluation/report',
15579 anderson 1479
 
15461 efrain 1480
            'activities-center/recruitment-and-selection',
1481
            'activities-center/recruitment-and-selection/take-a-test',
1482
            'activities-center/recruitment-and-selection/report',
15579 anderson 1483
 
1 www 1484
        ],
15336 efrain 1485
 
1 www 1486
        UserType::USER => [
1487
            'home',
1488
            'signin-admin',
1489
            'signin-company',
1490
            'dashboard',
1491
            'signout',
1492
            'storage',
15336 efrain 1493
            'storage-network',
15579 anderson 1494
 
15088 efrain 1495
            'home',
1496
            'signin-admin',
1497
            'signin-company',
1498
            'dashboard',
1499
            'signout',
1500
            'storage',
15579 anderson 1501
 
14587 efrain 1502
            'chat',
1503
            'chat/heart-beat',
1504
            'chat/create-group',
1505
            'chat/add-user-to-group',
1506
            'chat/mark-seen',
1507
            'chat/mark-received',
1508
            'chat/remove-user-from-group',
1509
            'chat/get-all-messages',
1510
            'chat/send',
1511
            'chat/get-contacts-availables-for-group',
1512
            'chat/get-contact-group-list',
1513
            'chat/leave-group',
1514
            'chat/delete-group',
1515
            'chat/close',
1516
            'chat/clear',
14692 efrain 1517
            'chat/open',
14588 efrain 1518
            'chat/upload',
14691 efrain 1519
            'csrf',
15579 anderson 1520
 
15442 efrain 1521
            'activities-center',
1522
            'activities-center/performance-evaluation',
1523
            'activities-center/performance-evaluation/take-a-test',
1524
            'activities-center/performance-evaluation/report',
15579 anderson 1525
 
15461 efrain 1526
            'activities-center/recruitment-and-selection',
1527
            'activities-center/recruitment-and-selection/take-a-test',
1528
            'activities-center/recruitment-and-selection/report',
14610 efrain 1529
 
15579 anderson 1530
 
1 www 1531
        ],
1532
        UserType::GUEST => [
1533
            'home',
1534
            'signin-admin',
1535
            'signin-company',
1536
            'signout',
15336 efrain 1537
            'storage-network',
8536 efrain 1538
 
15579 anderson 1539
 
1 www 1540
        ],
1541
    ];
1542
}
1543
 
15579 anderson 1544
function getAclMenuSystem()
1545
{
1 www 1546
    return [
1547
        [
1548
            'label' => 'LABEL_HOME',
1549
            'route' => 'dashboard',
1550
            'class' => 'fa fa-home'
1551
        ],
15442 efrain 1552
 
1 www 1553
        [
15336 efrain 1554
            'label' => 'LABEL_PRIVATE_NETWORKS',
1555
            'route' => 'settings/private-networks',
1556
            'class' => 'fa fa-building',
1557
        ],
15579 anderson 1558
 
1559
 
15336 efrain 1560
        [
1561
            'label' => 'LABEL_MY_PRIVATE_NETWORK',
1562
            'route' => 'settings/my-private-network',
1563
            'class' => 'fa fa-building',
1564
            'pages' => [
1565
                [
15394 efrain 1566
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_CALENDAR',
1567
                    'route' => 'settings/my-private-network/calendar',
1568
                ],
1569
                [
15336 efrain 1570
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_INTRO',
1571
                    'route' => 'settings/my-private-network/intro',
1572
                ],
1573
                [
1574
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_NAVBAR',
1575
                    'route' => 'settings/my-private-network/navbar',
1576
                ],
1577
                [
1578
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_FAVICO',
1579
                    'route' => 'settings/my-private-network/favicon',
1580
                ],
1581
                [
1582
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_LOGO',
1583
                    'route' => 'settings/my-private-network/logo',
1584
                ],
1585
                [
1586
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_STYLES_AND_COLORS',
1587
                    'route' => 'settings/my-private-network/styles-and-colors',
1588
                ],
1589
 
15579 anderson 1590
 
1591
 
1592
            ],
15336 efrain 1593
        ],
15579 anderson 1594
 
1595
 
15336 efrain 1596
        [
1 www 1597
            'label' => 'LABEL_COMPANIES',
1598
            'route' => 'companies',
1599
            'class' => 'fa fa-building',
1600
        ],
1601
        [
15442 efrain 1602
            'label' => 'LABEL_JOBS_DESCRIPTION',
1603
            'route' => 'jobs-description',
1604
            'class' => 'fa fa-book',
1 www 1605
            'pages' => [
1606
                [
15442 efrain 1607
                    'label' => 'LABEL_COMPETENCIES',
1608
                    'route' => 'jobs-description/competencies',
15392 efrain 1609
                ],
1610
                [
15442 efrain 1611
                    'label' => 'LABEL_COMPETENCY_TYPES',
1612
                    'route' => 'jobs-description/competency-types',
1 www 1613
                ],
1614
                [
15442 efrain 1615
                    'label' => 'LABEL_BEHAVIORS',
1616
                    'route' => 'jobs-description/behaviors',
1 www 1617
                ],
15442 efrain 1618
            ]
1619
        ],
1620
        [
1621
            'label' => 'LABEL_SETTINGS',
1622
            'route' => 'settings',
1623
            'class' => 'fa fa-cog',
1624
            'pages' => [
1 www 1625
                [
15442 efrain 1626
                    'label' => 'LABEL_APTITUDES',
1627
                    'route' => 'settings/aptitudes',
14875 efrain 1628
                ],
1629
                [
15460 efrain 1630
                    'label' => 'LABEL_COUNTRIES',
1631
                    'route' => 'settings/countries',
1632
                ],
1633
                [
1 www 1634
                    'label' => 'LABEL_EMAIL_TEMPLATES',
1635
                    'route' => 'settings/email-templates',
1636
                ],
1637
                [
1638
                    'label' => 'LABEL_PUSH_TEMPLATES',
1639
                    'route' => 'settings/push-templates',
1640
                ],
1641
                [
1642
                    'label' => 'LABEL_DEGREES',
1643
                    'route' => 'settings/degrees',
1644
                ],
1645
                [
15392 efrain 1646
                    'label' => 'LABEL_HOBBIES_AND_INTERESTS',
1647
                    'route' => 'settings/hobbies-and-interests',
1648
                ],
1649
                [
1 www 1650
                    'label' => 'LABEL_SKILLS',
1651
                    'route' => 'settings/skills',
1652
                ],
1653
                [
1654
                    'label' => 'LABEL_INDUSTRIES',
1655
                    'route' => 'settings/industries',
1656
                ],
1657
                [
837 geraldo 1658
                    'label' => 'LABEL_JOBS_DESCRIPTION',
15442 efrain 1659
                    'route' => 'jobs-description',
836 geraldo 1660
                ],
1661
                [
1 www 1662
                    'label' => 'LABEL_COMPANY_SIZES',
1663
                    'route' => 'settings/company-sizes',
1664
                ],
1665
                [
1666
                    'label' => 'LABEL_COMPETENCY_TYPES',
15442 efrain 1667
                    'route' => 'jobs-description/competency-types',
1 www 1668
                ],
1669
                [
1670
                    'label' => 'LABEL_GROUP_TYPES',
1671
                    'route' => 'settings/group-types',
1672
                ],
1673
            ]
1674
        ],
1675
        [
1676
            'label' => 'LABEL_PUBLICATIONS',
1677
            'route' => 'publications',
1678
            'class' => 'fa fa-book',
1679
            'pages' => [
1680
                [
1681
                    'label' => 'LABEL_PAGES',
1682
                    'route' => 'publications/pages',
1683
                ],
1684
                [
1685
                    'label' => 'LABEL_POSTS',
1686
                    'route' => 'publications/posts',
1687
                ],
1688
            ]
1689
        ],
1690
        [
1691
            'label' => 'LABEL_USERS',
1692
            'route' => 'users',
1693
            'class' => 'fa fa-users',
1694
        ],
15457 efrain 1695
        [
1696
            'label' => 'LABEL_USERS_REQUEST_ACCESS',
1697
            'route' => 'users/request-access',
1698
            'class' => 'fa fa-key',
1699
        ],
15579 anderson 1700
 
15387 efrain 1701
        [
1702
            'label' => 'LABEL_REPORTS',
1703
            'route' => 'settings',
1704
            'class' => 'fa fa-print',
1705
            'pages' => [
1706
                [
1707
                    'label' => 'LABEL_REPORTS_USERS_BLOCKED',
1708
                    'route' => 'reports/users-blocked',
1709
                ],
1710
            ]
1711
        ],
15579 anderson 1712
 
1713
 
1333 efrain 1714
        [
1 www 1715
            'label' => 'LABEL_LOGOUT',
1716
            'route' => 'signout',
1717
            'class' => 'fa fa-sign-out',
1718
        ]
779 geraldo 1719
    ];
1 www 1720
}
1721
 
15579 anderson 1722
function getAclMenuCompany()
1723
{
779 geraldo 1724
 
1 www 1725
    return [
15442 efrain 1726
        /*[
1 www 1727
            'label' => 'LABEL_HOME',
1728
            'route' => 'dashboard',
1729
            'class' => 'fa fa-home'
15442 efrain 1730
        ],*/
1731
        [
1732
            'label' => 'LABEL_ACTIVITY_CENTER',
1733
            'route' => 'activities-center',
1734
            'class' => 'fa fa-home',
1735
            'pages' => [
1736
                [
1737
                    'label' => 'LABEL_PERFORMANCE_EVALUATION',
1738
                    'route' => 'activities-center/performance-evaluation',
1739
                ],
15461 efrain 1740
                [
1741
                    'label' => 'LABEL_RECRUITMENT_AND_SELECTION',
1742
                    'route' => 'activities-center/recruitment-and-selection',
1743
                ],
1744
 
15579 anderson 1745
 
15442 efrain 1746
            ],
1 www 1747
        ],
1748
        [
1749
            'label' => 'LABEL_JOBS',
1750
            'route' => 'jobs',
1751
            'class' => 'fa fa-briefcase'
1752
        ],
1753
        [
1754
            'label' => 'LABEL_FEEDS',
1755
            'route' => 'feeds',
1756
            'class' => 'fa fa-rss'
1757
        ],
114 efrain 1758
        [
13672 nelberth 1759
            'label' => 'LABEL_INMAIL',
13524 nelberth 1760
            'route' => 'inmail',
13487 nelberth 1761
            'class' => 'fa fa-envelope-o'
1762
        ],
15579 anderson 1763
 
13487 nelberth 1764
        [
15401 efrain 1765
            'label' => 'LABEL_DISCOVERY_CONTACTS',
1766
            'route' => 'discovery-contacts',
1767
            'class' => 'fa fa-book',
1768
            'pages' => [
1769
                [
1770
                    'label' => 'LABEL_CONTACTS',
1771
                    'route' => 'discovery-contacts',
1772
                ],
1773
                [
1774
                    'label' => 'LABEL_INTERACTION_TYPES',
1775
                    'route' => 'discovery-contacts/interaction-types',
1776
                ],
15633 anderson 1777
                [
1778
                    'label' => 'LABEL_PROGRESS_BY_DAY',
15636 anderson 1779
                    'route' => 'discovery-contacts/progress-by-day',
15633 anderson 1780
                ],
15401 efrain 1781
            ],
1782
        ],
15451 efrain 1783
        [
1784
            'label' => 'LABEL_MY_COACH',
1785
            'route' => 'my-coach',
1786
            'class' => 'fa fa-book',
1787
            'pages' => [
1788
                [
1789
                    'label' => 'LABEL_CATEGORIES',
1790
                    'route' => 'my-coach/categories',
1791
                ],
1792
            ],
1793
        ],
15579 anderson 1794
 
15401 efrain 1795
        [
114 efrain 1796
            'label' => 'LABEL_SELF_EVALUATION',
1797
            'route' => 'self-evaluation',
1798
            'class' => 'fa fa-book',
1799
            'pages' => [
1800
                [
1801
                    'label' => 'LABEL_FORMS',
1802
                    'route' => 'self-evaluation/forms',
1803
                ],
115 efrain 1804
                [
1805
                    'label' => 'LABEL_USERS',
1806
                    'route' => 'self-evaluation/users',
246 geraldo 1807
                ],
1808
                [
1809
                    'label' => 'LABEL_REVIEWS',
1810
                    'route' => 'self-evaluation/reviews',
245 geraldo 1811
                ]
779 geraldo 1812
            ],
1813
        ],
15579 anderson 1814
 
1 www 1815
        [
15540 efrain 1816
            'label' => 'LABEL_ENGAGEMENT',
1817
            'route' => 'engagement',
1818
            'class' => 'fa fa-book',
1819
            'pages' => [
1820
                [
1821
                    'label' => 'LABEL_SETTINGS',
1822
                    'route' => 'engagement/setup',
1823
                ],
15542 efrain 1824
                [
1825
                    'label' => 'LABEL_ENGAGEMENT_REWARDS',
1826
                    'route' => 'engagement/rewards',
1827
                ],
15579 anderson 1828
 
15540 efrain 1829
            ]
1830
        ],
15579 anderson 1831
 
15540 efrain 1832
        [
1833
            'label' => 'LABEL_DAILY_PULSE',
1834
            'route' => 'daily-pulse',
1835
            'class' => 'fa fa-smile-o',
1836
            'pages' => [
1837
                [
1838
                    'label' => 'LABEL_DAILY_PULSE_EMOJIS',
1839
                    'route' => 'daily-pulse/emojis',
1840
                ],
1841
                [
1842
                    'label' => 'LABEL_DAILY_PULSE_REPORTS_OVERVIEW',
1843
                    'route' => 'daily-pulse/reports/overview',
1844
                ],
15579 anderson 1845
            ],
1846
        ],
15540 efrain 1847
 
15579 anderson 1848
 
1849
 
1850
 
15540 efrain 1851
        [
1 www 1852
            'label' => 'LABEL_MICRO_LEARNING',
1853
            'route' => 'microlearning',
1854
            'class' => 'fa fa-book',
1855
            'pages' => [
1856
                [
1857
                    'label' => 'LABEL_OVERVIEW',
1858
                    'route' => 'microlearning/overview',
1859
                ],
1860
                [
1861
                    'label' => 'LABEL_REPORTS',
1862
                    'route' => 'microlearning/reports',
2 efrain 1863
                    'pages' => [
1864
                        [
15390 efrain 1865
                            'label' => 'LABEL_DEVICES_AND_ACCESS',
1866
                            'route' => 'microlearning/reports/devices-and-access',
2 efrain 1867
                        ],
15579 anderson 1868
                        /*
2 efrain 1869
                        [
1870
                            'label' => 'LABEL_PROGRESS',
1871
                            'route' => 'microlearning/reports/progress',
1872
                        ],
14626 efrain 1873
*/
14610 efrain 1874
                        [
15386 efrain 1875
                            'label' => 'LABEL_PROGRESS_FOR_TOPIC',
1876
                            'route' => 'microlearning/reports/progress-for-topic',
1877
                        ],
1878
                        [
14610 efrain 1879
                            'label' => 'LABEL_PROGRESS_FOR_CAPSULE',
1880
                            'route' => 'microlearning/reports/progress-for-capsule',
1881
                        ],
15386 efrain 1882
                        [
1883
                            'label' => 'LABEL_PROGRESS_FOR_STUDENT',
1884
                            'route' => 'microlearning/reports/progress-for-student',
1885
                        ],
779 geraldo 1886
                    ],
1 www 1887
                ],
1888
                [
1889
                    'label' => 'LABEL_CONTENT',
1890
                    'route' => 'microlearning/content',
1891
                    'pages' => [
1892
                        [
66 efrain 1893
                            'label' => 'LABEL_QUIZZES',
1894
                            'route' => 'microlearning/content/quizzes',
1895
                        ],
1896
                        [
1 www 1897
                            'label' => 'LABEL_TOPICS',
1898
                            'route' => 'microlearning/content/topics',
1899
                        ],
1900
                        [
1901
                            'label' => 'LABEL_CAPSULES',
1902
                            'route' => 'microlearning/content/capsules',
1903
                        ],
1904
                        [
1905
                            'label' => 'LABEL_SLIDES',
1906
                            'route' => 'microlearning/content/slides',
1907
                        ],
1908
                    ]
1909
                ],
1910
                [
1911
                    'label' => 'LABEL_ACCESS_FOR_STUDENTS',
1912
                    'route' => 'microlearning/access-for-students',
1913
                ],
1914
                [
1915
                    'label' => 'LABEL_STUDENTS',
1916
                    'route' => 'microlearning/students',
1917
                ],
1918
                [
1919
                    'label' => 'LABEL_FILTERS',
1920
                    'route' => 'microlearning/settings',
1921
                    'pages' => [
1922
                        [
15394 efrain 1923
                            'label' => 'LABEL_COUNTRIES',
1924
                            'route' => 'microlearning/settings/countries',
1925
                        ],
1926
                        [
1 www 1927
                            'label' => 'LABEL_COMPANIES',
1928
                            'route' => 'microlearning/settings/companies',
1929
                        ],
15579 anderson 1930
 
1 www 1931
                        [
1932
                            'label' => 'LABEL_FUNCTIONS',
1933
                            'route' => 'microlearning/settings/functions',
1934
                        ],
1935
                        [
1936
                            'label' => 'LABEL_GROUPS',
1937
                            'route' => 'microlearning/settings/groups',
1938
                        ],
1939
                        [
1940
                            'label' => 'LABEL_INSTITUTIONS',
1941
                            'route' => 'microlearning/settings/institutions',
1942
                        ],
1943
                        [
1944
                            'label' => 'LABEL_PROGRAMS',
1945
                            'route' => 'microlearning/settings/programs',
1946
                        ],
1947
                        [
1948
                            'label' => 'LABEL_PARTNERS',
1949
                            'route' => 'microlearning/settings/partners',
1950
                        ],
1951
                        [
1952
                            'label' => 'LABEL_SECTORS',
1953
                            'route' => 'microlearning/settings/sectors',
1954
                        ],
1955
                        [
1956
                            'label' => 'LABEL_STUDENT_TYPES',
1957
                            'route' => 'microlearning/settings/student-types',
1958
                        ],
779 geraldo 1959
                    ],
1 www 1960
                ]
1961
            ]
1962
        ],
1963
        [
15442 efrain 1964
            'label' => 'LABEL_JOBS_DESCRIPTION',
1965
            'route' => 'jobs-description',
28 efrain 1966
            'class' => 'fa fa-book',
1967
            'pages' => [
1968
                [
66 efrain 1969
                    'label' => 'LABEL_JOBS_DESCRIPTION',
15442 efrain 1970
                    'route' => 'jobs-description',
28 efrain 1971
                ],
1972
                [
1973
                    'label' => 'LABEL_COMPETENCIES',
15442 efrain 1974
                    'route' => 'jobs-description/competencies',
28 efrain 1975
                ],
66 efrain 1976
                [
1977
                    'label' => 'LABEL_COMPETENCY_TYPES',
15442 efrain 1978
                    'route' => 'jobs-description/competency-types',
66 efrain 1979
                ],
67 efrain 1980
                [
14875 efrain 1981
                    'label' => 'LABEL_BEHAVIORS',
15442 efrain 1982
                    'route' => 'jobs-description/behaviors',
14875 efrain 1983
                ],
1984
                [
67 efrain 1985
                    'label' => 'LABEL_POSITIONS',
15442 efrain 1986
                    'route' => 'jobs-description/positions',
67 efrain 1987
                ],
28 efrain 1988
            ]
779 geraldo 1989
        ],
22 steven 1990
        [
1090 geraldo 1991
            'label' => 'LABEL_PERFORMANCE_EVALUATION_MENU',
976 geraldo 1992
            'route' => 'performance-evaluation',
1993
            'class' => 'fa fa-book',
1994
            'pages' => [
1995
                [
1996
                    'label' => 'LABEL_FORMS',
1997
                    'route' => 'performance-evaluation/forms',
1998
                ],
15579 anderson 1999
 
976 geraldo 2000
                [
15442 efrain 2001
                    'label' => 'LABEL_EVALUATIONS',
2002
                    'route' => 'performance-evaluation/evaluations',
1383 efrain 2003
                ]
976 geraldo 2004
            ],
946 geraldo 2005
        ],
1321 eleazar 2006
        [
1 www 2007
            'label' => 'LABEL_PROFILE',
2008
            'route' => 'profile',
2009
            'class' => 'fa fa-picture-o'
2010
        ],
2011
        [
2012
            'label' => 'LABEL_FOLLOWERS',
2013
            'route' => 'followers',
2014
            'class' => 'fa fa-heart'
2015
        ],
2016
        [
2017
            'label' => 'LABEL_USERS',
2018
            'route' => 'users',
2019
            'class' => 'fa fa-users',
2020
        ],
15579 anderson 2021
 
1 www 2022
        [
1334 efrain 2023
            'label' => 'LABEL_OWN_PROFESSIONAL_NETWORK',
2024
            'route' => 'own-professional-network',
2025
            'class' => 'fa fa-book',
2026
        ],
15579 anderson 2027
 
1334 efrain 2028
        [
2029
            'label' => 'LABEL_ORGANIZATIONAL_DESIGN',
2030
            'route' =>  'organizational-design',
2031
            'class' => 'fa fa-book',
2032
        ],
15579 anderson 2033
 
2034
 
1334 efrain 2035
        [
8187 nelberth 2036
            'label' => 'LABEL_HIGH_PERFORMANCE_TEAMS',
12397 nelberth 2037
            'route' =>  'high-performance-teams/groups',
1689 nelberth 2038
            'class' => 'fa fa-street-view',
15579 anderson 2039
 
1334 efrain 2040
        ],
2041
        [
12397 nelberth 2042
            'label' => 'LABEL_PLANNING_OBJECTIVES_AND_GOALS',
2043
            'route' => 'planning-objectives-and-goals/objectives',
2044
            'class' => 'fa fa-book',
2045
        ],
2046
        [
1334 efrain 2047
            'label' => 'LABEL_DEVELOPMENT_AND_TRAINING',
2048
            'route' => 'development-and-training',
2049
            'class' => 'fa fa-book',
2050
        ],
15579 anderson 2051
 
13353 eleazar 2052
        [
2053
            'label' => 'LABEL_DEVELOPMENT_AND_CONTENT',
2054
            'route' => 'development-and-content',
2055
            'class' => 'fa fa-book',
2056
            'pages' => [
2057
                [
2058
                    'label' => 'LABEL_CATEGORIES',
2059
                    'route' =>  'development-and-content/category',
2060
                ],
15028 efrain 2061
 
13353 eleazar 2062
                [
13464 eleazar 2063
                    'label' => 'LABEL_CONTENT',
15028 efrain 2064
                    'route' =>  'development-and-content/listing',
13464 eleazar 2065
                ]
15579 anderson 2066
 
13353 eleazar 2067
            ]
2068
        ],
15579 anderson 2069
 
1334 efrain 2070
        [
2071
            'label' => 'LABEL_RECRUITMENT_AND_SELECTION',
1477 efrain 2072
            'route' => 'recruitment-and-selection',
1334 efrain 2073
            'class' => 'fa fa-book',
1342 eleazar 2074
            'pages' => [
2075
                [
1463 eleazar 2076
                    'label' => 'LABEL_VACANCIES',
1478 eleazar 2077
                    'route' => 'recruitment-and-selection/vacancies',
1342 eleazar 2078
                ],
15579 anderson 2079
 
1459 eleazar 2080
                [
15461 efrain 2081
                    'label' => 'LABEL_APPLICATIONS',
2082
                    'route' => 'recruitment-and-selection/applications',
1709 eleazar 2083
                ],
15461 efrain 2084
                /*
1709 eleazar 2085
                [
2086
                    'label' => 'LABEL_INTERVIEW',
4047 eleazar 2087
                    'route' => 'recruitment-and-selection/interview/form',
2088
 
15461 efrain 2089
                ]*/
15579 anderson 2090
            ],
1334 efrain 2091
        ],
15579 anderson 2092
 
1334 efrain 2093
        [
2094
            'label' => 'LABEL_INDUCTION',
2095
            'route' => 'induction',
2096
            'class' => 'fa fa-book',
2097
        ],
15579 anderson 2098
 
2099
 
1334 efrain 2100
        [
2101
            'label' => 'LABEL_ORGANIZATIONAL_CLIMATE',
2102
            'route' => 'organizational-climate',
2103
            'class' => 'fa fa-book',
7218 eleazar 2104
            'pages' => [
2105
                [
2106
                    'label' => 'LABEL_FORMS',
2107
                    'route' => 'organizational-climate/form',
2108
                ],
2109
                [
2110
                    'label' => 'LABEL_SURVEY',
2111
                    'route' => 'organizational-climate',
2112
                ],
2113
                [
2114
                    'label' => 'LABEL_SURVEY_TEST',
2115
                    'route' => 'organizational-climate/test',
2116
                ],
2117
                [
2118
                    'label' => 'LABEL_SURVEY_REPORT',
2119
                    'route' => 'organizational-climate/report',
2120
                ],
2121
            ]
1334 efrain 2122
        ],
15579 anderson 2123
 
1334 efrain 2124
        [
2125
            'label' => 'LABEL_CULTURE',
2126
            'route' =>  'culture',
2127
            'class' => 'fa fa-book',
2128
        ],
15579 anderson 2129
 
1334 efrain 2130
        [
2131
            'label' => 'LABEL_COMMUNICATION',
13969 nelberth 2132
            'route' =>  'communication/inbox',
13012 nelberth 2133
            'class' => 'fa fa-envelope',
15579 anderson 2134
 
2135
 
1334 efrain 2136
        ],
15579 anderson 2137
 
1334 efrain 2138
        [
2139
            'label' => 'LABEL_CAREER_DEVELOPMENT',
2140
            'route' =>  'career-development',
2141
            'class' => 'fa fa-book',
2142
        ],
15579 anderson 2143
 
1334 efrain 2144
        [
2145
            'label' => 'LABEL_SURVEYS',
4375 eleazar 2146
            'route' =>  'survey',
1334 efrain 2147
            'class' => 'fa fa-book',
4374 eleazar 2148
            'pages' => [
2149
                [
2150
                    'label' => 'LABEL_FORMS',
4375 eleazar 2151
                    'route' => 'survey/form',
4374 eleazar 2152
                ],
4579 eleazar 2153
                [
2154
                    'label' => 'LABEL_SURVEY',
2155
                    'route' => 'survey',
2156
                ],
5287 eleazar 2157
                [
2158
                    'label' => 'LABEL_SURVEY_TEST',
2159
                    'route' => 'survey/test',
2160
                ],
5823 eleazar 2161
                [
2162
                    'label' => 'LABEL_SURVEY_REPORT',
2163
                    'route' => 'survey/report',
2164
                ],
4374 eleazar 2165
            ]
1334 efrain 2166
        ],
15579 anderson 2167
 
1334 efrain 2168
        [
2169
            'label' => 'LABEL_BUILDING_MY_FUTURE',
2170
            'route' =>  'building-my-future',
2171
            'class' => 'fa fa-book',
2172
        ],
15579 anderson 2173
 
2174
 
2175
 
1334 efrain 2176
        [
2177
            'label' => 'LABEL_MY_TRAINER',
2178
            'route' => 'my-trainer',
2179
            'class' => 'fa fa-book',
8462 eleazar 2180
            'pages' => [
2181
                [
8465 eleazar 2182
                    'label' => 'LABEL_CATEGORIES',
8462 eleazar 2183
                    'route' =>  'my-trainer/category',
2184
                ],
2185
                [
8464 eleazar 2186
                    'label' => 'LABEL_QUESTIONS',
8462 eleazar 2187
                    'route' => 'my-trainer/question',
2188
                ],
15579 anderson 2189
 
8462 eleazar 2190
            ]
1334 efrain 2191
        ],
15579 anderson 2192
 
15355 efrain 2193
        [
2194
            'label' => 'LABEL_SETTINGS',
2195
            'route' => 'settings',
2196
            'class' => 'fa fa-cog',
2197
            'pages' => [
2198
                [
2199
                    'label' => 'LABEL_PUSH_TEMPLATES',
2200
                    'route' => 'settings/push-templates',
2201
                ],
2202
            ]
2203
        ],
15579 anderson 2204
 
15387 efrain 2205
        [
2206
            'label' => 'LABEL_REPORTS',
2207
            'route' => 'settings',
2208
            'class' => 'fa fa-print',
2209
            'pages' => [
2210
                [
2211
                    'label' => 'LABEL_REPORTS_USERS_BLOCKED',
2212
                    'route' => 'reports/users-blocked',
2213
                ],
2214
            ]
2215
        ],
15579 anderson 2216
 
1334 efrain 2217
        [
1 www 2218
            'label' => 'LABEL_LOGOUT',
2219
            'route' => 'signout',
2220
            'class' => 'fa fa-sign-out',
2221
        ]
2222
    ];
2223
}