Proyectos de Subversion LeadersLinked - Services

Rev

Rev 323 | Rev 326 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
 
3
use LeadersLinked\Model\UserType;
4
 
5
function getAclResources()
6
{
7
    return [
8
        'home',
9
        'onroom',
283 www 10
        'cesams',
1 efrain 11
        'signin',
12
        'signin/facebook',
13
        'signin/twitter',
14
        'signin/google',
15
        'signin/impersonate',
177 efrain 16
        'signin/debug',
1 efrain 17
        'share',
18
        'share/increment-external-counter',
19
        'signout',
20
        'signup',
21
        'backend',
22
        'backend/signin-admin',
23
        'backend/signin-company',
24
        'shorter',
25
        'shorter/generate',
26
        'csrf',
27
        'check-session',
28
        'language',
29
        'impersonate',
30
        'impersonate/execute',
31
        'notifications',
32
        'notifications/mark-read',
33
        'notifications/mark-all-read',
34
        'notifications/delete',
35
        'notifications/clear',
36
        'notifications/unreads',
37
        'reset-password',
38
        'forgot-password',
39
        'activate-account',
40
        'professionalism-policy',
41
        'privacy-policy',
42
        'terms-and-conditions',
43
        'cookies',
44
        'help',
45
        'oauth',
46
        'oauth/facebook',
47
        'oauth/facebook/cancel',
48
        'oauth/facebook/delete',
49
        'oauth/twitter',
50
        'oauth/google',
51
        'oauth/instagram',
52
        'paypal',
53
        'paypal/success',
54
        'paypal/cancel',
314 www 55
 
56
 
1 efrain 57
        'services',
58
        'services/device',
59
        'services/fcm',
60
        'services/signin',
61
        'services/signout',
314 www 62
 
1 efrain 63
        'dashboard',
64
        'post',
65
        'post/comments',
66
        'post/comments/add',
67
        'post/comments/delete',
68
        'post/save-reaction',
69
        'post/delete-reaction',
242 efrain 70
        'post/reactions',
255 efrain 71
        'post/share',
1 efrain 72
 
73
        'feed',
74
        'feed/timeline',
75
        'feed/add',
76
        'feed/delete',
77
        'feed/share',
78
        'feed/comment',
255 efrain 79
        'feed/comment/add',
1 efrain 80
        'feed/comment/delete',
81
        'feed/save-reaction',
82
        'feed/delete-reaction',
83
        'feed/vote',
232 efrain 84
        'feed/reactions',
1 efrain 85
        'connection',
86
        'connection/my-connections',
87
        'connection/people-you-may-know',
88
        'connection/people-blocked',
89
        'connection/people-blocked/delete',
90
        'connection/invitations-sent',
91
        'connection/invitations-received',
92
        'connection/request',
93
        'connection/approve',
94
        'connection/reject',
95
        'connection/block',
96
        'connection/cancel',
97
        'connection/delete',
98
        'connection/unblock',
99
        'account-settings',
100
        'account-settings/image',
101
        'account-settings/deactivate',
102
        'account-settings/notifications',
103
        'account-settings/password',
104
        'account-settings/social-networks',
105
        'account-settings/location',
106
        'account-settings/privacy',
107
        'account-settings/basic',
108
        'account-settings/browsers',
109
        'account-settings/ips',
110
        'account-settings/devices',
111
        'account-settings/transactions',
112
        'account-settings/transactions/add-funds',
113
        'account-settings/add-facebook',
114
        'account-settings/remove-facebook',
115
        'account-settings/add-twitter',
116
        'account-settings/remove-twitter',
117
        'account-settings/add-google',
118
        'account-settings/remove-google',
119
        'account-settings/delete-account',
120
        'search',
121
        'search/company',
122
        'search/group',
123
        'search/job',
124
        'search/user',
125
        'moodle',
126
        'profile',
127
        'profile/self-evaluation',
128
        'profile/self-evaluation/take-a-test',
129
        'profile/self-evaluation/report',
130
        'profile/performance-evaluation',
131
        'profile/performance-evaluation/take-a-test',
132
        'profile/performance-evaluation/report',
133
        'profile/microlearning',
134
        'profile/microlearning/timeline',
135
        'profile/microlearning/progress',
136
        'profile/view',
137
        'profile/people-viewed-profile',
138
        'profile/my-profiles',
139
        'profile/my-profiles/extended',
140
        'profile/my-profiles/cover',
141
        'profile/my-profiles/image',
142
        'profile/my-profiles/experience',
143
        'profile/my-profiles/education',
144
        'profile/my-profiles/language',
145
        'profile/my-profiles/location',
146
        'profile/my-profiles/skill',
147
        'profile/my-profiles/social-network',
148
        'profile/my-profiles/aptitude',
149
        'profile/my-profiles/hobby-and-interest',
150
        'profile/my-profiles/add',
151
        'profile/my-profiles/edit',
152
        'profile/my-profiles/delete',
153
        'company',
154
        'company/my-companies',
155
        'company/my-companies/add',
156
        'company/following-companies',
157
        'company/view',
158
        'company/follow',
159
        'company/unfollow',
160
        'company/request',
161
        'company/reject',
162
        'company/accept',
163
        'company/cancel',
164
        'company/leave',
165
        'company/requests-sent',
166
        'company/invitations-received',
167
        'company/i-work-with',
168
        'group',
169
        'group/view',
170
        'group/request',
171
        'group/leave',
172
        'group/cancel',
173
        'group/accept',
174
        'group/reject',
175
        'group/my-groups',
176
        'group/my-groups/accessibility',
177
        'group/my-groups/industry',
178
        'group/my-groups/extended',
179
        'group/my-groups/type',
180
        'group/my-groups/users',
181
        'group/my-groups/image',
182
        'group/my-groups/cover',
183
        'group/my-groups/website',
184
        'group/my-groups/privacy',
185
        'group/my-groups/add',
186
        'group/my-groups/edit',
187
        'group/my-groups/delete',
188
        'group/my-groups/status',
189
        'group/joined-groups',
190
        'group/requests-sent',
191
        'group/invitations-received',
192
        'group/members',
193
        'group/members/approve',
194
        'group/members/reject',
195
        'group/members/invite',
196
        'group/members/cancel',
197
        'job',
198
        'job/view',
199
        'job/applied-jobs',
200
        'job/apply-job',
201
        'job/remove-apply-job',
202
        'job/saved-jobs',
203
        'job/save-job',
204
        'job/remove-save-job',
205
        'inmail',
283 www 206
        'inmail/user',
207
        'inmail/user/block',
1 efrain 208
        'inmail/message',
209
        'inmail/message/send',
210
        'inmail/message/delete',
283 www 211
        'inmail/message/get',
212
        'inmail/message/attachment',
1 efrain 213
        'chat',
214
        'chat/users',
215
        'chat/heart-beat',
216
        'chat/create-group',
217
        'chat/add-user-to-group',
218
        'chat/mark-seen',
219
        'chat/mark-received',
220
        'chat/remove-user-from-group',
221
        'chat/get-all-messages',
222
        'chat/send',
223
        'chat/get-contacts-availables-for-group',
224
        'chat/get-contact-group-list',
225
        'chat/leave-group',
226
        'chat/delete-group',
227
        'chat/close',
228
        'chat/clear',
229
        'chat/open',
230
        'chat/upload',
231
        'chat/zoom',
232
        'chat/open-or-create',
233
 
234
        'helpers',
235
        'helpers/search-people',
236
        'helpers/posts',
237
        'helpers/people-you-may-know',
238
        'helpers/people-viewed-profile',
239
        'helpers/company-follower',
240
        'helpers/company-suggestion',
241
        'helpers/group-members',
242
        'helpers/group-members/invite',
243
        'helpers/group-members/cancel',
244
        'helpers/group-members/reject',
245
        'helpers/group-members/approve',
246
        'helpers/groups-suggestion',
117 efrain 247
        'helpers/group-types',
1 efrain 248
        'helpers/my-groups',
249
        'helpers/footer',
250
        'helpers/next-events',
251
        'helpers/menu',
252
        'helpers/company-sizes',
253
        'helpers/degrees',
254
        'helpers/languages',
255
        'helpers/skills',
256
        'helpers/aptitudes',
257
        'helpers/hobbies',
258
        'helpers/industries',
259
        'helpers/timezones',
192 efrain 260
        'helpers/abuse-report',
1 efrain 261
 
192 efrain 262
        'abuse-report',
263
        'abuse-report/view',
1 efrain 264
 
265
 
117 efrain 266
 
1 efrain 267
        'marketplace',
268
        'marketplace/categories',
269
        'marketplace/enroll',
270
        'marketplace/claim',
271
        'marketplace/join',
272
        'marketplace/buy',
273
 
167 efrain 274
 
275
 
276
        //Menú virtual de opciones
277
        'communication',
278
        'knowledge',
279
 
280
 
1 efrain 281
        'calendar',
282
        'calendar/events',
283
 
284
        'knowledge-area',
285
        'knowledge-area/add',
286
        'knowledge-area/edit',
287
        'knowledge-area/delete',
288
        'knowledge-area/view',
289
        'knowledge-area/comments',
290
        'knowledge-area/comments/add',
291
        'knowledge-area/comments/delete',
292
        'knowledge-area/save-reaction',
293
        'knowledge-area/delete-reaction',
242 efrain 294
        'knowledge-area/reactions',
1 efrain 295
 
296
        'my-coach',
297
        'my-coach/questions',
298
        'my-coach/questions/view',
299
        'my-coach/questions/add',
300
        'my-coach/questions/edit',
301
        'my-coach/questions/delete',
302
        'my-coach/questions/answers',
303
        'my-coach/questions/answers/add',
304
        'my-coach/questions/answers/edit',
305
        'my-coach/questions/answers/delete',
306
        'my-coach/questions/reaction',
307
        'my-coach/questions/reaction/save',
308
        'my-coach/questions/reaction/delete',
242 efrain 309
        'my-coach/questions/reactions',
1 efrain 310
        'my-coach/questions/comments',
311
        'my-coach/questions/comments/add',
312
        'my-coach/questions/comments/delete',
313
 
314
        'daily-pulse',
315
        'daily-pulse/how_are_you_feel',
316
        'daily-pulse/climate_on_your_organization',
119 efrain 317
 
318
 
319
        'microlearning',
235 efrain 320
        'microlearning/take-a-test',
119 efrain 321
        'microlearning/profile',
322
        'microlearning/companies',
323
        'microlearning/progress',
324
        'microlearning/timeline',
325
        'microlearning/last-capsule-in-progress',
326
        'microlearning/capsules-pending',
327
        'microlearning/capsules-completed',
328
        'microlearning/capsules-in-progress',
329
        'microlearning/capsules-comments',
330
        'microlearning/capsules-comments/add',
331
        'microlearning/capsules-comments/delete',
332
        'microlearning/topics',
333
        'microlearning/capsules',
334
        'microlearning/slides',
161 efrain 335
        'microlearning/get-topic',
336
        'microlearning/get-capsule',
337
        'microlearning/get-slide',
119 efrain 338
        'microlearning/sync',
339
 
192 efrain 340
 
302 www 341
        'habits',
325 www 342
        'habits/aspect-daily-log',
343
 
344
 
345
 
302 www 346
        'habits/values',
347
        'habits/values/add',
348
        'habits/values/edit',
349
        'habits/values/delete',
350
 
351
        'habits/paradigms',
352
        'habits/paradigms/add',
353
        'habits/paradigms/edit',
354
        'habits/paradigms/delete',
355
 
356
        'habits/purposes',
357
        'habits/purposes/add',
358
        'habits/purposes/edit',
359
        'habits/purposes/delete',
304 www 360
 
361
 
362
        'habits/skills',
363
        'habits/skills/add',
364
        'habits/skills/edit',
365
        'habits/skills/delete',
307 www 366
 
312 www 367
        'habits/skills/registers',
368
        'habits/skills/registers/add',
369
        'habits/skills/registers/edit',
370
        'habits/skills/registers/delete',
371
 
307 www 372
        'habits/goals',
373
        'habits/goals/add',
374
        'habits/goals/edit',
375
        'habits/goals/delete',
376
 
377
        'helpers/habits-and-skills',
308 www 378
        'helpers/habits-and-skills/get',
323 www 379
        'helpers/habits-and-skills/my',
1 efrain 380
    ];
381
}
382
 
