Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16806 | Rev 16822 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16806 Rev 16817
Línea 341... Línea 341...
341
                                ]
341
                                ]
342
                            ],
342
                            ],
343
                        ]
343
                        ]
344
                    ],
344
                    ],
Línea -... Línea 345...
-
 
345
 
-
 
346
                    'organizational-climate' => [
-
 
347
                        'type' => Literal::class,
-
 
348
                        'options' => [
-
 
349
                            'route' => '/organizational-climate',
-
 
350
                            'defaults' => [
-
 
351
                                'controller' => '\LeadersLinked\Controller\ActivityCenterOrganizationalClimateController',
-
 
352
                                'action' => 'index'
-
 
353
                            ]
-
 
354
                        ],
-
 
355
                        'may_terminate' => true,
-
 
356
                        'child_routes' => [
-
 
357
                            'take-a-test' => [
-
 
358
                                'type' => Segment::class,
-
 
359
                                'options' => [
-
 
360
                                    'route' => '/take-a-test/:id',
-
 
361
                                    'constraints' => [
-
 
362
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
363
                                    ],
-
 
364
                                    'defaults' => [
-
 
365
                                        'controller' => '\LeadersLinked\Controller\ActivityCenterOrganizationalClimateController',
-
 
366
                                        'action' => 'takeaTest'
-
 
367
                                    ]
-
 
368
                                ]
-
 
369
                            ],
-
 
370
                            'report' => [
-
 
371
                                'type' => Segment::class,
-
 
372
                                'options' => [
-
 
373
                                    'route' => '/report/:id',
-
 
374
                                    'constraints' => [
-
 
375
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
376
                                    ],
-
 
377
                                    'defaults' => [
-
 
378
                                        'controller' => '\LeadersLinked\Controller\ActivityCenterOrganizationalClimateController',
-
 
379
                                        'action' => 'report'
-
 
380
                                    ]
-
 
381
                                ]
-
 
382
                            ],
-
 
383
                        ]
345
 
384
                    ],
-
 
385
                    
-
 
386
                    'survey' => [
-
 
387
                        'type' => Literal::class,
-
 
388
                        'options' => [
-
 
389
                            'route' => '/survey',
-
 
390
                            'defaults' => [
-
 
391
                                'controller' => '\LeadersLinked\Controller\ActivityCenterSurveyController',
-
 
392
                                'action' => 'index'
-
 
393
                            ]
-
 
394
                        ],
-
 
395
                        'may_terminate' => true,
-
 
396
                        'child_routes' => [
-
 
397
                            'take-a-test' => [
-
 
398
                                'type' => Segment::class,
-
 
399
                                'options' => [
-
 
400
                                    'route' => '/take-a-test/:id',
-
 
401
                                    'constraints' => [
-
 
402
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
403
                                    ],
-
 
404
                                    'defaults' => [
-
 
405
                                        'controller' => '\LeadersLinked\Controller\ActivityCenterSurveyController',
-
 
406
                                        'action' => 'takeaTest'
-
 
407
                                    ]
-
 
408
                                ]
-
 
409
                            ],
-
 
410
                            'report' => [
-
 
411
                                'type' => Segment::class,
-
 
412
                                'options' => [
-
 
413
                                    'route' => '/report/:id',
-
 
414
                                    'constraints' => [
-
 
415
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
416
                                    ],
-
 
417
                                    'defaults' => [
-
 
418
                                        'controller' => '\LeadersLinked\Controller\ActivityCenterSurveyController',
-
 
419
                                        'action' => 'report'
-
 
420
                                    ]
-
 
421
                                ]
-
 
422
                            ],
-
 
423
                        ]
Línea 346... Línea 424...
346
 
424
                    ],
347
 
425
 
Línea 5379... Línea 5457...
5379
                        'action' => 'index'
5457
                        'action' => 'index'
5380
                    ]
5458
                    ]
5381
                ],
5459
                ],
5382
                'may_terminate' => true,
5460
                'may_terminate' => true,
