Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7191 Rev 7218
Línea 3397... Línea 3397...
3397
            'organizational-climate' => [
3397
            'organizational-climate' => [
3398
                'type' => Literal::class,
3398
                'type' => Literal::class,
3399
                'options' => [
3399
                'options' => [
3400
                    'route' => '/organizational-climate',
3400
                    'route' => '/organizational-climate',
3401
                    'defaults' => [
3401
                    'defaults' => [
3402
                        'controller' => '\LeadersLinked\Controller\UnknownController',
3402
                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateController',
3403
                        'action' => 'index'
3403
                        'action' => 'index'
3404
                    ]
3404
                    ]
3405
                ],
3405
                ],
3406
                'may_terminate' => true,
3406
                'may_terminate' => true,
3407
                'child_routes' => [
3407
                'child_routes' => [
-
 
3408
                    'add' => [
-
 
3409
                        'type' => Segment::class,
-
 
3410
                        'options' => [
-
 
3411
                            'route' => '/add',
-
 
3412
                            'defaults' => [
-
 
3413
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateControllerController',
-
 
3414
                                'action' => 'add'
-
 
3415
                            ],
-
 
3416
                        ],
-
 
3417
                    ],
-
 
3418
                    'edit' => [
-
 
3419
                        'type' => Segment::class,
-
 
3420
                        'options' => [
-
 
3421
                            'route' => '/edit/:id',
-
 
3422
                            'defaults' => [
-
 
3423
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateControllerController',
-
 
3424
                                'action' => 'edit'
-
 
3425
                            ],
-
 
3426
                        ],
-
 
3427
                    ],
-
 
3428
                    'delete' => [
-
 
3429
                        'type' => Segment::class,
-
 
3430
                        'options' => [
-
 
3431
                            'route' => '/delete/:id',
-
 
3432
                            'defaults' => [
-
 
3433
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateControllerController',
-
 
3434
                                'action' => 'delete'
-
 
3435
                            ],
-
 
3436
                        ],
-
 
3437
                    ],
-
 
3438
                    'segment' => [
-
 
3439
                        'type' => Segment::class,
-
 
3440
                        'options' => [
-
 
3441
                            'route' => '/segment/:id',
-
 
3442
                            'defaults' => [
-
 
3443
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateControllerController',
-
 
3444
                                'action' => 'segment'
-
 
3445
                            ],
-
 
3446
                        ],
-
 
3447
                    ],
-
 
3448
                    'form' => [
-
 
3449
                        'type' => Segment::class,
-
 
3450
                        'options' => [
-
 
3451
                            'route' => '/form',
-
 
3452
                            'defaults' => [
-
 
3453
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateControllerFormController',
-
 
3454
                                'action' => 'index',
-
 
3455
                            ],
-
 
3456
                        ],
-
 
3457
                        'may_terminate' => true,
-
 
3458
                        'child_routes' => [
-
 
3459
                            'add' => [
-
 
3460
                                'type' => Segment::class,
-
 
3461
                                'options' => [
-
 
3462
                                    'route' => '/add',
-
 
3463
                                    'defaults' => [
-
 
3464
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateControllerFormController',
-
 
3465
                                        'action' => 'add'
-
 
3466
                                    ],
-
 
3467
                                ],
-
 
3468
                            ],
-
 
3469
                            'edit' => [
-
 
3470
                                'type' => Segment::class,
-
 
3471
                                'options' => [
-
 
3472
                                    'route' => '/edit/:id',
-
 
3473
                                    'constraints' => [
-
 
3474
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3475
                                    ],
-
 
3476
                                    'defaults' => [
-
 
3477
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateControllerFormController',
-
 
3478
                                        'action' => 'edit'
-
 
3479
                                    ]
-
 
3480
                                ]
-
 
3481
                            ],
-
 
3482
                            'delete' => [
-
 
3483
                                'type' => Segment::class,
-
 
3484
                                'options' => [
-
 
3485
                                    'route' => '/delete/:id',
-
 
3486
                                    'constraints' => [
-
 
3487
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3488
                                    ],
-
 
3489
                                    'defaults' => [
-
 
3490
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateControllerFormController',
-
 
3491
                                        'action' => 'delete'
-
 
3492
                                    ]
-
 
3493
                                ]
-
 
3494
                            ]
-
 
3495
                        ],
-
 
3496
                    ],
-
 
3497
                    'test' => [
-
 
3498
                        'type' => Segment::class,
-
 
3499
                        'options' => [
-
 
3500
                            'route' => '/test[/:survey_id]',
-
 
3501
                            'constraints' => [
-
 
3502
                                'survey_id' => '[A-Za-z0-9\-]+\=*'
-
 
3503
                            ],
-
 
3504
                            'defaults' => [
-
 
3505
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateControllerTestController',
-
 
3506
                                'action' => 'index',
-
 
3507
                                'survey_id' => '',
-
 
3508
                            ],
-
 
3509
                        ],
-
 
3510
                        'may_terminate' => true,
-
 
3511
                        'child_routes' => [
-
 
3512
                            'add' => [
-
 
3513
                                'type' => Segment::class,
-
 
3514
                                'options' => [
-
 
3515
                                    'route' => '/add',
-
 
3516
                                    'defaults' => [
-
 
3517
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateControllerTestController',
-
 
3518
                                        'action' => 'add',
-
 
3519
                                    ],
-
 
3520
                                ],
-
 
3521
                            ],
-
 
3522
                            'report' => [
-
 
3523
                                'type' => Segment::class,
-
 
3524
                                'options' => [
-
 
3525
                                    'route' => '/report/:uuid',
-
 
3526
                                    'defaults' => [
-
 
3527
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateControllerTestController',
-
 
3528
                                        'action' => 'report',
-
 
3529
                                    ],
-
 
3530
                                ],
-
 
3531
                            ],
-
 
3532
                            'delete' => [
-
 
3533
                                'type' => Segment::class,
-
 
3534
                                'options' => [
-
 
3535
                                    'route' => '/delete/:id',
-
 
3536
                                    'defaults' => [
-
 
3537
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateControllerTestController',
-
 
3538
                                        'action' => 'delete'
-
 
3539
                                    ]
-
 
3540
                                ]
-
 
3541
                            ]
-
 
3542
                        ],
-
 
3543
                    ],
-
 
3544
                    'report' => [
-
 
3545
                        'type' => Segment::class,
-
 
3546
                        'options' => [
-
 
3547
                            'route' => '/report[/:survey_id]',
-
 
3548
                            'constraints' => [
-
 
3549
                                'survey_id' => '[A-Za-z0-9\-]+\=*'
-
 
3550
                            ],
-
 
3551
                            'defaults' => [
-
 
3552
                                'controller' => '\LeadersLinked\Controller\OrganizationalClimateControllerReportController',
-
 
3553
                                'action' => 'index',
-
 
3554
                                'survey_id' => '',
-
 
3555
                            ],
-
 
3556
                        ],
-
 
3557
                        'may_terminate' => true,
-
 
3558
                        'child_routes' => [
-
 
3559
                            'all' => [
-
 
3560
                                'type' => Segment::class,
-
 
3561
                                'options' => [
-
 
3562
                                    'route' => '/all',
-
 
3563
                                    'defaults' => [
-
 
3564
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateControllerReportController',
-
 
3565
                                        'action' => 'all',
-
 
3566
                                    ]
-
 
3567
                                ]
-
 
3568
                            ],
-
 
3569
                            'overview' => [
-
 
3570
                                'type' => Segment::class,
-
 
3571
                                'options' => [
-
 
3572
                                    'route' => '/overview',
-
 
3573
                                    'defaults' => [
-
 
3574
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateControllerReportController',
-
 
3575
                                        'action' => 'overview',
-
 
3576
                                    ]
-
 
3577
                                ]
-
 
3578
                            ],
-
 
3579
                            'csv' => [
-
 
3580
                                'type' => Segment::class,
-
 
3581
                                'options' => [
-
 
3582
                                    'route' => '/csv',
-
 
3583
                                    'defaults' => [
-
 
3584
                                        'controller' => '\LeadersLinked\Controller\OrganizationalClimateControllerReportController',
-
 
3585
                                        'action' => 'csv',
-
 
3586
                                    ]
-
 
3587
                                ]
-
 
3588
                            ],
-
 
3589
                        ],
-
 
3590
                    ],
3408
                ]
3591
                ],
3409
            ],
3592
            ],
