comment out exports that are not yet ready

This commit is contained in:
Julie Lenaerts 2022-09-07 10:37:01 +02:00
parent e42d6c2d77
commit 674629e2bf
2 changed files with 110 additions and 110 deletions

View File

@ -1,104 +1,104 @@
services: #services:
#
## Indicators # Indicators
chill.calendar.export.count_appointments: # chill.calendar.export.count_appointments:
class: Chill\CalendarBundle\Export\Export\CountAppointments # class: Chill\CalendarBundle\Export\Export\CountAppointments
autowire: true # autowire: true
autoconfigure: true # autoconfigure: true
tags: # tags:
- { name: chill.export, alias: count_appointments } # - { name: chill.export, alias: count_appointments }
#
chill.calendar.export.average_duration_appointments: # chill.calendar.export.average_duration_appointments:
class: Chill\CalendarBundle\Export\Export\StatAppointmentAvgDuration # class: Chill\CalendarBundle\Export\Export\StatAppointmentAvgDuration
autowire: true # autowire: true
autoconfigure: true # autoconfigure: true
tags: # tags:
- { name: chill.export, alias: average_duration_appointments } # - { name: chill.export, alias: average_duration_appointments }
#
chill.calendar.export.sum_duration_appointments: # chill.calendar.export.sum_duration_appointments:
class: Chill\CalendarBundle\Export\Export\StatAppointmentSumDuration # class: Chill\CalendarBundle\Export\Export\StatAppointmentSumDuration
autowire: true # autowire: true
autoconfigure: true # autoconfigure: true
tags: # tags:
- { name: chill.export, alias: sum_duration_appointments } # - { name: chill.export, alias: sum_duration_appointments }
#
## Filters # Filters
#
chill.calendar.export.agent_filter: # chill.calendar.export.agent_filter:
class: Chill\CalendarBundle\Export\Filter\AgentFilter # class: Chill\CalendarBundle\Export\Filter\AgentFilter
autowire: true # autowire: true
autoconfigure: true # autoconfigure: true
tags: # tags:
- { name: chill.export_filter, alias: agent_filter } # - { name: chill.export_filter, alias: agent_filter }
#
chill.calendar.export.job_filter: # chill.calendar.export.job_filter:
class: Chill\CalendarBundle\Export\Filter\JobFilter # class: Chill\CalendarBundle\Export\Filter\JobFilter
autowire: true # autowire: true
autoconfigure: true # autoconfigure: true
tags: # tags:
- { name: chill.export_filter, alias: job_filter } # - { name: chill.export_filter, alias: job_filter }
#
chill.calendar.export.scope_filter: # chill.calendar.export.scope_filter:
class: Chill\CalendarBundle\Export\Filter\ScopeFilter # class: Chill\CalendarBundle\Export\Filter\ScopeFilter
autowire: true # autowire: true
autoconfigure: true # autoconfigure: true
tags: # tags:
- { name: chill.export_filter, alias: scope_filter } # - { name: chill.export_filter, alias: scope_filter }
#
chill.calendar.export.between_dates_filter: # chill.calendar.export.between_dates_filter:
class: Chill\CalendarBundle\Export\Filter\BetweenDatesFilter # class: Chill\CalendarBundle\Export\Filter\BetweenDatesFilter
autowire: true # autowire: true
autoconfigure: true # autoconfigure: true
tags: # tags:
- { name: chill.export_filter, alias: between_dates_filter } # - { name: chill.export_filter, alias: between_dates_filter }
#
## Aggregator # Aggregator
#
chill.calendar.export.agent_aggregator: # chill.calendar.export.agent_aggregator:
class: Chill\CalendarBundle\Export\Aggregator\AgentAggregator # class: Chill\CalendarBundle\Export\Aggregator\AgentAggregator
autowire: true # autowire: true
autoconfigure: true # autoconfigure: true
tags: # tags:
- { name: chill.export_aggregator, alias: agent_aggregator } # - { name: chill.export_aggregator, alias: agent_aggregator }
#
chill.calendar.export.job_aggregator: # chill.calendar.export.job_aggregator:
class: Chill\CalendarBundle\Export\Aggregator\JobAggregator # class: Chill\CalendarBundle\Export\Aggregator\JobAggregator
autowire: true # autowire: true
autoconfigure: true # autoconfigure: true
tags: # tags:
- { name: chill.export_aggregator, alias: job_aggregator } # - { name: chill.export_aggregator, alias: job_aggregator }
#
chill.calendar.export.scope_aggregator: # chill.calendar.export.scope_aggregator:
class: Chill\CalendarBundle\Export\Aggregator\ScopeAggregator # class: Chill\CalendarBundle\Export\Aggregator\ScopeAggregator
autowire: true # autowire: true
autoconfigure: true # autoconfigure: true
tags: # tags:
- { name: chill.export_aggregator, alias: scope_aggregator } # - { name: chill.export_aggregator, alias: scope_aggregator }
#
chill.calendar.export.location_type_aggregator: # chill.calendar.export.location_type_aggregator:
class: Chill\CalendarBundle\Export\Aggregator\LocationTypeAggregator # class: Chill\CalendarBundle\Export\Aggregator\LocationTypeAggregator
autowire: true # autowire: true
autoconfigure: true # autoconfigure: true
tags: # tags:
- { name: chill.export_aggregator, alias: location_type_aggregator } # - { name: chill.export_aggregator, alias: location_type_aggregator }
#
chill.calendar.export.location_aggregator: # chill.calendar.export.location_aggregator:
class: Chill\CalendarBundle\Export\Aggregator\LocationAggregator # class: Chill\CalendarBundle\Export\Aggregator\LocationAggregator
autowire: true # autowire: true
autoconfigure: true # autoconfigure: true
tags: # tags:
- { name: chill.export_aggregator, alias: location_aggregator } # - { name: chill.export_aggregator, alias: location_aggregator }
#
chill.calendar.export.cancel_reason_aggregator: # chill.calendar.export.cancel_reason_aggregator:
class: Chill\CalendarBundle\Export\Aggregator\CancelReasonAggregator # class: Chill\CalendarBundle\Export\Aggregator\CancelReasonAggregator
autowire: true # autowire: true
autoconfigure: true # autoconfigure: true
tags: # tags:
- { name: chill.export_aggregator, alias: cancel_reason_aggregator } # - { name: chill.export_aggregator, alias: cancel_reason_aggregator }
#
chill.calendar.export.month_aggregator: # chill.calendar.export.month_aggregator:
class: Chill\CalendarBundle\Export\Aggregator\MonthYearAggregator # class: Chill\CalendarBundle\Export\Aggregator\MonthYearAggregator
autowire: true # autowire: true
autoconfigure: true # autoconfigure: true
tags: # tags:
- { name: chill.export_aggregator, alias: month_aggregator } # - { name: chill.export_aggregator, alias: month_aggregator }

View File

@ -9,12 +9,12 @@ services:
## FILTERS ## FILTERS
chill.person.export.filter_social_work_type: # chill.person.export.filter_social_work_type:
class: Chill\PersonBundle\Export\Filter\SocialWorkFilters\SocialWorkTypeFilter # class: Chill\PersonBundle\Export\Filter\SocialWorkFilters\SocialWorkTypeFilter
autowire: true # autowire: true
autoconfigure: true # autoconfigure: true
tags: # tags:
- { name: chill.export_filter, alias: social_work_type_filter } # - { name: chill.export_filter, alias: social_work_type_filter }
chill.person.export.filter_scope: chill.person.export.filter_scope:
class: Chill\PersonBundle\Export\Filter\SocialWorkFilters\ScopeFilter class: Chill\PersonBundle\Export\Filter\SocialWorkFilters\ScopeFilter