5383
                'child_routes' => [
5461
                'child_routes' => [
5384
                    'add' => [
-
 
5385
                        'type' => Segment::class,
-
 
5386
                        'options' => [
-
 
5387
                            'route' => '/add',
-
 
5388
                            'defaults' => [
-
 
5389
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateController',
-
 
5390
                                'action' => 'add'
-
 
5391
                            ],
-
 
5392
                        ],
-
 
5393
                    ],
-
 
5394
                    'edit' => [
5462
                    'campaign' => [
5395
                        'type' => Segment::class,
-
 
5396
                        'options' => [
-
 
5397
                            'route' => '/edit/:id',
-
 
5398
                            'defaults' => [
-
 
5399
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateController',
-
 
5400
                                'action' => 'edit'
-
 
5401
                            ],
-
 
5402
                        ],
-
 
5403
                    ],
-
 
5404
                    'delete' => [
-
 
5405
                        'type' => Segment::class,
5463
                        'type' => Segment::class,
5406
                        'options' => [
5464
                        'options' => [
5407
                            'route' => '/delete/:id',
5465
                            'route' => '/campaign',
5408
                            'defaults' => [
5466
                            'defaults' => [
5409
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateController',
-
 
5410
                                'action' => 'delete'
-
 
5411
                            ],
-
 
5412
                        ],
-
 
5413
                    ],
-
 
5414
                    'segment' => [
-
 
5415
                        'type' => Segment::class,
-
 
5416
                        'options' => [
-
 
5417
                            'route' => '/segment/:id',
-
 
5418
                            'constraints' => [
-
 
5419
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
5420
                            ],
-
 
5421
                            'defaults' => [
-
 
5422
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateController',
-
 
5423
                                'action' => 'segment'
-
 
5424
                            ],
-
 
5425
                        ],
-
 
5426
                    ],
-
 
5427
                    'form' => [
-
 
5428
                        'type' => Segment::class,
-
 
5429
                        'options' => [
-
 
5430
                            'route' => '/form',
-
 
5431
                            'defaults' => [
-
 
5432
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateFormController',
5467
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateCampaignController',
5433
                                'action' => 'index',
5468
                                'action' => 'index',
5434
                            ],
5469
                            ],
5435
                        ],
5470
                        ],
5436
                        'may_terminate' => true,
5471
                        'may_terminate' => true,
5437
                        'child_routes' => [
5472
                        'child_routes' => [
5438
                            'add' => [
5473
                            'add' => [
5439
                                'type' => Segment::class,
5474
                                'type' => Segment::class,
5440
                                'options' => [
5475
                                'options' => [
5441
                                    'route' => '/add',
5476
                                    'route' => '/add',
5442
                                    'defaults' => [
5477
                                    'defaults' => [
5443
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateFormController',
5478
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateCampaignController',
5444
                                        'action' => 'add'
5479
                                        'action' => 'add'
5445
                                    ],
5480
                                    ],
5446
                                ],
5481
                                ],
5447
                            ],
5482
                            ],
5448
                            'edit' => [
5483
                            'overview' => [
5449
                                'type' => Segment::class,
5484
                                'type' => Segment::class,
5450
                                'options' => [
5485
                                'options' => [
5451
                                    'route' => '/edit/:id',
5486
                                    'route' => '/overview/:id',
5452
                                    'constraints' => [
5487
                                    'constraints' => [
5453
                                        'id' => '[A-Za-z0-9\-]+\=*'
5488
                                        'id' => '[A-Za-z0-9\-]+\=*'
5454
                                    ],
5489
                                    ],
5455
                                    'defaults' => [
5490
                                    'defaults' => [
5456
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateFormController',
5491
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateCampaignController',
5457
                                        'action' => 'edit'
5492
                                        'action' => 'overview'
5458
                                    ]
5493
                                    ]
5459
                                ]
5494
                                ]
5460
                            ],
5495
                            ],
5461
                            'delete' => [
5496
                            'pdf' => [
5462
                                'type' => Segment::class,
5497
                                'type' => Segment::class,
5463
                                'options' => [
5498
                                'options' => [
5464
                                    'route' => '/delete/:id',
5499
                                    'route' => '/pdf/:id',
5465
                                    'constraints' => [
5500
                                    'constraints' => [
5466
                                        'id' => '[A-Za-z0-9\-]+\=*'
5501
                                        'id' => '[A-Za-z0-9\-]+\=*'
5467
                                    ],
5502
                                    ],
5468
                                    'defaults' => [
5503
                                    'defaults' => [
5469
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateFormController',
5504
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateCampaignController',
5470
                                        'action' => 'delete'
5505
                                        'action' => 'pdf'
5471
                                    ]
5506
                                    ]
5472
                                ]
5507
                                ]
5473
                            ]
-
 
5474
                        ],
-
 
5475
                    ],
-
 
5476
                    'test' => [
-
 
5477
                        'type' => Segment::class,
-
 
5478
                        'options' => [
-
 
5479
                            'route' => '/test[/:organizational_climate_id]',
-
 
5480
                            'constraints' => [
-
 
5481
                                'organizational_climate_id' => '[A-Za-z0-9\-]+\=*'
-
 
5482
                            ],
-
 
5483
                            'defaults' => [
-
 
5484
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateTestController',
-
 
5485
                                'action' => 'index',
-
 
5486
                                'organizational_climate_id' => '',
-
 
5487
                            ],
5508
                            ],
5488
                        ],
-
 
5489
                        'may_terminate' => true,
-
 
5490
                        'child_routes' => [
-
 
5491
                            'add' => [
5509
                            'excel' => [
5492
                                'type' => Segment::class,
5510
                                'type' => Segment::class,
5493
                                'options' => [
5511
                                'options' => [
5494
                                    'route' => '/add',
5512
                                    'route' => '/excel/:id',
5495
                                    'defaults' => [
5513
                                    'constraints' => [
5496
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateTestController',
-
 
5497
                                        'action' => 'add',
5514
                                        'id' => '[A-Za-z0-9\-]+\=*'
5498
                                    ],
5515
                                    ],
5499
                                ],
-
 
5500
                            ],
-
 
5501
                            'report' => [
-
 
5502
                                'type' => Segment::class,
-
 
5503
                                'options' => [
-
 
5504
                                    'route' => '/report/:uuid',
-
 
5505
                                    'defaults' => [
5516
                                    'defaults' => [
5506
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateTestController',
5517
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateCampaignController',
5507
                                        'action' => 'report',
5518
                                        'action' => 'excel'
5508
                                    ],
5519
                                    ]
5509
                                ],
5520
                                ]
5510
                            ],
5521
                            ],
5511
                            'delete' => [
5522
                            'delete' => [
5512
                                'type' => Segment::class,
5523
                                'type' => Segment::class,
5513
                                'options' => [
5524
                                'options' => [
5514
                                    'route' => '/delete/:id',
5525
                                    'route' => '/delete/:id',
-
 
5526
                                    'constraints' => [
-
 
5527
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
5528
                                    ],
5515
                                    'defaults' => [
5529
                                    'defaults' => [
5516
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateTestController',
5530
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateCampaignController',
5517
                                        'action' => 'delete'
5531
                                        'action' => 'delete'
5518
                                    ]
5532
                                    ]
5519
                                ]
5533
                                ]
5520
                            ]
5534
                            ]
5521
                        ],
5535
                        ],
5522
                    ],
5536
                    ],
-
 
5537
 
5523
                    'report' => [
5538
                    'form' => [
5524
                        'type' => Segment::class,
5539
                        'type' => Segment::class,
5525
                        'options' => [
5540
                        'options' => [
5526
                            'route' => '/report[/:organizational_climate_id]',
-
 
5527
                            'constraints' => [
5541
                            'route' => '/form',
5528
                                'organizational_climate_id' => '[A-Za-z0-9\-]+\=*'
-
 
5529
                            ],
-
 
5530
                            'defaults' => [
5542
                            'defaults' => [
5531
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateReportController',
5543
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateFormController',
5532
                                'action' => 'index',
5544
                                'action' => 'index',
5533
                                'organizational_climate_id' => '',
-
 
5534
                            ],
5545
                            ],
5535
                        ],
5546
                        ],
5536
                        'may_terminate' => true,
5547
                        'may_terminate' => true,
5537
                        'child_routes' => [
5548
                        'child_routes' => [
5538
                            'all' => [
5549
                            'add' => [
5539
                                'type' => Segment::class,
5550
                                'type' => Segment::class,
5540
                                'options' => [
5551
                                'options' => [
5541
                                    'route' => '/all',
5552
                                    'route' => '/add[/:id]',
-
 
5553
                                    'constraints' => [
-
 
5554
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
5555
                                    ],
5542
                                    'defaults' => [
5556
                                    'defaults' => [
5543
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateReportController',
5557
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateFormController',
5544
                                        'action' => 'all',
5558
                                        'action' => 'add'
5545
                                    ]
5559
                                    ],
5546
                                ]
5560
                                ],
5547
                            ],
5561
                            ],
5548
                            'overview' => [
5562
                            'edit' => [
5549
                                'type' => Segment::class,
5563
                                'type' => Segment::class,
5550
                                'options' => [
5564
                                'options' => [
5551
                                    'route' => '/overview',
5565
                                    'route' => '/edit/:id',
-
 
5566
                                    'constraints' => [
-
 
5567
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
5568
                                    ],
5552
                                    'defaults' => [
5569
                                    'defaults' => [
5553
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateReportController',
5570
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateFormController',
5554
                                        'action' => 'overview',
5571
                                        'action' => 'edit'
5555
                                    ]
5572
                                    ]
5556
                                ]
5573
                                ]
5557
                            ],
5574
                            ],
5558
                            'excel' => [
5575
                            'delete' => [
5559
                                'type' => Segment::class,
5576
                                'type' => Segment::class,
5560
                                'options' => [
5577
                                'options' => [
5561
                                    'route' => '/excel',
5578
                                    'route' => '/delete/:id',
-
 
5579
                                    'constraints' => [
-
 
5580
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
5581
                                    ],
5562
                                    'defaults' => [
5582
                                    'defaults' => [
5563
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateReportController',
5583
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateFormController',
5564
                                        'action' => 'excel',
5584
                                        'action' => 'delete'
5565
                                    ]
5585
                                    ]
5566
                                ]
5586
                                ]
5567
                            ],
5587
                            ]
5568
                        ],
5588
                        ],
5569
                    ],
5589
                    ],
5570
                ],
5590
                ],
