8bbca7e61a
Merge branch 'master' into export/allow-check-multiple-geographical-zones
2023-05-19 11:50:12 +02:00
229af2e4f9
Feature: Adapt filters and aggregators with new steps
2023-04-28 11:49:36 +02:00
47d0334b9e
Merge remote-tracking branch 'origin/master' into rector/rules-up-to-php74
2023-04-27 23:32:31 +02:00
cdaca533a0
Feature: [export] allow to check multiple geographical layers in
...
geographical aggregators
BC: saved exports which activated this layers won't work any more. This
is the query to find them:
```sql
SELECT * FROM chill_main_saved_export
WHERE
options->'export'->'export'->'aggregators'->'accompanyingcourse_geographicalunitstat_aggregator'->>'enabled' = '1'
```
2023-04-25 17:37:27 +02:00
746ed4f5e5
DX: fix cs
2023-04-15 00:43:55 +02:00
858ade467c
DX: rector rules upt to PHP 74
2023-04-15 00:20:19 +02:00
2b42db87dc
fix: [referrer scope aggregator] fix period overlapping
2023-04-14 21:59:25 +02:00
80835dd7c3
Fixed: [export][filter by user's job] take into account the job associated to the user instead of the one associated to the course
2023-02-08 15:59:42 +00:00
01790fa0cf
Fixed: [export] Fix checking of null value: take also empty string value
2023-01-11 17:42:50 +01:00
c05d153029
Fixed: [export][acp][group by scope] Fixed bug when no referrer or no scope for a referrer
2023-01-11 16:47:11 +01:00
c1261f63e7
Merge branch 'testing' of gitlab.com:Chill-Projet/chill-bundles into testing
2022-11-16 18:41:42 +01:00
80f6b7d330
cs fix
2022-11-16 18:41:26 +01:00
2178485e5e
Merge branch '111_exports_suite' of gitlab.com:Chill-Projet/chill-bundles into 111_exports_suite
2022-11-14 16:12:30 +01:00
e767557216
csfixer
2022-11-14 16:03:04 +01:00
68bfb082fc
chill-bundles#25: replace ChillDateType by PickRollingDateType
...
batch/serial replacing
untested
2022-11-14 15:43:02 +01:00
cf6430ae9b
Feature: Adapt geographical unit filters and aggregator to use the materialized view, instead of geographical computation (improve performance)
2022-11-14 14:22:48 +01:00
91e3588e76
Features: [export] Show also SocialIssue in the By Social Action aggregator
2022-11-10 21:17:48 +01:00
a942a24596
Fixes: [export] fixes filters by household composition, and apply them on persons directly
2022-11-09 20:46:15 +01:00
48da6d0a92
Feature: Apply rolling date on StepAggregator
2022-11-07 21:11:20 +01:00
03e765f811
DX: [export] review on CreatorFilter, CreatorJobAggregator, CreatorJobFilter
2022-11-03 12:39:19 +01:00
d3f03fb27c
evaluations aggregators
2022-11-02 20:06:03 +01:00
4524240ad8
Merge branch '111_exports_suite' of gitlab.com:Chill-Projet/chill-bundles into 111_exports_suite
2022-11-02 18:39:11 +01:00
0255f12fa9
Feature: [export][evaluation] Group evaluation by start date
2022-11-02 16:42:23 +01:00
4ca10ce38d
Feature: [export][evaluation] Adding group by evaluation having end date
2022-11-02 16:26:56 +01:00
63d38e35f7
Feature: [export][work] Group by current action
2022-11-02 14:55:12 +01:00
c872ca7204
Feature: [export] group accompanying period by number of actions
2022-11-02 14:05:16 +01:00
5acf2a1986
creator job aggregator
2022-11-02 13:17:03 +01:00
1228a0323c
php csfixes
2022-11-02 10:28:52 +01:00
ed04c276c2
SentReceivedAggregator (in activity)
2022-10-31 16:18:10 +01:00
05f9a83bed
Evaluation HavingEndDate Aggregator
2022-10-31 15:15:35 +01:00
a0fc9d4de5
SocialWork: Current actions filter + aggregator
2022-10-31 11:43:41 +01:00
fe120086c7
define queryKey in 11 aggregators
2022-10-28 16:59:11 +02:00
f1fb77187f
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
2022-10-28 16:48:09 +02:00
43d9ba1ba5
Create 16 new filters/aggregators in Bundles: Vendée, Person, Activity
...
Basic file creation, with methods, namespace, and title translation
2022-10-28 13:07:24 +02:00
2f9b56dcd5
Feature: [export][acp] group courses by household composition
2022-10-18 21:43:33 +02:00
3e5be50a87
fix some tests
2022-10-15 00:35:13 +02:00
dd0e2a169c
Feature: [export][acp] use a date of computation for each filter and
...
aggregator linked with referrer
2022-10-15 00:17:04 +02:00
2ee4897db9
Feature: [export][acp] use the acp's step history to aggregate steps in StepAggregator
2022-10-14 21:04:58 +02:00
d5efbd505c
Feature: [export][acp] aggregator by course's duration
2022-10-12 11:04:36 +02:00
6f1ec00d3a
Feature: [export] allow to choose between different granularity for DurationAggregator (acp) [wip]
2022-10-11 16:48:22 +02:00
07d15f0a68
DX: fixed complicated comparison to add a group by
2022-10-06 23:42:46 +02:00
5dbfb98906
DX: fix missing import during exception handling
2022-10-06 23:17:20 +02:00
7e1d07f1ff
DX: add missing import for handling exception
2022-10-06 23:04:50 +02:00
17cdaf449e
DX: remove unnecessary comparison
2022-10-06 23:02:47 +02:00
36590e7810
fix cs: mismatch header and strict type declaration
2022-10-06 22:25:45 +02:00
b394d7247d
fix cs: too much line before declaring strict type
2022-10-06 08:55:32 +02:00
67c3f3a840
fix cs with licencse header
2022-10-05 17:08:14 +02:00
a967e1ed17
fix cs
2022-10-05 15:23:28 +02:00
8a740a25da
[Export] Feature: create a aggregator for referrer's main scope on
...
aggregator
2022-10-05 14:57:15 +02:00
491570a21c
[export] Fixed: the scope aggregator (accompanying course) group by
...
period's scope (and the label didn't show this)
+ extract ScopeRepository and create ScopeRepositoryInterface
2022-10-05 14:56:36 +02:00