383
function getAclSuperAdmin()
384
{
385
    return [
386
        'impersonate',
387
        'impersonate/execute',
388
    ];
389
}
390
 
391
function getAclUsertypeDefaultNetwork()
392
{
393
    return [
394
        UserType::ADMIN => [
395
            'company',
396
            'company/my-companies',
397
            'company/my-companies/add',
398
            'company/following-companies',
399
            'company/view',
400
            'company/follow',
401
            'company/unfollow',
402
            'company/request',
403
            'company/reject',
404
            'company/accept',
405
            'company/cancel',
406
            'company/leave',
407
            'company/requests-sent',
408
            'company/invitations-received',
409
            'company/i-work-with',
410
            'search',
411
            'search/company',
119 efrain 412
 
1 efrain 413
        ],
414
        UserType::USER => [
415
            'company',
416
            'company/my-companies',
417
            'company/my-companies/add',
418
            'company/following-companies',
419
            'company/view',
420
            'company/follow',
421
            'company/unfollow',
422
            'company/request',
423
            'company/reject',
424
            'company/accept',
425
            'company/cancel',
426
            'company/leave',
427
            'company/requests-sent',
428
            'company/invitations-received',
429
            'company/i-work-with',
430
            'search',
431
            'search/company',
432
        ],
433
    ];
434
}
435
 
167 efrain 436
function getAclMicrolearning()
437
{
438
    return [
439
        'knowledge',
440
        'microlearning',
235 efrain 441
        'microlearning/take-a-test',
167 efrain 442
        'microlearning/profile',
443
        'microlearning/companies',
444
        'microlearning/progress',
445
        'microlearning/timeline',
446
        'microlearning/last-capsule-in-progress',
447
        'microlearning/capsules-pending',
448
        'microlearning/capsules-completed',
449
        'microlearning/capsules-in-progress',
450
        'microlearning/capsules-comments',
451
        'microlearning/capsules-comments/add',
452
        'microlearning/capsules-comments/delete',
453
        'microlearning/topics',
454
        'microlearning/capsules',
455
        'microlearning/slides',
456
        'microlearning/get-topic',
457
        'microlearning/get-capsule',
458
        'microlearning/get-slide',
459
        'microlearning/sync',
460
    ];
461
}
1 efrain 462
 
302 www 463
function getAclHabits()
464
{
465
    return [
466
        'habits',
467
        'habits/values',
468
        'habits/values/add',
469
        'habits/values/edit',
470
        'habits/values/delete',
471
 
472
        'habits/paradigms',
473
        'habits/paradigms/add',
474
        'habits/paradigms/edit',
475
        'habits/paradigms/delete',
476
 
477
        'habits/purposes',
478
        'habits/purposes/add',
479
        'habits/purposes/edit',
480
        'habits/purposes/delete',
304 www 481
 
482
        'habits/skills',
483
        'habits/skills/add',
484
        'habits/skills/edit',
485
        'habits/skills/delete',
307 www 486
 
312 www 487
        'habits/skills/registers',
488
        'habits/skills/registers/add',
489
        'habits/skills/registers/edit',
490
        'habits/skills/registers/delete',
491
 
307 www 492
        'habits/goals',
493
        'habits/goals/add',
494
        'habits/goals/edit',
495
        'habits/goals/delete',
496
 
497
        'helpers',
498
        'helpers/habits-and-skills',
308 www 499
        'helpers/habits-and-skills/get',
323 www 500
        'helpers/habits-and-skills/my'
302 www 501
    ];
502
}
167 efrain 503
 
