[export][person] Feature: add filter and aggregator by geographical unit on person

This commit is contained in:
2022-10-04 22:17:16 +02:00
parent fc567868c1
commit 432acc0ace
7 changed files with 327 additions and 1 deletions

View File

@@ -90,6 +90,12 @@ services:
tags:
- { name: chill.export_filter, alias: person_marital_status_filter }
Chill\PersonBundle\Export\Filter\PersonFilters\GeographicalUnitFilter:
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: person_geog_filter }
## Aggregators
chill.person.export.aggregator_nationality:
class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\NationalityAggregator
@@ -132,3 +138,10 @@ services:
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: person_household_position_aggregator }
Chill\PersonBundle\Export\Aggregator\PersonAggregators\GeographicalUnitAggregator:
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: person_geog_aggregator }