083338da8d
Merge branch 'master' into _31_interface_creation_parcours
2021-04-28 08:54:20 +02:00
b43f43fa0b
ChillPersonBundle: persist new Persons
2021-04-27 16:53:57 +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
e7df62b373
A first VueJS component, get api datas, a simple button add person
...
* !! composer require serializer !!
* see: http://localhost:8001/fr/parcours/861/show
2021-04-21 08:53:51 +02:00
16b155d449
init new AccompanyingCourse (parcours) section
2021-04-15 17:04:02 +02:00
8a83e8ed22
Merge branch '_8_entity_parcours' into 'master'
...
WIP issue8 : entity parcours
See merge request Chill-Projet/chill-bundles!8
2021-04-13 20:48:36 +00:00
34e5fbedf2
Merge branch 'features/new-phones' into 'master'
...
Features/new phones
See merge request Chill-Projet/chill-bundles!5
2021-04-02 12:11:20 +00:00
Jean-Francois Monfort
27c680bb03
Features/new phones
2021-04-02 12:11:20 +00:00
01f24ecf1f
Adapt entity AccompanyingPeriodParticipation attributes and methods (dont break UI)
2021-03-31 20:57:15 +02:00
fa5d0fbd21
Merge branch 'master' into _8_entity_parcours
2021-03-30 11:21:06 +02:00
3a50aea138
fix service dependency injection for validatorInterface
2021-03-30 11:13:36 +02:00
ba31927dc3
move CloseMotive Repository in AccompanyingPeriod package
2021-03-29 11:04:01 +02:00
f4c556812e
"Duplicate": import 11 previous commits from Person bundle, before merging monorepo
...
Last 11 commits are rewritten to maintain history :
5e461dc Mathieu Jaumotte Mon Mar 8 18:37:11 2021 +0100 oups
f2179b5 Mathieu Jaumotte Mon Mar 8 18:33:32 2021 +0100 count linked objects in merge person side panel
7bc76f3 Mathieu Jaumotte Mon Mar 8 16:54:01 2021 +0100 improve duplicate ux
71aa9f4 Mathieu Jaumotte Thu Mar 4 21:52:42 2021 +0100 improve duplicates templates
d3c13ce Mathieu Jaumotte Thu Mar 4 16:15:55 2021 +0100 design UX for duplicate person feature
a8b306e Mathieu Jaumotte Wed Mar 3 18:38:00 2021 +0100 change migration namespace
8752c71 Jean-Francois Monfort Thu Feb 18 14:24:37 2021 +0100 Unit testf for duplicate person
0799980 Jean-Francois Monfort Thu Feb 18 11:39:23 2021 +0100 New screen to find duplicate person manually
a7fa7a5 Jean-Francois Monfort Thu Feb 11 16:31:30 2021 +0100 New permission for duplicate & export duplicate persons
2980441 Jean-Francois Monfort Thu Feb 4 17:21:15 2021 +0100 Duplicate module
d06ab66 Jean-Francois Monfort Thu Jan 28 17:26:20 2021 +0100 List duplicate persons
2021-03-21 15:06:28 +01:00
3bcb5fb3dd
New screen to find duplicate person manually
...
Signed-off-by: Mathieu Jaumotte <mathieu.jaumotte@champs-libres.coop>
2021-03-21 14:19:31 +01:00
c34b992437
New permission for duplicate & export duplicate persons
...
Signed-off-by: Mathieu Jaumotte <mathieu.jaumotte@champs-libres.coop>
2021-03-21 14:14:38 +01:00
0149457fba
Duplicate module
...
Signed-off-by: Mathieu Jaumotte <mathieu.jaumotte@champs-libres.coop>
2021-03-21 14:08:55 +01:00
728ea73bdf
List duplicate persons
...
Signed-off-by: Mathieu Jaumotte <mathieu.jaumotte@champs-libres.coop>
Signed-off-by: Mathieu Jaumotte <mathieu.jaumotte@champs-libres.coop>
2021-03-21 14:03:06 +01:00
eaa0ad925f
fix folder name
2021-03-18 13:37:13 +01:00