302 www 504
 
1 efrain 505
function getAclUsertypeOtherNetworkCreator()
506
{
507
    return [
508
        'company',
509
        'company/my-companies',
510
        'company/view',
511
 
512
    ];
513
}
514
 
515
function getAclUsertypeOtherNetworkNonCreator()
516
{
517
    return [
518
        'company',
519
        'company/i-work-with',
520
        'company/view',
521
    ];
522
}
523
 
524
 
525
function getAclDailyPulse()
526
{
527
    return [
528
        'daily-pulse',
529
        'daily-pulse/how_are_you_feel',
530
        'daily-pulse/climate_on_your_organization',
531
    ];
532
}
533
 
534
function getAclKnowledgeArea()
535
{
536
    return [
167 efrain 537
        'knowledge',
1 efrain 538
        'knowledge-area',
539
        'knowledge-area/add',
540
        'knowledge-area/edit',
541
        'knowledge-area/delete',
542
        'knowledge-area/view',
543
        'knowledge-area/comments',
544
        'knowledge-area/comments/add',
545
        'knowledge-area/comments/delete',
546
        'knowledge-area/save-reaction',
242 efrain 547
        'knowledge-area/delete-reaction',
548
        'knowledge-area/reactions'
1 efrain 549
    ];
550
}
551
 
552
function getAclMyCoach()
553
{
554
    return [
167 efrain 555
        'knowledge',
1 efrain 556
        'my-coach',
557
        'my-coach/questions',
558
        'my-coach/questions/view',
559
        'my-coach/questions/add',
560
        'my-coach/questions/edit',
561
        'my-coach/questions/delete',
562
        'my-coach/questions/answers',
563
        'my-coach/questions/answers/add',
564
        'my-coach/questions/answers/edit',
565
        'my-coach/questions/answers/delete',
566
        'my-coach/questions/reaction',
567
        'my-coach/questions/reaction/save',
568
        'my-coach/questions/reaction/delete',
255 efrain 569
        'my-coach/questions/reactions',
1 efrain 570
        'my-coach/questions/comments',
571
        'my-coach/questions/comments/add',
572
        'my-coach/questions/comments/delete',
573
    ];
574
}
575
 
576
 
577
 
167 efrain 578
 
579
 
580
 
1 efrain 581
function getAclUsertype()
582
{
583
    return [
584
        UserType::ADMIN => [
585
            'home',
586
            'share',
587
            'share/increment-external-counter',
588
            'onroom',
283 www 589
            'cesams',
1 efrain 590
            'language',
591
            'signin',
592
            'signin/facebook',
593
            'signin/twitter',
594
            'signin/google',
595
            'signin/impersonate',
177 efrain 596
            'signin/debug',
1 efrain 597
            'signout',
598
            'signup',
599
            'csrf',
600
            'check-session',
601
            'shorter',
602
            'shorter/generate',
167 efrain 603
 
604
            'communication',
1 efrain 605
            'notifications',
606
            'notifications/mark-read',
607
            'notifications/mark-all-read',
608
            'notifications/delete',
609
            'notifications/clear',
610
            'notifications/unreads',
611
 
612
            'reset-password',
613
            'forgot-password',
614
            'professionalism-policy',
615
            'activate-account',
616
            'privacy-policy',
617
            'terms-and-conditions',
618
            'cookies',
619
            'backend',
620
            'backend/signin-admin',
621
            'backend/signin-company',
622
            'oauth',
623
            'oauth/facebook',
624
            'oauth/facebook/cancel',
625
            'oauth/facebook/delete',
626
            'oauth/twitter',
627
            'oauth/google',
628
            'oauth/instagram',
629
            'paypal',
630
            'paypal/success',
631
            'paypal/cancel',
314 www 632
 
1 efrain 633
            'services',
634
            'services/device',
635
            'services/fcm',
636
            'services/signin',
637
            'services/signout',
314 www 638
 
1 efrain 639
            'dashboard',
640
            'post',
641
            'post/comments',
642
            'post/comments/add',
643
            'post/comments/delete',
644
            'post/save-reaction',
645
            'post/delete-reaction',
242 efrain 646
            'post/reactions',
1 efrain 647
            'feed',
648
            'feed/timeline',
649
            'feed/add',
650
            'feed/delete',
651
            'feed/share',
652
            'feed/comment',
653
            'feed/comment/delete',
654
            'feed/save-reaction',
655
            'feed/delete-reaction',
656
            'feed/vote',
232 efrain 657
            'feed/reactions',
1 efrain 658
            'connection',
659
            'connection/my-connections',
660
            'connection/people-you-may-know',
661
            'connection/people-blocked',
662
            'connection/people-blocked/delete',
663
            'connection/invitations-sent',
664
            'connection/invitations-received',
665
            'connection/request',
666
            'connection/approve',
667
            'connection/reject',
668
            'connection/block',
669
            'connection/cancel',
670
            'connection/delete',
671
            'connection/unblock',
672
            'account-settings',
673
            'account-settings/image',
674
            'account-settings/deactivate',
675
            'account-settings/notifications',
676
            'account-settings/password',
677
            'account-settings/social-networks',
678
            'account-settings/location',
679
            'account-settings/privacy',
680
            'account-settings/basic',
681
            'account-settings/browsers',
682
            'account-settings/ips',
683
            'account-settings/devices',
684
            'account-settings/transactions',
685
            'account-settings/transactions/add-funds',
686
            'account-settings/add-facebook',
687
            'account-settings/remove-facebook',
688
            'account-settings/add-twitter',
689
            'account-settings/remove-twitter',
690
            'account-settings/add-google',
691
            'account-settings/remove-google',
692
            'account-settings/delete-account',
693
            'search',
694
            'search/group',
695
            'search/job',
696
            'search/user',
697
            'moodle',
698
            'profile',
699
            'profile/self-evaluation',
700
            'profile/self-evaluation/take-a-test',
701
            'profile/self-evaluation/report',
702
            'profile/performance-evaluation',
703
            'profile/performance-evaluation/take-a-test',
704
            'profile/performance-evaluation/report',
705
            'profile/microlearning',
706
            'profile/microlearning/timeline',
707
            'profile/microlearning/progress',
708
            'profile/view',
709
            'profile/people-viewed-profile',
710
            'profile/my-profiles',
711
            'profile/my-profiles/extended',
712
            'profile/my-profiles/cover',
713
            'profile/my-profiles/image',
714
            'profile/my-profiles/experience',
715
            'profile/my-profiles/education',
716
            'profile/my-profiles/language',
717
            'profile/my-profiles/location',
718
            'profile/my-profiles/skill',
719
            'profile/my-profiles/social-network',
720
            'profile/my-profiles/aptitude',
721
            'profile/my-profiles/hobby-and-interest',
722
            'profile/my-profiles/add',
723
            'profile/my-profiles/edit',
724
            'profile/my-profiles/delete',
725
 
726
            'group',
727
            'group/view',
728
            'group/request',
729
            'group/leave',
730
            'group/cancel',
731
            'group/accept',
732
            'group/reject',
733
            'group/my-groups',
734
            'group/my-groups/accessibility',
735
            'group/my-groups/industry',
736
            'group/my-groups/extended',
737
            'group/my-groups/type',
738
            'group/my-groups/users',
739
            'group/my-groups/image',
740
            'group/my-groups/cover',
741
            'group/my-groups/website',
742
            'group/my-groups/privacy',
743
            'group/my-groups/add',
744
            'group/my-groups/edit',
745
            'group/my-groups/delete',
746
            'group/my-groups/status',
747
            'group/joined-groups',
748
            'group/requests-sent',
749
            'group/invitations-received',
750
            'group/members',
751
            'group/members/approve',
752
            'group/members/reject',
753
            'group/members/invite',
754
            'group/members/cancel',
755
            'job',
756
            'job/view',
757
            'job/applied-jobs',
758
            'job/apply-job',
759
            'job/remove-apply-job',
760
            'job/saved-jobs',
761
            'job/save-job',
762
            'job/remove-save-job',
283 www 763
 
1 efrain 764
            'help',
765
            'helpers',
766
            'helpers/search-people',
767
            'helpers/posts',
768
            'helpers/people-you-may-know',
769
            'helpers/people-viewed-profile',
770
            'helpers/company-follower',
771
            'helpers/company-suggestion',
772
            'helpers/group-members',
773
            'helpers/group-members/invite',
774
            'helpers/group-members/cancel',
775
            'helpers/group-members/reject',
776
            'helpers/group-members/approve',
777
            'helpers/groups-suggestion',
117 efrain 778
            'helpers/group-types',
1 efrain 779
            'helpers/my-groups',
780
            'helpers/footer',
781
            'helpers/next-events',
782
            'helpers/menu',
783
            'helpers/company-sizes',
784
            'helpers/degrees',
785
            'helpers/languages',
786
            'helpers/skills',
787
            'helpers/aptitudes',
788
            'helpers/hobbies',
789
            'helpers/industries',
790
            'helpers/timezones',
192 efrain 791
            'helpers/abuse-report',
1 efrain 792
 
192 efrain 793
            'abuse-report',
794
            'abuse-report/view',
795
 
321 www 796
            /*
1 efrain 797
            'marketplace',
798
            'marketplace/categories',
799
            'marketplace/enroll',
800
            'marketplace/claim',
801
            'marketplace/join',
802
            'marketplace/buy',
321 www 803
*/
1 efrain 804
            'calendar',
805
            'calendar/events',
806
 
807
/*
808
            'zoom',
809
            'zoom/add',
810
            'zoom/delete',
811
            'zoom/listing',
812
            */
283 www 813
            'inmail',
814
            'inmail/user',
815
            'inmail/user/block',
816
            'inmail/message',
817
            'inmail/message/send',
818
            'inmail/message/delete',
819
            'inmail/message/get',
820
            'inmail/message/attachment',
119 efrain 821
 
1 efrain 822
        ],
823
        UserType::USER => [
824
            'home',
825
            'onroom',
283 www 826
            'cesams',
1 efrain 827
            'language',
828
            'share',
829
            'share/increment-external-counter',
830
            'signin',
831
            'signin/facebook',
832
            'signin/twitter',
833
            'signin/google',
834
            'signin/impersonate',
177 efrain 835
            'signin/debug',
1 efrain 836
            'signout',
837
            'signup',
838
            'csrf',
839
            'check-session',
840
            'shorter',
841
            'shorter/generate',
842
            'notifications',
843
            'notifications/mark-read',
844
            'notifications/mark-all-read',
845
            'notifications/delete',
846
            'notifications/clear',
847
            'notifications/unreads',
848
            'professionalism-policy',
849
            'reset-password',
850
            'forgot-password',
851
            'activate-account',
852
            'privacy-policy',
853
            'terms-and-conditions',
854
            'cookies',
855
            'backend',
856
            'backend/signin-company',
857
            'oauth',
858
            'oauth/facebook',
859
            'oauth/facebook/cancel',
860
            'oauth/facebook/delete',
861
            'oauth/twitter',
862
            'oauth/google',
863
            'oauth/instagram',
864
            'paypal',
865
            'paypal/success',
866
            'paypal/cancel',
314 www 867
 
868
 
1 efrain 869
            'services',
870
            'services/device',
871
            'services/fcm',
872
            'services/signin',
873
            'services/signout',
314 www 874
 
1 efrain 875
            'dashboard',
876
            'post',
877
            'post/comments',
878
            'post/comments/add',
879
            'post/comments/delete',
880
            'post/save-reaction',
881
            'post/delete-reaction',
242 efrain 882
            'post/reactions',
1 efrain 883
            'feed',
884
            'feed/timeline',
885
            'feed/add',
886
            'feed/delete',
887
            'feed/share',
888
            'feed/comment',
889
            'feed/comment/delete',
890
            'feed/save-reaction',
891
            'feed/delete-reaction',
892
            'feed/vote',
232 efrain 893
            'feed/reactions',
1 efrain 894
            'connection',
895
            'connection/my-connections',
896
            'connection/people-you-may-know',
897
            'connection/people-blocked',
898
            'connection/people-blocked/delete',
899
            'connection/invitations-sent',
900
            'connection/invitations-received',
901
            'connection/request',
902
            'connection/approve',
903
            'connection/reject',
904
            'connection/block',
905
            'connection/cancel',
906
            'connection/delete',
907
            'connection/unblock',
141 efrain 908
 
1 efrain 909
            'account-settings',
910
            'account-settings/image',
911
            'account-settings/deactivate',
912
            'account-settings/notifications',
913
            'account-settings/password',
914
            'account-settings/social-networks',
915
            'account-settings/location',
916
            'account-settings/privacy',
917
            'account-settings/basic',
918
            'account-settings/browsers',
919
            'account-settings/ips',
920
            'account-settings/devices',
921
            'account-settings/transactions',
922
            'account-settings/transactions/add-funds',
923
            'account-settings/add-facebook',
924
            'account-settings/remove-facebook',
925
            'account-settings/add-twitter',
926
            'account-settings/remove-twitter',
927
            'account-settings/add-google',
928
            'account-settings/remove-google',
929
            'account-settings/delete-account',
141 efrain 930
 
1 efrain 931
            'search',
932
            'search/group',
933
            'search/job',
934
            'search/user',
935
            'moodle',
936
            'profile',
937
            'profile/self-evaluation',
938
            'profile/self-evaluation/take-a-test',
939
            'profile/self-evaluation/report',
940
            'profile/performance-evaluation',
941
            'profile/performance-evaluation/take-a-test',
942
            'profile/performance-evaluation/report',
943
            'profile/microlearning',
944
            'profile/microlearning/timeline',
945
            'profile/microlearning/progress',
946
            'profile/view',
947
            'profile/people-viewed-profile',
948
            'profile/my-profiles',
949
            'profile/my-profiles/extended',
950
            'profile/my-profiles/cover',
951
            'profile/my-profiles/image',
952
            'profile/my-profiles/experience',
953
            'profile/my-profiles/education',
954
            'profile/my-profiles/language',
955
            'profile/my-profiles/location',
956
            'profile/my-profiles/skill',
957
            'profile/my-profiles/social-network',
958
            'profile/my-profiles/aptitude',
959
            'profile/my-profiles/hobby-and-interest',
960
            'profile/my-profiles/add',
961
            'profile/my-profiles/edit',
962
            'profile/my-profiles/delete',
963
            'group',
964
            'group/view',
965
            'group/request',
966
            'group/leave',
967
            'group/cancel',
968
            'group/accept',
969
            'group/reject',
970
            'group/my-groups',
971
            'group/my-groups/accessibility',
972
            'group/my-groups/industry',
973
            'group/my-groups/extended',
974
            'group/my-groups/type',
975
            'group/my-groups/users',
976
            'group/my-groups/image',
977
            'group/my-groups/cover',
978
            'group/my-groups/website',
979
            'group/my-groups/privacy',
980
            'group/my-groups/add',
981
            'group/my-groups/edit',
982
            'group/my-groups/delete',
983
            'group/my-groups/status',
984
            'group/joined-groups',
985
            'group/requests-sent',
986
            'group/invitations-received',
987
            'group/members',
988
            'group/members/approve',
989
            'group/members/reject',
990
            'group/members/invite',
991
            'group/members/cancel',
992
            'job',
993
            'job/view',
994
            'job/applied-jobs',
995
            'job/apply-job',
996
            'job/remove-apply-job',
997
            'job/saved-jobs',
998
            'job/save-job',
999
            'job/remove-save-job',
167 efrain 1000
 
1001
            'communication',
283 www 1002
 
1 efrain 1003
            'help',
1004
            'helpers',
1005
            'helpers/search-people',
1006
            'helpers/posts',
1007
            'helpers/people-you-may-know',
1008
            'helpers/people-viewed-profile',
1009
            'helpers/company-follower',
1010
            'helpers/company-suggestion',
1011
            'helpers/group-members',
1012
            'helpers/group-members/invite',
1013
            'helpers/group-members/cancel',
1014
            'helpers/group-members/reject',
1015
            'helpers/group-members/approve',
1016
            'helpers/groups-suggestion',
117 efrain 1017
            'helpers/group-types',
1 efrain 1018
            'helpers/my-groups',
1019
            'helpers/footer',
1020
            'helpers/next-events',
1021
            'helpers/menu',
1022
            'helpers/company-sizes',
1023
            'helpers/degrees',
1024
            'helpers/languages',
1025
            'helpers/skills',
1026
            'helpers/aptitudes',
1027
            'helpers/hobbies',
1028
            'helpers/industries',
208 efrain 1029
            'helpers/timezones',
192 efrain 1030
            'helpers/abuse-report',
1 efrain 1031
 
192 efrain 1032
            'abuse-report',
1033
            'abuse-report/view',
1034
 
321 www 1035
            /*
1 efrain 1036
            'marketplace',
1037
            'marketplace/categories',
1038
            'marketplace/enroll',
1039
            'marketplace/claim',
1040
            'marketplace/join',
1041
            'marketplace/buy',
321 www 1042
*/
1 efrain 1043
            'calendar',
1044
            'calendar/events',
119 efrain 1045
 
283 www 1046
            'inmail',
1047
            'inmail/user',
1048
            'inmail/user/block',
1049
            'inmail/message',
1050
            'inmail/message/send',
1051
            'inmail/message/delete',
1052
            'inmail/message/get',
1053
            'inmail/message/attachment',
1 efrain 1054
 
119 efrain 1055
 
1 efrain 1056
            /*
1057
            'zoom',
1058
            'zoom/add',
1059
            'zoom/delete',
1060
            'zoom/listing',*/
1061
        ],
1062
        UserType::GUEST => [
1063
            'home',
1064
            'onroom',
283 www 1065
            'cesams',
1 efrain 1066
            'language',
1067
            'share',
1068
            'signin',
1069
            'signin/facebook',
1070
            'signin/twitter',
1071
            'signin/google',
177 efrain 1072
            'signin/debug',
1 efrain 1073
            'signout',
1074
            'signup',
1075
            'shorter',
1076
            'professionalism-policy',
1077
            'reset-password',
1078
            'forgot-password',
1079
            'activate-account',
1080
            'privacy-policy',
1081
            'terms-and-conditions',
1082
            'cookies',
1083
            'csrf',
1084
            'oauth',
1085
            'oauth/facebook',
1086
            'oauth/facebook/cancel',
1087
            'oauth/facebook/delete',
1088
            'oauth/twitter',
1089
            'oauth/google',
1090
            'oauth/instagram',
1091
            'paypal',
1092
            'paypal/success',
1093
            'paypal/cancel',
314 www 1094
 
1095
 
1 efrain 1096
            'services',
1097
            'services/device',
1098
            'services/fcm',
1099
            'services/signin',
1100
            'services/signout',
189 efrain 1101
 
1102
            'helpers',
1103
            'helpers/footer',
1 efrain 1104
 
1105
            /*
1106
            'zoom',
1107
            'zoom/add',
1108
            'zoom/delete',
1109
            'zoom/listing',*/
1110
        ],
1111
        UserType::USER_DELETED => [
1112
            'home',
1113
            'language',
1114
            'signin',
1115
            'signin/facebook',
1116
            'signin/twitter',
1117
            'signin/google',
177 efrain 1118
            'signin/debug',
1 efrain 1119
            'signout',
1120
            'signup',
1121
            'check-session',
1122
            'notifications',
1123
            'notifications/mark-read',
1124
            'notifications/mark-all-read',
1125
            'notifications/delete',
1126
            'notifications/clear',
1127
            'notifications/unreads',
1128
            'professionalism-policy',
1129
            'reset-password',
1130
            'forgot-password',
1131
            'activate-account',
1132
            'privacy-policy',
1133
            'terms-and-conditions',
1134
            'cookies',
1135
            'oauth',
1136
            'csrf',
1137
            'shorter',
1138
            'oauth/facebook',
1139
            'oauth/facebook/cancel',
1140
            'oauth/facebook/delete',
1141
            'oauth/twitter',
1142
            'oauth/google',
1143
            'oauth/instagram',
314 www 1144
 
1 efrain 1145
            'services',
1146
            'services/device',
1147
            'services/fcm',
1148
            'services/signin',
1149
            'services/signout',
1150
        ],
1151
    ];
1152
}
1153
 