5571
            ],
5591
            ],
Línea 5889... Línea 5909...
5889
                        'action' => 'index'
5909
                        'action' => 'index'
5890
                    ]
5910
                    ]
5891
                ],
5911
                ],
5892
                'may_terminate' => true,
5912
                'may_terminate' => true,
5893
                'child_routes' => [
5913
                'child_routes' => [
5894
                    'add' => [
-
 
5895
                        'type' => Segment::class,
-
 
5896
                        'options' => [
-
 
5897
                            'route' => '/add',
-
 
5898
                            'defaults' => [
-
 
5899
                                'controller' => '\LeadersLinked\Controller\SurveyController',
-
 
5900
                                'action' => 'add'
-
 
5901
                            ],
-
 
5902
                        ],
-
 
5903
                    ],
-
 
5904
                    'edit' => [
-
 
5905
                        'type' => Segment::class,
-
 
5906
                        'options' => [
-
 
5907
                            'route' => '/edit/:id',
-
 
5908
                            'defaults' => [
-
 
5909
                                'controller' => '\LeadersLinked\Controller\SurveyController',
-
 
5910
                                'action' => 'edit'
-
 
5911
                            ],
-
 
5912
                        ],
-
 
5913
                    ],
-
 
5914
                    'delete' => [
-
 
5915
                        'type' => Segment::class,
-
 
5916
                        'options' => [
-
 
5917
                            'route' => '/delete/:id',
-
 
5918
                            'defaults' => [
-
 
5919
                                'controller' => '\LeadersLinked\Controller\SurveyController',
-
 
5920
                                'action' => 'delete'
-
 
5921
                            ],
-
 
5922
                        ],
-
 
5923
                    ],
-
 
5924
                    'segment' => [
-
 
5925
                        'type' => Segment::class,
-
 
5926
                        'options' => [
-
 
5927
                            'route' => '/segment/:id',
-
 
5928
                            'defaults' => [
-
 
5929
                                'controller' => '\LeadersLinked\Controller\SurveyController',
-
 
5930
                                'action' => 'segment'
-
 
5931
                            ],
-
 
5932
                        ],
-
 
5933
                    ],
-
 
5934
                    'form' => [
5914
                    'form' => [
5935
                        'type' => Segment::class,
5915
                        'type' => Segment::class,
5936
                        'options' => [
5916
                        'options' => [
5937
                            'route' => '/form',
5917
                            'route' => '/form',
5938
                            'defaults' => [
5918
                            'defaults' => [
Línea 5943... Línea 5923...
5943
                        'may_terminate' => true,
5923
                        'may_terminate' => true,
5944
                        'child_routes' => [
5924
                        'child_routes' => [
5945
                            'add' => [
5925
                            'add' => [
5946
                                'type' => Segment::class,
5926
                                'type' => Segment::class,
5947
                                'options' => [
5927
                                'options' => [
5948
                                    'route' => '/add',
5928
                                    'route' => '/add[/:id]',
-
 
5929
                                    'constraints' => [
-
 
5930
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
5931
                                    ],
5949
                                    'defaults' => [
5932
                                    'defaults' => [
5950
                                        'controller' => '\LeadersLinked\Controller\SurveyFormController',
5933
                                        'controller' => '\LeadersLinked\Controller\SurveyFormController',
5951
                                        'action' => 'add'
5934
                                        'action' => 'add'
5952
                                    ],
5935
                                    ],
5953
                                ],
5936
                                ],
Línea 5978... Línea 5961...
5978
                                    ]
5961
                                    ]
5979
                                ]
5962
                                ]
5980
                            ]
5963
                            ]
5981
                        ],
5964
                        ],
5982
                    ],
5965
                    ],
5983
                    'test' => [
5966
                    'campaign' => [
5984
                        'type' => Segment::class,
5967
                        'type' => Segment::class,
5985
                        'options' => [
5968
                        'options' => [
5986
                            'route' => '/test[/:survey_id]',
5969
                            'route' => '/campaign',
5987
                            'constraints' => [
-
 
5988
                                'survey_id' => '[A-Za-z0-9\-]+\=*'
-
 
5989
                            ],
-
 
5990
                            'defaults' => [
5970
                            'defaults' => [
5991
                                'controller' => '\LeadersLinked\Controller\SurveyTestController',
5971
                                'controller' => '\LeadersLinked\Controller\SurveyCampaignController',
5992
                                'action' => 'index',
5972
                                'action' => 'index',
5993
                                'survey_id' => '',
-
 
5994
                            ],
5973
                            ],
5995
                        ],
5974
                        ],
5996
                        'may_terminate' => true,
5975
                        'may_terminate' => true,
5997
                        'child_routes' => [
5976
                        'child_routes' => [
5998
                            'add' => [
5977
                            'add' => [
5999
                                'type' => Segment::class,
5978
                                'type' => Literal::class,
6000
                                'options' => [
5979
                                'options' => [
6001
                                    'route' => '/add',
5980
                                    'route' => '/add',
6002
                                    'defaults' => [
5981
                                    'defaults' => [
6003
                                        'controller' => '\LeadersLinked\Controller\SurveyTestController',
5982
                                        'controller' => '\LeadersLinked\Controller\SurveyCampaignController',
6004
                                        'action' => 'add',
5983
                                        'action' => 'add'
6005
                                    ],
-
 
6006
                                ],
-
 
6007
                            ],
-
 
6008
                            'report' => [
-
 
6009
                                'type' => Segment::class,
-
 
6010
                                'options' => [
-
 
6011
                                    'route' => '/report/:uuid',
-
 
6012
                                    'defaults' => [
-
 
6013
                                        'controller' => '\LeadersLinked\Controller\SurveyTestController',
-
 
6014
                                        'action' => 'report',
-
 
6015
                                    ],
5984
                                    ],
6016
                                ],
5985
                                ],
6017
                            ],
5986
                            ],
6018
                            'delete' => [
5987
                            'delete' => [
6019
                                'type' => Segment::class,
5988
                                'type' => Segment::class,
6020
                                'options' => [
5989
                                'options' => [
6021
                                    'route' => '/delete/:id',
5990
                                    'route' => '/delete/:id',
-
 
5991
                                    'constraints' => [
-
 
5992
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
5993
                                    ],
6022
                                    'defaults' => [
5994
                                    'defaults' => [
6023
                                        'controller' => '\LeadersLinked\Controller\SurveyTestController',
5995
                                        'controller' => '\LeadersLinked\Controller\SurveyCampaignController',
6024
                                        'action' => 'delete'
5996
                                        'action' => 'delete'
6025
                                    ]
5997
                                    ]
6026
                                ]
5998
                                ]
6027
                            ]
-
 
6028
                        ],
-
 
6029
                    ],
-
 
6030
                    'report' => [
-
 
6031
                        'type' => Segment::class,
-
 
6032
                        'options' => [
-
 
6033
                            'route' => '/report[/:survey_id]',
-
 
6034
                            'constraints' => [
-
 
6035
                                'survey_id' => '[A-Za-z0-9\-]+\=*'
-
 
6036
                            ],
5999
                            ],
6037
                            'defaults' => [
6000
                            'overview' => [
6038
                                'controller' => '\LeadersLinked\Controller\SurveyReportController',
-
 
6039
                                'action' => 'index',
-
 
6040
                                'survey_id' => '',
-
 
6041
                            ],
-
 
6042
                        ],
-
 
6043
                        'may_terminate' => true,
-
 
6044
                        'child_routes' => [
-
 
6045
                            'all' => [
-
 
6046
                                'type' => Segment::class,
6001
                                'type' => Segment::class,
6047
                                'options' => [
6002
                                'options' => [
6048
                                    'route' => '/all',
6003
                                    'route' => '/overview/:id',
-
 
6004
                                    'constraints' => [
-
 
6005
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
6006
                                    ],
6049
                                    'defaults' => [
6007
                                    'defaults' => [
6050
                                        'controller' => '\LeadersLinked\Controller\SurveyReportController',
6008
                                        'controller' => '\LeadersLinked\Controller\SurveyCampaignController',
6051
                                        'action' => 'all',
6009
                                        'action' => 'overview'
6052
                                    ]
6010
                                    ]
6053
                                ]
6011
                                ]
6054
                            ],
6012
                            ],
6055
                            'overview' => [
6013
                            'pdf' => [
6056
                                'type' => Segment::class,
6014
                                'type' => Segment::class,
6057
                                'options' => [
6015
                                'options' => [
6058
                                    'route' => '/overview',
6016
                                    'route' => '/pdf/:id',
-
 
6017
                                    'constraints' => [
-
 
6018
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
6019
                                    ],
6059
                                    'defaults' => [
6020
                                    'defaults' => [
6060
                                        'controller' => '\LeadersLinked\Controller\SurveyReportController',
6021
                                        'controller' => '\LeadersLinked\Controller\SurveyCampaignController',
6061
                                        'action' => 'overview',
6022
                                        'action' => 'pdf'
6062
                                    ]
6023
                                    ]
6063
                                ]
6024
                                ]
6064
                            ],
6025
                            ],
6065
                            'excel' => [
6026
                            'excel' => [
6066
                                'type' => Segment::class,
6027
                                'type' => Segment::class,
6067
                                'options' => [
6028
                                'options' => [
6068
                                    'route' => '/excel',
6029
                                    'route' => '/excel/:id',
-
 
6030
                                    'constraints' => [
-
 
6031
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
6032
                                    ],
6069
                                    'defaults' => [
6033
                                    'defaults' => [
6070
                                        'controller' => '\LeadersLinked\Controller\SurveyReportController',
6034
                                        'controller' => '\LeadersLinked\Controller\SurveyCampaignController',
6071
                                        'action' => 'excel',
6035
                                        'action' => 'excel'
6072
                                    ]
6036
                                    ]
6073
                                ]
6037
                                ]
6074
                            ],
6038
                            ]
6075
                        ],
6039
                        ],
6076
                    ],
6040
                    ],
6077
                ]
6041
                ]
