Pol Dellaiera
8f96a1121d
cs: Fix code style (safe rules only).
2021-11-23 14:08:50 +01:00
4c1e416a14
Merge remote-tracking branch 'origin/master' into issue296_internal_close_accourse
2021-11-22 17:14:11 +01:00
d0bf47e0d5
Bootstrap encoder for documents
2021-11-22 09:05:15 +00:00
5928215c0d
closed step added + form/controller/template basic start
2021-11-19 12:43:14 +01:00
Pol Dellaiera
8ede116cf5
fix: SA: Split critical issues in its own file.
...
SA stands for Static Analysis.
2021-11-16 14:06:24 +01:00
Pol Dellaiera
a7b96f1756
fix: SA: Fix "incorrect case" rule.
...
SA stands for Static Analysis.
2021-11-16 10:29:41 +01:00
5651efe44d
fix phpstan errors
2021-11-13 11:42:26 +01:00
c8135e0741
add validation to accompanying periods
2021-11-12 12:07:31 +00:00
333a4d94b2
layout task list
2021-10-27 11:57:51 +02:00
c4da6a436b
Merge remote-tracking branch 'origin/master' into 106_tasks_to_parcours
2021-10-22 17:52:57 +02:00
5f0238f614
Merge branch 'master' into 'feature/add-requestor-in-search-results'
...
# Conflicts:
# CHANGELOG.md
2021-10-03 19:16:17 +00:00
3a3baa79c8
resume: list associated persons sorted by household. add method in entity
2021-10-01 20:48:45 +02:00
0d5d4b3f05
add accompanying period where the person is requestor + badge in results
2021-10-01 09:50:13 +02:00
6e3ce06fcf
new/show/edit/delete/list functionality added for accompanyingperiod task
2021-09-28 12:55:46 +02:00
c62254caec
add scope selection on accompanying course
2021-09-22 12:23:26 +02:00
120f7d8026
upgrade voter and acl for activities and implement autoconfiguration for
...
ChillProvideRole interface
2021-09-20 13:56:44 +02:00
b6c58a5c31
Continue work on ACL rewritting
...
* fix center resolver dispatcher
* add scope resolver
* tests for authorization helper
2021-09-20 13:56:44 +02:00
a0afaa568d
[AccompanyingCourse location] Indicate course location on course index
...
page
2021-08-19 20:00:20 +02:00
0e2e7155fb
Load social work, and fix some repositories
2021-08-17 11:42:30 +02:00
f188cc2d27
[AccompanyingPeriod] add location to serialization
2021-08-17 11:34:39 +02:00
8f9c8bc1a6
update schema to store location on accompanying period
2021-08-17 11:34:39 +02:00
3a81124e04
activity vue: list socialIssues checkbox from accompanyingCourse
2021-06-28 15:21:17 +02:00
40fcb09082
layout for form
2021-06-21 13:38:43 +02:00
c126f680ae
Merge remote-tracking branch 'origin/master' into features/activity-form
2021-06-08 17:24:47 +02:00
Marc Ducobu
bb71b9f908
Descendants for socialActions & Issues
2021-06-04 12:22:17 +02:00
Marc Ducobu
0f635ca51a
SocialAction & Issues in Activity form
2021-06-03 20:15:40 +02:00
980a305456
Merge branch 'dune-risky'
...
Conflicts:
src/Bundle/ChillActivityBundle/config/services.yaml
src/Bundle/ChillPersonBundle/translations/messages.fr.yml
2021-06-02 16:23:45 +02:00
126ffc55bf
Merge branch 'fix-getParticipationsContainsPerson' into 'master'
...
Fix `::getParticipationsContainsPerson`.
See merge request Chill-Projet/chill-bundles!50
2021-05-31 19:35:33 +00:00
ae8e5bc2e3
Merge branch 'master' into 'fix-accompanying-period-opening'
...
# Conflicts:
# src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseApiController.php
2021-05-26 13:11:23 +00:00
32b8de8997
implements trackable on accompanying period
2021-05-19 23:08:13 +02:00
Pol Dellaiera
7595d70ada
Fix ::getPersons
.
...
1. Add more typing informations.
2021-05-19 19:10:03 +02:00
Pol Dellaiera
484259c8ab
Fix ::canBeReOpened
.
...
1. Fix call to `::getOpenParticipationContainsPerson` instead of `::getParticipationsContainsPerson`.
2. Use early returns to reduce cyclomatic complexity.
3. Avoid storing variable that are used only once.
2021-05-19 19:10:03 +02:00
Pol Dellaiera
a6e0b16032
Fix ::getOpenParticipationContainsPerson
...
1. The filter predicate must return a boolean
2. The $person variable is not needed
2021-05-19 19:10:03 +02:00
Pol Dellaiera
9d34968b88
Fix ::getParticipationsContainsPerson
.
...
1. `::getParticipations()` does not accept any argument.
2. The filter predicate must return a boolean.
2021-05-19 19:10:03 +02:00
25d7fc36a4
action to create an accompanyinig period
2021-05-19 16:14:36 +02:00
9ef397e935
fix docblock
2021-05-18 20:12:03 +02:00
8e95166c24
fix replacing an initial comment in accompanying period
2021-05-18 19:19:22 +02:00
2610730219
add initial comment to accompanying period
2021-05-18 19:04:09 +02:00
2bdbb20154
Merge remote-tracking branch 'origin/master' into 139_demandeur
2021-05-18 17:24:09 +02:00
14bd211a5f
add api endpoint for adding/remove social issue on accompanying period
2021-05-18 17:18:35 +02:00
e095cac7e0
Merge branch '50-ajout-problematique-sociale-modele' into 139_demandeur
2021-05-18 16:11:18 +02:00
eaac97221f
add many2many relation between socialIssue and accompanying period + api endpoint
2021-05-18 13:48:11 +02:00
Pol Dellaiera
3fc6c0c479
refactor: Update entities.
2021-05-18 12:02:00 +02:00
ea477a9842
add accompanying period opening/closing to global timeline
2021-05-17 13:24:50 +02:00
Pol Dellaiera
c0b59162a1
Rename ::participationsContainsPerson($person);
in ::getParticipationsContainsPerson($person);
.
2021-05-14 08:32:22 +02:00
3e85529468
add route for comment + track update/creation of entities
2021-05-13 17:25:24 +02:00
87e2ac9386
handling multi types and acc-period/repositories endpoint
2021-05-13 00:54:44 +02:00
91e4d585ff
add a discrimnator type on onbjects
2021-05-12 17:51:37 +02:00
a4989f99d6
Use annoations for serialization
2021-05-11 19:49:41 +02:00
4f3f16d9b0
Set requestor for accompanying period
2021-05-10 15:59:58 +02:00