1154
function getAclMenuDefaultNetworkConnectionUser2User()
1155
{
1156
    return [
1157
        [
1158
            'label' => 'LABEL_HOME',
1159
            'route' => 'dashboard',
1160
            'class' => '/images/navbar/home.svg',
1161
        ],
1162
        [
1163
            'label' => 'LABEL_PROFILE',
1164
            'route' => 'profile',
1165
            'class' => '/images/navbar/perfil.svg',
1166
            'pages' => [
1167
                [
1168
                    'label' => 'LABEL_CONNECTIONS',
1169
                    'route' => 'connection',
1170
                    //'class' =>'/images/navbar/conexion.svg',
1171
                    'pages' => [
1172
                        [
1173
                            'label' => 'LABEL_MY_CONNECTIONS',
1174
                            'route' => 'connection/my-connections'
1175
                        ],
1176
                        [
1177
                            'label' => 'LABEL_INVITATIONS_SENT',
1178
                            'route' => 'connection/invitations-sent'
1179
                        ],
1180
                        [
1181
                            'label' => 'LABEL_INVITATIONS_RECEIVED',
1182
                            'route' => 'connection/invitations-received'
1183
                        ],
1184
                        [
1185
                            'label' => 'LABEL_PEOPLE_YOU_MAY_KNOW',
1186
                            'route' => 'connection/people-you-may-know'
1187
                        ],
1188
                        [
1189
                            'label' => 'LABEL_PEOPLE_BLOCKED',
1190
                            'route' => 'connection/people-blocked'
1191
                        ],
1192
 
1193
 
1194
                    ]
1195
                ],
1196
                [
1197
                    'label' => 'LABEL_MY_PROFILES',
1198
                    'route' => 'profile/my-profiles'
1199
                ],
1200
                [
1201
                    'label' => 'LABEL_JOBS',
1202
                    'route' => 'job',
1203
                    'pages' => [
1204
                        [
1205
                            'label' => 'LABEL_JOBS_APPLIED',
1206
                            'route' => 'job/applied-jobs'
1207
                        ],
1208
                        [
1209
                            'label' => 'LABEL_JOBS_SAVED',
1210
                            'route' => 'job/saved-jobs'
1211
                        ],
1212
                    ]
1213
                ],
1214
 
1215
 
1216
                [
1217
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1218
                    'route' => 'profile/people-viewed-profile'
1219
                ],
1220
 
1221
            ]
1222
        ],
1223
 
1224
 
1225
        [
1226
            'label' => 'LABEL_COMPANIES',
1227
            'route' => 'company',
1228
            'class' => '/images/navbar/empresa.svg',
1229
            'pages' => [
1230
                [
1231
                    'label' => 'LABEL_MY_COMPANIES',
1232
                    'route' => 'company/my-companies'
1233
                ],
1234
                [
1235
                    'label' => 'LABEL_COMPANIES_I_FOLLOW',
1236
                    'route' => 'company/following-companies'
1237
                ],
1238
                [
1239
                    'label' => 'LABEL_COMPANIES_I_WORK_WITH',
1240
                    'route' => 'company/i-work-with'
1241
                ],
1242
                [
1243
                    'label' => 'LABEL_REQUESTS_SENT',
1244
                    'route' => 'company/requests-sent'
1245
                ],
1246
                [
1247
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1248
                    'route' => 'company/invitations-received'
1249
                ]
1250
            ]
1251
        ],
1252
 
1253
        [
1254
            'label' => 'LABEL_GROUPS',
1255
            'route' => 'group',
1256
            'class' => '/images/navbar/grupos.svg',
1257
            'pages' => [
1258
                [
1259
                    'label' => 'LABEL_MY_GROUPS',
1260
                    'route' => 'group/my-groups'
1261
                ],
1262
                [
1263
                    'label' => 'LABEL_JOINED_GROUPS',
1264
                    'route' => 'group/joined-groups'
1265
                ],
1266
                [
1267
                    'label' => 'LABEL_REQUESTS_SENT',
1268
                    'route' => 'group/requests-sent'
1269
                ],
1270
                [
1271
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1272
                    'route' => 'group/invitations-received'
1273
                ]
1274
            ]
1275
        ],
321 www 1276
        /*
1 efrain 1277
        [
1278
            'label' => 'LABEL_MARKETPLACE',
1279
            'route' => 'marketplace',
1280
            'class' => '/images/navbar/market-place.svg',
321 www 1281
        ],*/
167 efrain 1282
 
1283
 
1284
 
1 efrain 1285
        [
167 efrain 1286
            'label' => 'LABEL_COMMUNICATION',
1287
            'route' => 'communication',
1 efrain 1288
            'class' => '/images/navbar/calendar.svg',
167 efrain 1289
            'pages' => [
1290
                [
1291
                    'label' => 'LABEL_CALENDAR',
1292
                    'route' => 'calendar',
1293
                    'class' => '/images/navbar/calendar.svg',
1294
                ],
1295
                [
1296
                    'label' => 'LABEL_INMAIL',
1297
                    'route' => 'inmail',
1298
                    'class' => '/images/navbar/calendar.svg',
1299
                ],
1300
                [
1301
                    'label' => 'LABEL_CHAT',
1302
                    'route' => 'chat',
1303
                    'class' => '/images/navbar/calendar.svg',
1304
                ],
1305
                [
1306
                    'label' => 'LABEL_NOTIFICATIONS',
1307
                    'route' => 'notifications',
1308
                    'class' => '/images/navbar/calendar.svg',
1309
                ],
1310
            ],
1 efrain 1311
        ],
167 efrain 1312
 
1313
        [
1314
            'label' => 'LABEL_KNOWLEDGE',
1315
            'route' => 'knowledge',
1316
            'class' => '/images/navbar/calendar.svg',
1317
            'pages' => [
1318
                [
1319
                    'label' => 'LABEL_MY_COACH',
1320
                    'route' => 'my-coach',
1321
                    'class' => '/images/navbar/calendar.svg',
1322
                ],
1323
                [
1324
                    'label' => 'LABEL_KNOWLEDGE_AREA',
1325
                    'route' => 'knowledge-area',
1326
                    'class' => '/images/navbar/calendar.svg',
1327
                ],
1328
                [
1329
                    'label' => 'LABEL_MICROLEARNING',
1330
                    'route' => 'microlearning',
1331
                    'class' => '/images/navbar/calendar.svg',
191 efrain 1332
                    /*
167 efrain 1333
                    'pages' => [
1334
                        [
1335
                            'label' => 'LABEL_HOME',
1336
                            'route' => 'microlearning',
1337
                            'class' => '/images/navbar/calendar.svg',
1338
                        ],
1339
                        [
1340
                            'label' => 'LABEL_MICROLEARNING_TOPICS',
1341
                            'route' => 'microlearning/topics',
1342
                            'class' => '/images/navbar/calendar.svg',
1343
                        ],
1344
                        [
1345
                            'label' => 'LABEL_MICROLEARNING_TIMELINE' ,
1346
                            'route' => 'microlearning/timeline',
1347
                            'class' => '/images/navbar/calendar.svg',
1348
                        ],
1349
                        [
1350
                            'label' => 'LABEL_MICROLEARNING_PROGRESS' ,
1351
                            'route' => 'microlearning/companies',
1352
                            'class' => '/images/navbar/calendar.svg',
1353
                        ],
1354
                        [
1355
                            'label' => 'LABEL_MICROLEARNING_PROFILE',
1356
                            'route' => 'microlearning/profile',
1357
                            'class' => '/images/navbar/calendar.svg',
1358
                        ],
191 efrain 1359
                    ]*/
167 efrain 1360
                ],
302 www 1361
                [
1362
                    'label' => 'LABEL_HABITS',
1363
                    'route' => 'habits',
1364
                    'class' => '/images/navbar/calendar.svg',
1365
                ]
167 efrain 1366
 
1367
            ]
1368
 
1369
 
1370
        ],
1371
 
1 efrain 1372
 
1373
    ];
1374
}
1375
 
1376
function getAclMenuDefaultNetworkConnectionAll2All()
1377
{
1378
    return [
1379
        [
1380
            'label' => 'LABEL_HOME',
1381
            'route' => 'dashboard',
1382
            'class' => '/images/navbar/home.svg',
1383
        ],
1384
        [
1385
            'label' => 'LABEL_PROFILE',
1386
            'route' => 'profile',
1387
            'class' => '/images/navbar/perfil.svg',
1388
            'pages' => [
1389
                [
1390
                    'label' => 'LABEL_MY_CONNECTIONS',
1391
                    'route' => 'connection/my-connections',
1392
                ],
1393
                [
1394
                    'label' => 'LABEL_MY_PROFILES',
1395
                    'route' => 'profile/my-profiles'
1396
                ],
1397
                [
1398
                    'label' => 'LABEL_JOBS_APPLIED',
1399
                    'route' => 'job/applied-jobs'
1400
                ],
1401
                [
1402
                    'label' => 'LABEL_JOBS_SAVED',
1403
                    'route' => 'job/saved-jobs'
1404
                ],
1405
                [
1406
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1407
                    'route' => 'profile/people-viewed-profile'
1408
                ],
1409
 
1410
            ]
1411
        ],
1412
 
1413
 
1414
        [
1415
            'label' => 'LABEL_COMPANIES',
1416
            'route' => 'company',
1417
            'class' => '/images/navbar/empresa.svg',
1418
            'pages' => [
1419
                [
1420
                    'label' => 'LABEL_MY_COMPANIES',
1421
                    'route' => 'company/my-companies'
1422
                ],
1423
                [
1424
                    'label' => 'LABEL_COMPANIES_I_FOLLOW',
1425
                    'route' => 'company/following-companies'
1426
                ],
1427
                [
1428
                    'label' => 'LABEL_COMPANIES_I_WORK_WITH',
1429
                    'route' => 'company/i-work-with'
1430
                ],
1431
                [
1432
                    'label' => 'LABEL_REQUESTS_SENT',
1433
                    'route' => 'company/requests-sent'
1434
                ],
1435
                [
1436
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1437
                    'route' => 'company/invitations-received'
1438
                ]
1439
            ]
1440
        ],
1441
 
1442
        [
1443
            'label' => 'LABEL_GROUPS',
1444
            'route' => 'group',
1445
            'class' => '/images/navbar/grupos.svg',
1446
            'pages' => [
1447
                [
1448
                    'label' => 'LABEL_MY_GROUPS',
1449
                    'route' => 'group/my-groups'
1450
                ],
1451
                [
1452
                    'label' => 'LABEL_JOINED_GROUPS',
1453
                    'route' => 'group/joined-groups'
1454
                ],
1455
                [
1456
                    'label' => 'LABEL_REQUESTS_SENT',
1457
                    'route' => 'group/requests-sent'
1458
                ],
1459
                [
1460
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1461
                    'route' => 'group/invitations-received'
1462
                ]
1463
            ]
1464
        ],
1465
        [
1466
            'label' => 'LABEL_MARKETPLACE',
1467
            'route' => 'marketplace',
1468
            'class' => '/images/navbar/market-place.svg',
1469
        ],
167 efrain 1470
 
1471
 
1 efrain 1472
        [
167 efrain 1473
            'label' => 'LABEL_COMMUNICATION',
1474
            'route' => 'communication',
1 efrain 1475
            'class' => '/images/navbar/calendar.svg',
167 efrain 1476
            'pages' => [
1477
                [
1478
                    'label' => 'LABEL_CALENDAR',
1479
                    'route' => 'calendar',
1480
                    'class' => '/images/navbar/calendar.svg',
1481
                ],
1482
                [
1483
                    'label' => 'LABEL_INMAIL',
1484
                    'class' => '/images/navbar/calendar.svg',
1485
                ],
1486
                [
1487
                    'label' => 'LABEL_CHAT',
1488
                    'route' => 'chat',
1489
                    'class' => '/images/navbar/calendar.svg',
1490
                ],
1491
                [
1492
                    'label' => 'LABEL_NOTIFICATIONS',
1493
                    'route' => 'notifications',
1494
                    'class' => '/images/navbar/calendar.svg',
1495
                ],
1496
            ],
1 efrain 1497
        ],
167 efrain 1498
 
1499
        [
1500
            'label' => 'LABEL_KNOWLEDGE',
1501
            'route' => 'knowledge',
1502
            'class' => '/images/navbar/calendar.svg',
1503
            'pages' => [
1504
                [
1505
                    'label' => 'LABEL_MY_COACH',
1506
                    'route' => 'my-coach',
1507
                    'class' => '/images/navbar/calendar.svg',
1508
                ],
1509
                [
1510
                    'label' => 'LABEL_KNOWLEDGE_AREA',
1511
                    'route' => 'knowledge-area',
1512
                    'class' => '/images/navbar/calendar.svg',
1513
                ],
1514
                [
1515
                    'label' => 'LABEL_MICROLEARNING',
1516
                    'route' => 'microlearning',
1517
                    'class' => '/images/navbar/calendar.svg',
191 efrain 1518
       /*
167 efrain 1519
                    'pages' => [
1520
                        [
1521
                            'label' => 'LABEL_HOME',
1522
                            'route' => 'microlearning',
1523
                            'class' => '/images/navbar/calendar.svg',
1524
                        ],
1525
                        [
1526
                            'label' => 'LABEL_MICROLEARNING_TOPICS',
1527
                            'route' => 'microlearning/topics',
1528
                            'class' => '/images/navbar/calendar.svg',
1529
                        ],
1530
                        [
1531
                            'label' => 'LABEL_MICROLEARNING_TIMELINE' ,
1532
                            'route' => 'microlearning/timeline',
1533
                            'class' => '/images/navbar/calendar.svg',
1534
                        ],
1535
                        [
1536
                            'label' => 'LABEL_MICROLEARNING_PROGRESS' ,
1537
                            'route' => 'microlearning/companies',
1538
                            'class' => '/images/navbar/calendar.svg',
1539
                        ],
1540
                        [
1541
                            'label' => 'LABEL_MICROLEARNING_PROFILE',
1542
                            'route' => 'microlearning/profile',
1543
                            'class' => '/images/navbar/calendar.svg',
1544
                        ],
191 efrain 1545
                    ]*/
167 efrain 1546
                ],
1547
 
1548
            ]
1549
 
1550
 
1551
        ],
1 efrain 1552
    ];
1553
}
1554
 
