[export] add a filter and aggregator on activities: filter/group by persons taking part to the activity

This commit is contained in:
2023-10-18 16:03:26 +02:00
parent a4edb34668
commit 11fb9bcd0b
8 changed files with 333 additions and 0 deletions

View File

@@ -200,3 +200,11 @@ services:
Chill\ActivityBundle\Export\Aggregator\SentReceivedAggregator:
tags:
- { name: chill.export_aggregator, alias: activity_sentreceived_aggregator }
Chill\ActivityBundle\Export\Filter\PersonsFilter:
tags:
- { name: chill.export_filter, alias: activity_by_persons_filter }
Chill\ActivityBundle\Export\Aggregator\PersonsAggregator:
tags:
- { name: chill.export_aggregator, alias: activity_by_persons_aggregator }