Proyectos de Subversion LeadersLinked - Backend

Rev

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