6078
            ],
6042
            ],
Línea 7124... Línea 7088...
7124
            \LeadersLinked\Controller\SelfEvaluationFormController::class => \LeadersLinked\Factory\Controller\SelfEvaluationFormControllerFactory::class,
7088
            \LeadersLinked\Controller\SelfEvaluationFormController::class => \LeadersLinked\Factory\Controller\SelfEvaluationFormControllerFactory::class,
7125
            \LeadersLinked\Controller\SelfEvaluationFormUserController::class => \LeadersLinked\Factory\Controller\SelfEvaluationFormUserControllerFactory::class,
7089
            \LeadersLinked\Controller\SelfEvaluationFormUserController::class => \LeadersLinked\Factory\Controller\SelfEvaluationFormUserControllerFactory::class,
7126
            \LeadersLinked\Controller\SelfEvaluationReviewController::class => \LeadersLinked\Factory\Controller\SelfEvaluationReviewControllerFactory::class,
7090
            \LeadersLinked\Controller\SelfEvaluationReviewController::class => \LeadersLinked\Factory\Controller\SelfEvaluationReviewControllerFactory::class,
7127
            \LeadersLinked\Controller\SurveyController::class => \LeadersLinked\Factory\Controller\SurveyControllerFactory::class,
7091
            \LeadersLinked\Controller\SurveyController::class => \LeadersLinked\Factory\Controller\SurveyControllerFactory::class,
