create 6 new filters/aggr files

This commit is contained in:
2023-11-13 17:53:02 +01:00
parent d5bc9d10d5
commit 6944773868
8 changed files with 516 additions and 0 deletions

View File

@@ -63,6 +63,19 @@ services:
tags:
- { name: chill.export_filter, alias: social_work_actions_end_btw_dates_filter }
Chill\PersonBundle\Export\Filter\SocialWorkFilters\CreatorFilter:
tags:
- { name: chill.export_filter, alias: social_work_actions_creator_filter }
Chill\PersonBundle\Export\Filter\SocialWorkFilters\CreatorJobFilter:
tags:
- { name: chill.export_filter, alias: social_work_actions_creator_job_filter }
Chill\PersonBundle\Export\Filter\SocialWorkFilters\CreatorScopeFilter:
tags:
- { name: chill.export_filter, alias: social_work_actions_creator_scope_filter }
## AGGREGATORS
chill.person.export.aggregator_action_type:
class: Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\ActionTypeAggregator
@@ -105,6 +118,18 @@ services:
Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\HandlingThirdPartyAggregator:
tags:
- { name: chill.export_aggregator, alias: accompanyingcourse_handling3party_aggregator }
#
# Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\CreatorAggregator:
# tags:
# - { name: chill.export_aggregator, alias: social_work_actions_creator_aggregator }
#
# Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\CreatorJobAggregator:
# tags:
# - { name: chill.export_aggregator, alias: social_work_actions_creator_job_aggregator }
#
# Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\CreatorScopeAggregator:
# tags:
# - { name: chill.export_aggregator, alias: social_work_actions_creator_scope_aggregator }
Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\HandlingThirdPartyFilter:
tags: