2fe1605385
vue accompanyingCourse, adding an origin sub-component
2021-06-30 17:07:48 +02:00
40fcb09082
layout for form
2021-06-21 13:38:43 +02:00
3abfdbf6fd
first impl for create form
2021-06-18 19:41:58 +02:00
ef55d2cf7f
create view for current address and apply on Person/Household normalizer
2021-06-17 13:21:55 +02:00
89734c680c
backend: allow to remove people from household, or move to a new household
2021-06-10 13:01:42 +02:00
6fed008ff2
fix creation of new household during move
2021-06-10 11:48:06 +02:00
cd52f7e6e8
Merge branch 'fix-person-tests' into features/household
2021-05-31 21:40:24 +02:00
8f1091b8a3
Merge branch '50-ajout-problematique-sociale-modele' into 'master'
...
Add many2many relation between socialIssue and accompanying period + api endpoint
See merge request Chill-Projet/chill-bundles!53
2021-05-31 19:11:15 +00:00
041b1dfc51
Controller action to move members of an household
2021-05-31 20:42:07 +02:00
73aeca0916
allow to import existing person from normalizer
2021-05-21 20:24:24 +02:00
ebe3bc5f7b
add route for creating a person, and post api
2021-05-21 18:05:03 +02:00
4440cf8a24
add missing declaration property
2021-05-19 16:00:06 +02:00
f35889339d
remove comment in constructor
2021-05-18 19:20:50 +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
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
226f71ab2b
requestor, just display datas
2021-05-07 21:37:14 +02:00
7a1ad24f0e
add endoint /api/1.0/search.json?q=xxx with fake data
...
See https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/136
2021-05-07 19:11:10 +02:00
b6131379f9
Merge remote-tracking branch 'origin/master' into bootstrap-api
2021-05-06 13:20:12 +02:00
07e0692783
bootstrap api and apply on accompanying period
2021-05-06 00:14:36 +02:00
b4583fc6dc
improve serializers
2021-04-27 22:48:48 +02:00
66426f5102
serializer on accompanying course
...
Two new routes:
* `GET /{_locale}/person/api/1.0/accompanying-course/{parcours_id}/show.json`: get a json representation for a course
* `POST /{_locale}/person/api/1.0/accompanying-course/{parcours_id}/participation.json`:
add a particitipation to course. Usage:
`curl -v --cookie "PHPSESSID=fed98aa23e40cb36e630f84155aea3bb;" -X
POST --data '{ "id": 481 }'
http://localhost:8001/fr/person/api/1.0/accompanying-course/270/participation.json `
Will add the person with id "481" to the course.
2021-04-26 17:01:22 +02:00