create 13 new export/filters/aggregators in Person and AsideActivity Bundles

* minor corrections on last commit
* modify related files (declaration, messages.fr, repository)
* yaml service declaration
This commit is contained in:
2022-10-28 16:26:11 +02:00
committed by Julien Fastré
parent 13d6e4587a
commit f751d2e9ab
21 changed files with 923 additions and 40 deletions

View File

@@ -37,6 +37,8 @@ services:
tags:
- { name: chill.export_filter, alias: social_work_actions_treatingagent_filter }
Chill\PersonBundle\Export\Filter\SocialWorkFilters\CurrentActionFilter:
## AGGREGATORS
chill.person.export.aggregator_action_type:
class: Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\ActionTypeAggregator
@@ -86,3 +88,5 @@ services:
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: social_work_actions_goal_result_aggregator }
Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\CurrentActionAggregator: