Feature: [export][activity] Group by users (participating) job and scope

on activity exports
This commit is contained in:
2022-10-17 00:25:16 +02:00
parent 4ed760949a
commit 50e12375f8
4 changed files with 186 additions and 0 deletions

View File

@@ -167,3 +167,11 @@ services:
Chill\ActivityBundle\Export\Aggregator\ActivityUsersAggregator:
tags:
- { name: chill.export_aggregator, alias: activity_users_aggregator }
Chill\ActivityBundle\Export\Aggregator\ActivityUsersScopeAggregator:
tags:
- { name: chill.export_aggregator, alias: activity_users_scope_aggregator }
Chill\ActivityBundle\Export\Aggregator\ActivityUsersJobAggregator:
tags:
- { name: chill.export_aggregator, alias: activity_users_job_aggregator }