Proyectos de Subversion LeadersLinked - Backend

Rev

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