exports: split yaml services accompanying_period and accompanying_course

* the 3 old filters are applyOn person -> move it in PersonFilters
* there is a conditionnal option to enable them -> split yaml files
This commit is contained in:
2022-08-04 12:46:06 +02:00
parent 25e008f3e2
commit 2f8bafa2e2
7 changed files with 164 additions and 162 deletions

View File

@@ -1,5 +1,6 @@
services:
## Indicators
chill.person.export.count_person:
class: Chill\PersonBundle\Export\Export\CountPerson
autowire: true
@@ -24,7 +25,7 @@ services:
tags:
- { name: chill.export, alias: list_person_duplicate }
# FILTERS
## Filters
chill.person.export.filter_gender:
class: Chill\PersonBundle\Export\Filter\PersonFilters\GenderFilter
autowire: true
@@ -82,7 +83,7 @@ services:
tags:
- { name: chill.export_filter, alias: person_nomadic_filter }
# AGGREGATORS
## Aggregators
chill.person.export.aggregator_nationality:
class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\NationalityAggregator
autowire: true