7128
            \LeadersLinked\Controller\SurveyFormController::class => \LeadersLinked\Factory\Controller\SurveyFormControllerFactory::class,
7092
            \LeadersLinked\Controller\SurveyFormController::class => \LeadersLinked\Factory\Controller\SurveyFormControllerFactory::class,
7129
            \LeadersLinked\Controller\SurveyReportController::class => \LeadersLinked\Factory\Controller\SurveyReportControllerFactory::class,
7093
            \LeadersLinked\Controller\SurveyCampaignController::class => \LeadersLinked\Factory\Controller\SurveyCampaignControllerFactory::class,
7130
            \LeadersLinked\Controller\SurveyTestController::class => \LeadersLinked\Factory\Controller\SurveyTestControllerFactory::class,
-
 
-
 
7094
            
-
 
7095
            
7131
            \LeadersLinked\Controller\OrganizationalClimateController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateControllerFactory::class,
7096
            \LeadersLinked\Controller\OrganizationalClimateController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateControllerFactory::class,
7132
            \LeadersLinked\Controller\OrganizationalClimateFormController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateFormControllerFactory::class,
7097
            \LeadersLinked\Controller\OrganizationalClimateFormController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateFormControllerFactory::class,
7133
            \LeadersLinked\Controller\OrganizationalClimateReportController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateReportControllerFactory::class,
7098
            \LeadersLinked\Controller\OrganizationalClimateCampaignController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateCampaignControllerFactory::class,
7134
            \LeadersLinked\Controller\OrganizationalClimateTestController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateTestControllerFactory::class,
-
 
-
 
7099
            
7135
            \LeadersLinked\Controller\PerformanceEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationControllerFactory::class,
7100
            \LeadersLinked\Controller\PerformanceEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationControllerFactory::class,
7136
            \LeadersLinked\Controller\PerformanceEvaluationFormController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationFormControllerFactory::class,
7101
            \LeadersLinked\Controller\PerformanceEvaluationFormController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationFormControllerFactory::class,
7137
            \LeadersLinked\Controller\PerformanceEvaluationTestController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationTestControllerFactory::class,
7102
            \LeadersLinked\Controller\PerformanceEvaluationTestController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationTestControllerFactory::class,
Línea 7138... Línea 7103...
7138
 
7103
 
Línea 7204... Línea 7169...
7204
 
7169
 
7205
 
7170
 
7206
            \LeadersLinked\Controller\ActivityCenterController::Class  => \LeadersLinked\Factory\Controller\ActivityCenterControllerFactory::class,
7171
            \LeadersLinked\Controller\ActivityCenterController::Class  => \LeadersLinked\Factory\Controller\ActivityCenterControllerFactory::class,
