[export] add an export 'count activity' and first filters

- reason aggregator
- reason filter
- count activity export
This commit is contained in:
2016-01-02 16:47:55 +01:00
parent 65e7a130c5
commit 3c65e2d585
4 changed files with 275 additions and 1 deletions

View File

@@ -46,4 +46,21 @@ services:
- '@chill.main.security.authorization.helper'
- '@security.token_storage'
tags:
- { name: chill.timeline, context: 'person' }
- { name: chill.timeline, context: 'person' }
chill.activity.export.count_activity:
class: Chill\ActivityBundle\Export\Export\CountActivity
tags:
- { name: chill.export, alias: 'count_activity' }
chill.activity.export.reason_filter:
class: Chill\ActivityBundle\Export\Filter\ActivityReasonFilter
arguments:
- "@chill.main.helper.translatable_string"
tags:
- { name: chill.export_filter, alias: 'activity_reason_filter' }
chill.activity.export.reason_aggregator:
class: Chill\ActivityBundle\Export\Aggregator\ReasonAggregator
tags:
- { name: chill.export_aggregator, alias: activity_reason }