From cfd590442f25231fafad4675d4c5f998352010a5 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 3 Aug 2022 15:15:52 +0200 Subject: [PATCH] moving files into separate folders for better overview --- .../{ => PersonAggregators}/AgeAggregator.php | 2 +- .../CountryOfBirthAggregator.php | 2 +- .../GenderAggregator.php | 2 +- .../NationalityAggregator.php | 2 +- .../ActionTypeAggregator.php | 2 +- .../GoalAggregator.php | 2 +- .../ResultAggregator.php | 2 +- .../AccompanyingPeriodClosingFilter.php | 2 +- .../AccompanyingPeriodFilter.php | 2 +- .../AccompanyingPeriodOpeningFilter.php | 2 +- .../ActiveOnDateFilter.php | 2 +- .../ActiveOneDayBetweenDatesFilter.php | 2 +- .../ActivityTypeFilter.php | 3 +- .../AdministrativeLocationFilter.php | 2 +- .../ClosingMotiveFilter.php | 2 +- .../ConfidentialFilter.php | 2 +- .../EmergencyFilter.php | 2 +- .../IntensityFilter.php | 2 +- .../OpenBetweenDatesFilter.php | 2 +- .../OriginFilter.php | 2 +- .../SocialActionFilter.php | 2 +- .../SocialIssueFilter.php | 2 +- .../StepFilter.php | 2 +- .../Filter/{ => PersonFilters}/AgeFilter.php | 5 ++- .../{ => PersonFilters}/BirthdateFilter.php | 2 +- .../{ => PersonFilters}/DeadOrAliveFilter.php | 2 +- .../{ => PersonFilters}/DeathdateFilter.php | 2 +- .../EntrustedChildFilter.php | 2 +- .../FamilySituationFilter.php | 2 +- .../{ => PersonFilters}/GenderFilter.php | 2 +- .../{ => PersonFilters}/NationalityFilter.php | 2 +- .../{ => PersonFilters}/NomadicFilter.php | 2 +- .../ResidentialAddressAtUserFilter.php | 2 +- .../services/exports_accompanying_period.yaml | 32 +++++++++---------- .../config/services/exports_person.yaml | 26 +++++++-------- .../services/exports_social_actions.yaml | 6 ++-- 36 files changed, 66 insertions(+), 68 deletions(-) rename src/Bundle/ChillPersonBundle/Export/Aggregator/{ => PersonAggregators}/AgeAggregator.php (97%) rename src/Bundle/ChillPersonBundle/Export/Aggregator/{ => PersonAggregators}/CountryOfBirthAggregator.php (98%) rename src/Bundle/ChillPersonBundle/Export/Aggregator/{ => PersonAggregators}/GenderAggregator.php (96%) rename src/Bundle/ChillPersonBundle/Export/Aggregator/{ => PersonAggregators}/NationalityAggregator.php (98%) rename src/Bundle/ChillPersonBundle/Export/Aggregator/{ => SocialWorkAggregators}/ActionTypeAggregator.php (96%) rename src/Bundle/ChillPersonBundle/Export/Aggregator/{ => SocialWorkAggregators}/GoalAggregator.php (96%) rename src/Bundle/ChillPersonBundle/Export/Aggregator/{ => SocialWorkAggregators}/ResultAggregator.php (96%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/AccompanyingPeriodClosingFilter.php (97%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/AccompanyingPeriodFilter.php (97%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/AccompanyingPeriodOpeningFilter.php (97%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/ActiveOnDateFilter.php (96%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/ActiveOneDayBetweenDatesFilter.php (97%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/ActivityTypeFilter.php (97%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/AdministrativeLocationFilter.php (97%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/ClosingMotiveFilter.php (97%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/ConfidentialFilter.php (96%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/EmergencyFilter.php (96%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/IntensityFilter.php (96%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/OpenBetweenDatesFilter.php (96%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/OriginFilter.php (97%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/SocialActionFilter.php (97%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/SocialIssueFilter.php (98%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => AccompanyingCourseFilters}/StepFilter.php (97%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => PersonFilters}/AgeFilter.php (96%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => PersonFilters}/BirthdateFilter.php (98%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => PersonFilters}/DeadOrAliveFilter.php (98%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => PersonFilters}/DeathdateFilter.php (98%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => PersonFilters}/EntrustedChildFilter.php (96%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => PersonFilters}/FamilySituationFilter.php (95%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => PersonFilters}/GenderFilter.php (98%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => PersonFilters}/NationalityFilter.php (97%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => PersonFilters}/NomadicFilter.php (96%) rename src/Bundle/ChillPersonBundle/Export/Filter/{ => PersonFilters}/ResidentialAddressAtUserFilter.php (96%) diff --git a/src/Bundle/ChillPersonBundle/Export/Aggregator/AgeAggregator.php b/src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/AgeAggregator.php similarity index 97% rename from src/Bundle/ChillPersonBundle/Export/Aggregator/AgeAggregator.php rename to src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/AgeAggregator.php index 04edade32..a8f57e022 100644 --- a/src/Bundle/ChillPersonBundle/Export/Aggregator/AgeAggregator.php +++ b/src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/AgeAggregator.php @@ -9,7 +9,7 @@ declare(strict_types=1); -namespace Chill\PersonBundle\Export\Aggregator; +namespace Chill\PersonBundle\Export\Aggregator\PersonAggregators; use Chill\MainBundle\Export\AggregatorInterface; use Chill\MainBundle\Export\ExportElementValidatedInterface; diff --git a/src/Bundle/ChillPersonBundle/Export/Aggregator/CountryOfBirthAggregator.php b/src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/CountryOfBirthAggregator.php similarity index 98% rename from src/Bundle/ChillPersonBundle/Export/Aggregator/CountryOfBirthAggregator.php rename to src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/CountryOfBirthAggregator.php index 69cb05882..f0ae90f12 100644 --- a/src/Bundle/ChillPersonBundle/Export/Aggregator/CountryOfBirthAggregator.php +++ b/src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/CountryOfBirthAggregator.php @@ -9,7 +9,7 @@ declare(strict_types=1); -namespace Chill\PersonBundle\Export\Aggregator; +namespace Chill\PersonBundle\Export\Aggregator\PersonAggregators; use Chill\MainBundle\Export\AggregatorInterface; use Chill\MainBundle\Export\ExportElementValidatedInterface; diff --git a/src/Bundle/ChillPersonBundle/Export/Aggregator/GenderAggregator.php b/src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/GenderAggregator.php similarity index 96% rename from src/Bundle/ChillPersonBundle/Export/Aggregator/GenderAggregator.php rename to src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/GenderAggregator.php index fc8da07da..1e0a7082b 100644 --- a/src/Bundle/ChillPersonBundle/Export/Aggregator/GenderAggregator.php +++ b/src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/GenderAggregator.php @@ -9,7 +9,7 @@ declare(strict_types=1); -namespace Chill\PersonBundle\Export\Aggregator; +namespace Chill\PersonBundle\Export\Aggregator\PersonAggregators; use Chill\MainBundle\Export\AggregatorInterface; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillPersonBundle/Export/Aggregator/NationalityAggregator.php b/src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/NationalityAggregator.php similarity index 98% rename from src/Bundle/ChillPersonBundle/Export/Aggregator/NationalityAggregator.php rename to src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/NationalityAggregator.php index 312416367..b8c9ba166 100644 --- a/src/Bundle/ChillPersonBundle/Export/Aggregator/NationalityAggregator.php +++ b/src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/NationalityAggregator.php @@ -9,7 +9,7 @@ declare(strict_types=1); -namespace Chill\PersonBundle\Export\Aggregator; +namespace Chill\PersonBundle\Export\Aggregator\PersonAggregators; use Chill\MainBundle\Export\AggregatorInterface; use Chill\MainBundle\Export\ExportElementValidatedInterface; diff --git a/src/Bundle/ChillPersonBundle/Export/Aggregator/ActionTypeAggregator.php b/src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/ActionTypeAggregator.php similarity index 96% rename from src/Bundle/ChillPersonBundle/Export/Aggregator/ActionTypeAggregator.php rename to src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/ActionTypeAggregator.php index df6a9f98f..2567ea378 100644 --- a/src/Bundle/ChillPersonBundle/Export/Aggregator/ActionTypeAggregator.php +++ b/src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/ActionTypeAggregator.php @@ -9,7 +9,7 @@ declare(strict_types=1); -namespace Chill\PersonBundle\Export\Aggregator; +namespace Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators; use Chill\MainBundle\Export\AggregatorInterface; use Chill\PersonBundle\Export\Declarations; diff --git a/src/Bundle/ChillPersonBundle/Export/Aggregator/GoalAggregator.php b/src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/GoalAggregator.php similarity index 96% rename from src/Bundle/ChillPersonBundle/Export/Aggregator/GoalAggregator.php rename to src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/GoalAggregator.php index bc26a113d..d3b277a16 100644 --- a/src/Bundle/ChillPersonBundle/Export/Aggregator/GoalAggregator.php +++ b/src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/GoalAggregator.php @@ -9,7 +9,7 @@ declare(strict_types=1); -namespace Chill\PersonBundle\Export\Aggregator; +namespace Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators; use Chill\MainBundle\Export\AggregatorInterface; use Chill\PersonBundle\Export\Declarations; diff --git a/src/Bundle/ChillPersonBundle/Export/Aggregator/ResultAggregator.php b/src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/ResultAggregator.php similarity index 96% rename from src/Bundle/ChillPersonBundle/Export/Aggregator/ResultAggregator.php rename to src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/ResultAggregator.php index ef5740a00..476b6f840 100644 --- a/src/Bundle/ChillPersonBundle/Export/Aggregator/ResultAggregator.php +++ b/src/Bundle/ChillPersonBundle/Export/Aggregator/SocialWorkAggregators/ResultAggregator.php @@ -9,7 +9,7 @@ declare(strict_types=1); -namespace Chill\PersonBundle\Export\Aggregator; +namespace Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators; use Chill\MainBundle\Export\AggregatorInterface; use Chill\PersonBundle\Export\Declarations; diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodClosingFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/AccompanyingPeriodClosingFilter.php similarity index 97% rename from src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodClosingFilter.php rename to src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/AccompanyingPeriodClosingFilter.php index 787bf46d6..373312e2f 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodClosingFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/AccompanyingPeriodClosingFilter.php @@ -9,7 +9,7 @@ declare(strict_types=1); -namespace Chill\PersonBundle\Export\Filter; +namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters; use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Form\Type\ChillDateType; diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/AccompanyingPeriodFilter.php similarity index 97% rename from src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodFilter.php rename to src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/AccompanyingPeriodFilter.php index 1c658527f..260956db9 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/AccompanyingPeriodFilter.php @@ -9,7 +9,7 @@ declare(strict_types=1); -namespace Chill\PersonBundle\Export\Filter; +namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters; use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Form\Type\ChillDateType; diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodOpeningFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/AccompanyingPeriodOpeningFilter.php similarity index 97% rename from src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodOpeningFilter.php rename to src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/AccompanyingPeriodOpeningFilter.php index 7d00060f4..f737dfaab 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodOpeningFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/AccompanyingPeriodOpeningFilter.php @@ -9,7 +9,7 @@ declare(strict_types=1); -namespace Chill\PersonBundle\Export\Filter; +namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters; use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Form\Type\ChillDateType; diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/ActiveOnDateFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/ActiveOnDateFilter.php similarity index 96% rename from src/Bundle/ChillPersonBundle/Export/Filter/ActiveOnDateFilter.php rename to src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/ActiveOnDateFilter.php index 0d83bce13..fff38318c 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/ActiveOnDateFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/ActiveOnDateFilter.php @@ -1,6 +1,6 @@