-
 
7172
            \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class  => \LeadersLinked\Factory\Controller\ActivityCenterPerformanceEvaluationControllerFactory::class,
-
 
7173
            \LeadersLinked\Controller\ActivityCenterRecruitmentSelectionController::class  => \LeadersLinked\Factory\Controller\ActivityCenterRecruitmentSelectionControllerFactory::class,
-
 
7174
            \LeadersLinked\Controller\ActivityCenterOrganizationalClimateController::class  => \LeadersLinked\Factory\Controller\ActivityCenterOrganizationalClimateControllerFactory::class,
7207
            \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class  => \LeadersLinked\Factory\Controller\ActivityCenterPerformanceEvaluationControllerFactory::class,
7175
            \LeadersLinked\Controller\ActivityCenterSurveyController::class  => \LeadersLinked\Factory\Controller\ActivityCenterSurveyControllerFactory::class,
-
 
7176
            
7208
            \LeadersLinked\Controller\ActivityCenterRecruitmentSelectionController::class  => \LeadersLinked\Factory\Controller\ActivityCenterRecruitmentSelectionControllerFactory::class,
7177
            
7209
 
7178
            
7210
            \LeadersLinked\Controller\EngagementController::class => \LeadersLinked\Factory\Controller\EngagementControllerFactory::class,
7179
            \LeadersLinked\Controller\EngagementController::class => \LeadersLinked\Factory\Controller\EngagementControllerFactory::class,
Línea 7211... Línea 7180...
7211
            \LeadersLinked\Controller\EngagementRewardController::class => \LeadersLinked\Factory\Controller\EngagementRewardControllerFactory::class,
7180
            \LeadersLinked\Controller\EngagementRewardController::class => \LeadersLinked\Factory\Controller\EngagementRewardControllerFactory::class,
Línea 7267... Línea 7236...
7267
            '\LeadersLinked\Controller\SelfEvaluationFormController' => \LeadersLinked\Controller\SelfEvaluationFormController::class,
7236
            '\LeadersLinked\Controller\SelfEvaluationFormController' => \LeadersLinked\Controller\SelfEvaluationFormController::class,
7268
            '\LeadersLinked\Controller\SelfEvaluationFormUserController' => \LeadersLinked\Controller\SelfEvaluationFormUserController::class,
7237
            '\LeadersLinked\Controller\SelfEvaluationFormUserController' => \LeadersLinked\Controller\SelfEvaluationFormUserController::class,
7269
            '\LeadersLinked\Controller\SelfEvaluationReviewController' => \LeadersLinked\Controller\SelfEvaluationReviewController::class,
7238
            '\LeadersLinked\Controller\SelfEvaluationReviewController' => \LeadersLinked\Controller\SelfEvaluationReviewController::class,
7270
            '\LeadersLinked\Controller\SurveyController' => \LeadersLinked\Controller\SurveyController::class,
7239
            '\LeadersLinked\Controller\SurveyController' => \LeadersLinked\Controller\SurveyController::class,
7271
            '\LeadersLinked\Controller\SurveyFormController' => \LeadersLinked\Controller\SurveyFormController::class,
7240
            '\LeadersLinked\Controller\SurveyFormController' => \LeadersLinked\Controller\SurveyFormController::class,
7272
            '\LeadersLinked\Controller\SurveyReportController' => \LeadersLinked\Controller\SurveyReportController::class,
7241
            '\LeadersLinked\Controller\SurveyCampaignController' => \LeadersLinked\Controller\SurveyCampaignController::class,
7273
            '\LeadersLinked\Controller\SurveyTestController' => \LeadersLinked\Controller\SurveyTestController::class,
-
 
-
 
7242
 
7274
            '\LeadersLinked\Controller\OrganizationalClimateController' => \LeadersLinked\Controller\OrganizationalClimateController::class,
7243
            '\LeadersLinked\Controller\OrganizationalClimateController' => \LeadersLinked\Controller\OrganizationalClimateController::class,