Línea 3410... Línea 3593...
3410
            
3593
            
3411
            'culture' => [
3594
            'culture' => [
3412
                'type' => Literal::class,
3595
                'type' => Literal::class,
Línea 4276... Línea 4459...
4276
            \LeadersLinked\Controller\SelfEvaluationReviewController::class => \LeadersLinked\Factory\Controller\SelfEvaluationReviewControllerFactory::class,
4459
            \LeadersLinked\Controller\SelfEvaluationReviewController::class => \LeadersLinked\Factory\Controller\SelfEvaluationReviewControllerFactory::class,
4277
            \LeadersLinked\Controller\SurveyController::class => \LeadersLinked\Factory\Controller\SurveyControllerFactory::class,
4460
            \LeadersLinked\Controller\SurveyController::class => \LeadersLinked\Factory\Controller\SurveyControllerFactory::class,
4278
            \LeadersLinked\Controller\SurveyFormController::class => \LeadersLinked\Factory\Controller\SurveyFormControllerFactory::class,
4461
            \LeadersLinked\Controller\SurveyFormController::class => \LeadersLinked\Factory\Controller\SurveyFormControllerFactory::class,
4279
            \LeadersLinked\Controller\SurveyReportController::class => \LeadersLinked\Factory\Controller\SurveyReportControllerFactory::class,
4462
            \LeadersLinked\Controller\SurveyReportController::class => \LeadersLinked\Factory\Controller\SurveyReportControllerFactory::class,
4280
            \LeadersLinked\Controller\SurveyTestController::class => \LeadersLinked\Factory\Controller\SurveyTestControllerFactory::class,
4463
            \LeadersLinked\Controller\SurveyTestController::class => \LeadersLinked\Factory\Controller\SurveyTestControllerFactory::class,
-
 
4464
            \LeadersLinked\Controller\OrganizationalClimateController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateControllerFactory::class,
-
 
4465
            \LeadersLinked\Controller\OrganizationalClimateFormController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateFormControllerFactory::class,
-
 
4466
            \LeadersLinked\Controller\OrganizationalClimateReportController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateReportControllerFactory::class,
-
 
4467
            \LeadersLinked\Controller\OrganizationalClimateTestController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateTestControllerFactory::class,
4281
            \LeadersLinked\Controller\PerformanceEvaluationFormController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationFormControllerFactory::class,
4468
            \LeadersLinked\Controller\PerformanceEvaluationFormController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationFormControllerFactory::class,
4282
            \LeadersLinked\Controller\PerformanceEvaluationEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationEvaluationControllerFactory::class,
4469
            \LeadersLinked\Controller\PerformanceEvaluationEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationEvaluationControllerFactory::class,
4283
            \LeadersLinked\Controller\MicrolearningController::class => \LeadersLinked\Factory\Controller\MicrolearningControllerFactory::class,
4470
            \LeadersLinked\Controller\MicrolearningController::class => \LeadersLinked\Factory\Controller\MicrolearningControllerFactory::class,
4284
            \LeadersLinked\Controller\MicrolearningQuizController::class => \LeadersLinked\Factory\Controller\MicrolearningQuizControllerFactory::class,
4471
            \LeadersLinked\Controller\MicrolearningQuizController::class => \LeadersLinked\Factory\Controller\MicrolearningQuizControllerFactory::class,
4285
            \LeadersLinked\Controller\MicrolearningQuestionController::class => \LeadersLinked\Factory\Controller\MicrolearningQuestionControllerFactory::class,
4472
            \LeadersLinked\Controller\MicrolearningQuestionController::class => \LeadersLinked\Factory\Controller\MicrolearningQuestionControllerFactory::class,
Línea 4348... Línea 4535...
4348
            '\LeadersLinked\Controller\SelfEvaluationReviewController' => \LeadersLinked\Controller\SelfEvaluationReviewController::class,
4535
            '\LeadersLinked\Controller\SelfEvaluationReviewController' => \LeadersLinked\Controller\SelfEvaluationReviewController::class,
4349
            '\LeadersLinked\Controller\SurveyController' => \LeadersLinked\Controller\SurveyController::class,
4536
            '\LeadersLinked\Controller\SurveyController' => \LeadersLinked\Controller\SurveyController::class,
4350
            '\LeadersLinked\Controller\SurveyFormController' => \LeadersLinked\Controller\SurveyFormController::class,
4537
            '\LeadersLinked\Controller\SurveyFormController' => \LeadersLinked\Controller\SurveyFormController::class,
4351
            '\LeadersLinked\Controller\SurveyReportController' => \LeadersLinked\Controller\SurveyReportController::class,
4538
            '\LeadersLinked\Controller\SurveyReportController' => \LeadersLinked\Controller\SurveyReportController::class,
4352
            '\LeadersLinked\Controller\SurveyTestController' => \LeadersLinked\Controller\SurveyTestController::class,
4539
            '\LeadersLinked\Controller\SurveyTestController' => \LeadersLinked\Controller\SurveyTestController::class,
-
 
4540
            '\LeadersLinked\Controller\OrganizationalClimateController' => \LeadersLinked\Controller\OrganizationalClimateController::class,
-
 
4541
            '\LeadersLinked\Controller\OrganizationalClimateFormController' => \LeadersLinked\Controller\OrganizationalClimateFormController::class,
-
 
4542
            '\LeadersLinked\Controller\OrganizationalClimateReportController' => \LeadersLinked\Controller\OrganizationalClimateReportController::class,
-
 
4543
            '\LeadersLinked\Controller\OrganizationalClimateTestController' => \LeadersLinked\Controller\OrganizationalClimateTestController::class,
4353
            '\LeadersLinked\Controller\PerformanceEvaluationFormController' => \LeadersLinked\Controller\PerformanceEvaluationFormController::class,
4544
            '\LeadersLinked\Controller\PerformanceEvaluationFormController' => \LeadersLinked\Controller\PerformanceEvaluationFormController::class,
4354
            '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController' => \LeadersLinked\Controller\PerformanceEvaluationEvaluationController::class,
4545
            '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController' => \LeadersLinked\Controller\PerformanceEvaluationEvaluationController::class,
4355
            '\LeadersLinked\Controller\MicrolearningController' => \LeadersLinked\Controller\MicrolearningController::class,
4546
            '\LeadersLinked\Controller\MicrolearningController' => \LeadersLinked\Controller\MicrolearningController::class,
4356
            '\LeadersLinked\Controller\MicrolearningQuizController' => \LeadersLinked\Controller\MicrolearningQuizController::class,
4547
            '\LeadersLinked\Controller\MicrolearningQuizController' => \LeadersLinked\Controller\MicrolearningQuizController::class,
4357
            '\LeadersLinked\Controller\MicrolearningQuestionController' => \LeadersLinked\Controller\MicrolearningQuestionController::class,
4548
            '\LeadersLinked\Controller\MicrolearningQuestionController' => \LeadersLinked\Controller\MicrolearningQuestionController::class,