Update ReferrerAggregator to specify a date range as parameter

The ReferrerAggregator in ChillPersonBundle has been updated to include start and end dates, replacing the previous single computation date. This provides greater flexibility in setting the timeframe for referrer data. The messages.fr.yml file has also been updated to reflect these changes. Relevant tests have been updated to match the new functionality.
This commit is contained in:
2024-06-17 15:22:28 +02:00
parent e7ca89e0c1
commit 68d21c9267
4 changed files with 81 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
kind: Feature
body: '[export] the aggregator "Group by referrer" now accept a date range.'
time: 2024-06-17T15:22:19.030556768+02:00
custom:
Issue: "282"