7275
            '\LeadersLinked\Controller\OrganizationalClimateFormController' => \LeadersLinked\Controller\OrganizationalClimateFormController::class,
7244
            '\LeadersLinked\Controller\OrganizationalClimateFormController' => \LeadersLinked\Controller\OrganizationalClimateFormController::class,
7276
            '\LeadersLinked\Controller\OrganizationalClimateReportController' => \LeadersLinked\Controller\OrganizationalClimateReportController::class,
7245
            '\LeadersLinked\Controller\OrganizationalClimateCampaignController' => \LeadersLinked\Controller\OrganizationalClimateCampaignController::class,
7277
            '\LeadersLinked\Controller\OrganizationalClimateTestController' => \LeadersLinked\Controller\OrganizationalClimateTestController::class,
-
 
-
 
7246
 
-
 
7247
            
-
 
7248
            
7278
            '\LeadersLinked\Controller\PerformanceEvaluationController' => \LeadersLinked\Controller\PerformanceEvaluationController::class,
7249
            '\LeadersLinked\Controller\PerformanceEvaluationController' => \LeadersLinked\Controller\PerformanceEvaluationController::class,
7279
            '\LeadersLinked\Controller\PerformanceEvaluationFormController' => \LeadersLinked\Controller\PerformanceEvaluationFormController::class,
7250
            '\LeadersLinked\Controller\PerformanceEvaluationFormController' => \LeadersLinked\Controller\PerformanceEvaluationFormController::class,
7280
            '\LeadersLinked\Controller\PerformanceEvaluationTestController' => \LeadersLinked\Controller\PerformanceEvaluationTestController::class,
7251
            '\LeadersLinked\Controller\PerformanceEvaluationTestController' => \LeadersLinked\Controller\PerformanceEvaluationTestController::class,
7281
            '\LeadersLinked\Controller\MicrolearningController' => \LeadersLinked\Controller\MicrolearningController::class,
7252
            '\LeadersLinked\Controller\MicrolearningController' => \LeadersLinked\Controller\MicrolearningController::class,
7282
            '\LeadersLinked\Controller\MicrolearningQuizController' => \LeadersLinked\Controller\MicrolearningQuizController::class,
7253
            '\LeadersLinked\Controller\MicrolearningQuizController' => \LeadersLinked\Controller\MicrolearningQuizController::class,
Línea 7347... Línea 7318...
7347
            '\LeadersLinked\Controller\DiscoveryContactReportController' => \LeadersLinked\Controller\DiscoveryContactReportController::class,
7318
            '\LeadersLinked\Controller\DiscoveryContactReportController' => \LeadersLinked\Controller\DiscoveryContactReportController::class,
Línea 7348... Línea 7319...
7348
 
7319
 
7349
            '\LeadersLinked\Controller\ActivityCenterController' => \LeadersLinked\Controller\ActivityCenterController::class,
7320
            '\LeadersLinked\Controller\ActivityCenterController' => \LeadersLinked\Controller\ActivityCenterController::class,
7350
            '\LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController' => \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class,
7321
            '\LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController' => \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class,
-
 
7322
            '\LeadersLinked\Controller\ActivityCenterRecruitmentSelectionController' => \LeadersLinked\Controller\ActivityCenterRecruitmentSelectionController::class,
-
 
7323
            '\LeadersLinked\Controller\ActivityCenterOrganizationalClimateController' => \LeadersLinked\Controller\ActivityCenterOrganizationalClimateController::class,
-
 
7324
            '\LeadersLinked\Controller\ActivityCenterSurveyController' => \LeadersLinked\Controller\ActivityCenterSurveyController::class,
7351
            '\LeadersLinked\Controller\ActivityCenterRecruitmentSelectionController' => \LeadersLinked\Controller\ActivityCenterRecruitmentSelectionController::class,
7325
            
7352
 
7326
            
7353
            '\LeadersLinked\Controller\EngagementController' => \LeadersLinked\Controller\EngagementController::class,
7327
            '\LeadersLinked\Controller\EngagementController' => \LeadersLinked\Controller\EngagementController::class,
7354
            '\LeadersLinked\Controller\EngagementRewardController' => \LeadersLinked\Controller\EngagementRewardController::class,
7328
            '\LeadersLinked\Controller\EngagementRewardController' => \LeadersLinked\Controller\EngagementRewardController::class,
Línea 7355... Línea 7329...
7355
            '\LeadersLinked\Controller\EngagementReportsController' => \LeadersLinked\Controller\EngagementReportsController::class,
7329
            '\LeadersLinked\Controller\EngagementReportsController' => \LeadersLinked\Controller\EngagementReportsController::class,