1555
function getAclMenuNonDefaulNetworkConnectionUser2User()
1556
{
1557
    return [
1558
        [
1559
            'label' => 'LABEL_HOME',
1560
            'route' => 'dashboard',
1561
            'class' => '/images/navbar/home.svg',
1562
        ],
1563
        [
1564
            'label' => 'LABEL_PROFILE',
1565
            'route' => 'profile',
1566
            'class' => '/images/navbar/perfil.svg',
1567
            'pages' => [
1568
                [
1569
                    'label' => 'LABEL_CONNECTIONS',
1570
                    'route' => 'connection',
1571
                    //'class' =>'/images/navbar/conexion.svg',
1572
                    'pages' => [
1573
                        [
1574
                            'label' => 'LABEL_MY_CONNECTIONS',
1575
                            'route' => 'connection/my-connections'
1576
                        ],
1577
                        [
1578
                            'label' => 'LABEL_INVITATIONS_SENT',
1579
                            'route' => 'connection/invitations-sent'
1580
                        ],
1581
                        [
1582
                            'label' => 'LABEL_INVITATIONS_RECEIVED',
1583
                            'route' => 'connection/invitations-received'
1584
                        ],
1585
                        [
1586
                            'label' => 'LABEL_PEOPLE_YOU_MAY_KNOW',
1587
                            'route' => 'connection/people-you-may-know'
1588
                        ],
1589
                        [
1590
                            'label' => 'LABEL_PEOPLE_BLOCKED',
1591
                            'route' => 'connection/people-blocked'
1592
                        ],
1593
 
1594
 
1595
                    ]
1596
                ],
1597
                [
1598
                    'label' => 'LABEL_MY_PROFILES',
1599
                    'route' => 'profile/my-profiles'
1600
                ],
1601
                [
1602
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1603
                    'route' => 'profile/people-viewed-profile'
1604
                ],
1605
 
1606
            ]
1607
        ],
1608
 
1609
        [
1610
            'label' => 'LABEL_COMPANY',
1611
            'route' => 'company',
1612
            'class' => '/images/navbar/empresa.svg',
1613
 
1614
        ],
1615
 
1616
        [
1617
            'label' => 'LABEL_GROUPS',
1618
            'route' => 'group',
1619
            'class' => '/images/navbar/grupos.svg',
1620
            'pages' => [
1621
                [
1622
                    'label' => 'LABEL_MY_GROUPS',
1623
                    'route' => 'group/my-groups'
1624
                ],
1625
                [
1626
                    'label' => 'LABEL_JOINED_GROUPS',
1627
                    'route' => 'group/joined-groups'
1628
                ],
1629
                [
1630
                    'label' => 'LABEL_REQUESTS_SENT',
1631
                    'route' => 'group/requests-sent'
1632
                ],
1633
                [
1634
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1635
                    'route' => 'group/invitations-received'
1636
                ]
1637
            ]
1638
        ],
1639
        [
1640
            'label' => 'LABEL_MARKETPLACE',
1641
            'route' => 'marketplace',
1642
            'class' => '/images/navbar/market-place.svg',
1643
        ],
167 efrain 1644
 
1645
 
1 efrain 1646
        [
167 efrain 1647
            'label' => 'LABEL_COMMUNICATION',
1648
            'route' => 'communication',
1 efrain 1649
            'class' => '/images/navbar/calendar.svg',
167 efrain 1650
            'pages' => [
1651
                [
1652
                    'label' => 'LABEL_CALENDAR',
1653
                    'route' => 'calendar',
1654
                    'class' => '/images/navbar/calendar.svg',
1655
                ],
1656
                [
1657
                    'label' => 'LABEL_INMAIL',
1658
                    'route' => 'inmail',
1659
                    'class' => '/images/navbar/calendar.svg',
1660
                ],
1661
                [
1662
                    'label' => 'LABEL_CHAT',
1663
                    'route' => 'chat',
1664
                    'class' => '/images/navbar/calendar.svg',
1665
                ],
1666
                [
1667
                    'label' => 'LABEL_NOTIFICATIONS',
1668
                    'route' => 'notifications',
1669
                    'class' => '/images/navbar/calendar.svg',
1670
                ],
1671
            ],
1 efrain 1672
        ],
167 efrain 1673
 
1674
        [
1675
            'label' => 'LABEL_KNOWLEDGE',
1676
            'route' => 'knowledge',
1677
            'class' => '/images/navbar/calendar.svg',
1678
            'pages' => [
1679
                [
1680
                    'label' => 'LABEL_MY_COACH',
1681
                    'route' => 'my-coach',
1682
                    'class' => '/images/navbar/calendar.svg',
1683
                ],
1684
                [
1685
                    'label' => 'LABEL_KNOWLEDGE_AREA',
1686
                    'route' => 'knowledge-area',
1687
                    'class' => '/images/navbar/calendar.svg',
1688
                ],
1689
                [
1690
                    'label' => 'LABEL_MICROLEARNING',
1691
                    'route' => 'microlearning',
1692
                    'class' => '/images/navbar/calendar.svg',
191 efrain 1693
       /*
167 efrain 1694
                    'pages' => [
1695
                        [
1696
                            'label' => 'LABEL_HOME',
1697
                            'route' => 'microlearning',
1698
                            'class' => '/images/navbar/calendar.svg',
1699
                        ],
1700
                        [
1701
                            'label' => 'LABEL_MICROLEARNING_TOPICS',
1702
                            'route' => 'microlearning/topics',
1703
                            'class' => '/images/navbar/calendar.svg',
1704
                        ],
1705
                        [
1706
                            'label' => 'LABEL_MICROLEARNING_TIMELINE' ,
1707
                            'route' => 'microlearning/timeline',
1708
                            'class' => '/images/navbar/calendar.svg',
1709
                        ],
1710
                        [
1711
                            'label' => 'LABEL_MICROLEARNING_PROGRESS' ,
1712
                            'route' => 'microlearning/companies',
1713
                            'class' => '/images/navbar/calendar.svg',
1714
                        ],
1715
                        [
1716
                            'label' => 'LABEL_MICROLEARNING_PROFILE',
1717
                            'route' => 'microlearning/profile',
1718
                            'class' => '/images/navbar/calendar.svg',
1719
                        ],
191 efrain 1720
                    ]*/
167 efrain 1721
                ],
1722
 
1723
            ]
1724
 
1725
 
1726
        ],
1 efrain 1727
    ];
1728
}
1729
 
