nobohan
fec8fa50ed
issue 190: fix flat and buildingName inversion in address normalizer
2021-08-20 17:15:08 +02:00
nobohan
514fe6163a
address: format address as the French format
2021-06-29 14:33:51 +02:00
nobohan
4f49292178
address: fix saving of isNoAddress
2021-06-28 17:18:57 +02:00
3abfdbf6fd
first impl for create form
2021-06-18 19:41:58 +02:00
nobohan
06daf35e96
addresses: edit address for person
2021-06-16 14:39:02 +02:00
nobohan
35d35c9f40
addresses: edit address (WIP)
2021-06-15 21:03:50 +02:00
nobohan
165012b302
address: POST an address
2021-05-28 10:14:54 +02:00
ebe3bc5f7b
add route for creating a person, and post api
2021-05-21 18:05:03 +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
a448405ce5
Add a denormalizer for fetching entities by id
2021-05-11 20:37:56 +02:00
3f64db3b3a
remove 'u' from date normalizer
2021-05-11 19:11:22 +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
2c9edf3741
Set Collection normalization to fit into specs from https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/136
2021-05-07 12:13:24 +02:00
2b8bbe019d
first impl for index action
2021-05-06 12:08:45 +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