1730
function getAclMenuNonDefaultNetworkConnectionAll2All()
1731
{
1732
    return [
1733
        [
1734
            'label' => 'LABEL_HOME',
1735
            'route' => 'dashboard',
1736
            'class' => '/images/navbar/home.svg',
1737
        ],
1738
        [
1739
            'label' => 'LABEL_PROFILE',
1740
            'route' => 'profile',
1741
            'class' => '/images/navbar/perfil.svg',
1742
            'pages' => [
1743
                [
1744
                    'label' => 'LABEL_MY_CONNECTIONS',
1745
                    'route' => 'connection/my-connections'
1746
                ],
1747
                [
1748
                    'label' => 'LABEL_MY_PROFILES',
1749
                    'route' => 'profile/my-profiles'
1750
                ],
1751
                [
1752
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1753
                    'route' => 'profile/people-viewed-profile'
1754
                ],
1755
 
1756
            ]
1757
        ],
1758
 
1759
        [
1760
            'label' => 'LABEL_COMPANY',
1761
            'route' => 'company',
1762
            'class' => '/images/navbar/empresa.svg',
1763
 
1764
        ],
1765
 
1766
 
1767
        [
1768
            'label' => 'LABEL_GROUPS',
1769
            'route' => 'group',
1770
            'class' => '/images/navbar/grupos.svg',
1771
            'pages' => [
1772
                [
1773
                    'label' => 'LABEL_MY_GROUPS',
1774
                    'route' => 'group/my-groups'
1775
                ],
1776
                [
1777
                    'label' => 'LABEL_JOINED_GROUPS',
1778
                    'route' => 'group/joined-groups'
1779
                ],
1780
                [
1781
                    'label' => 'LABEL_REQUESTS_SENT',
1782
                    'route' => 'group/requests-sent'
1783
                ],
1784
                [
1785
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1786
                    'route' => 'group/invitations-received'
1787
                ]
1788
            ]
1789
        ],
1790
        [
1791
            'label' => 'LABEL_MARKETPLACE',
1792
            'route' => 'marketplace',
1793
            'class' => '/images/navbar/market-place.svg',
1794
        ],
167 efrain 1795
 
1796
 
1 efrain 1797
        [
167 efrain 1798
            'label' => 'LABEL_COMMUNICATION',
1799
            'route' => 'communication',
1 efrain 1800
            'class' => '/images/navbar/calendar.svg',
167 efrain 1801
            'pages' => [
1802
                [
1803
                    'label' => 'LABEL_CALENDAR',
1804
                    'route' => 'calendar',
1805
                    'class' => '/images/navbar/calendar.svg',
1806
                ],
1807
                [
1808
                    'label' => 'LABEL_INMAIL',
1809
                    'route' => 'inmail',
1810
                    'class' => '/images/navbar/calendar.svg',
1811
                ],
1812
                [
1813
                    'label' => 'LABEL_CHAT',
1814
                    'route' => 'chat',
1815
                    'class' => '/images/navbar/calendar.svg',
1816
                ],
1817
                [
1818
                    'label' => 'LABEL_NOTIFICATIONS',
1819
                    'route' => 'notifications',
1820
                    'class' => '/images/navbar/calendar.svg',
1821
                ],
1822
            ],
1 efrain 1823
        ],
167 efrain 1824
 
1825
        [
1826
            'label' => 'LABEL_KNOWLEDGE',
1827
            'route' => 'knowledge',
1828
            'class' => '/images/navbar/calendar.svg',
1829
            'pages' => [
1830
                [
1831
                    'label' => 'LABEL_MY_COACH',
1832
                    'route' => 'my-coach',
1833
                    'class' => '/images/navbar/calendar.svg',
1834
                ],
1835
                [
1836
                    'label' => 'LABEL_KNOWLEDGE_AREA',
1837
                    'route' => 'knowledge-area',
1838
                    'class' => '/images/navbar/calendar.svg',
1839
                ],
1840
                [
1841
                    'label' => 'LABEL_MICROLEARNING',
1842
                    'route' => 'microlearning',
1843
                    'class' => '/images/navbar/calendar.svg',
191 efrain 1844
                    /*
167 efrain 1845
 
1846
                    'pages' => [
1847
                        [
1848
                            'label' => 'LABEL_HOME',
1849
                            'route' => 'microlearning',
1850
                            'class' => '/images/navbar/calendar.svg',
1851
                        ],
1852
                        [
1853
                            'label' => 'LABEL_MICROLEARNING_TOPICS',
1854
                            'route' => 'microlearning/topics',
1855
                            'class' => '/images/navbar/calendar.svg',
1856
                        ],
1857
                        [
1858
                            'label' => 'LABEL_MICROLEARNING_TIMELINE' ,
1859
                            'route' => 'microlearning/timeline',
1860
                            'class' => '/images/navbar/calendar.svg',
1861
                        ],
1862
                        [
1863
                            'label' => 'LABEL_MICROLEARNING_PROGRESS' ,
1864
                            'route' => 'microlearning/companies',
1865
                            'class' => '/images/navbar/calendar.svg',
1866
                        ],
1867
                        [
1868
                            'label' => 'LABEL_MICROLEARNING_PROFILE',
1869
                            'route' => 'microlearning/profile',
1870
                            'class' => '/images/navbar/calendar.svg',
1871
                        ],
191 efrain 1872
                    ]*/
167 efrain 1873
                ],
1874
 
1875
            ]
1876
 
1877
 
1878
        ],
1 efrain 1879
    ];
1880
}