395735e6f7
tests/ChillPersonBundle: remove broken obsolete testFirstnameTooLong, html input and doctrine contrains are working
2021-04-27 15:15:41 +02:00
2c96c02261
tests/ChillPersonBundle: the gender input has three options: man, women and undefined
2021-04-27 15:15:41 +02:00
53813f8f29
tests/ChillPersonBundle: use mutualized getClientAuthenticated()
2021-04-27 15:15:41 +02:00
Marc Ducobu
b8ef0d28f5
Migration for AccompanyingPeriodWork, AccompanyongPeriodWokGoal & SocialWork/Evaluation
2021-04-27 15:15:02 +02:00
Marc Ducobu
e973c4013f
Correct namespace
2021-04-27 15:11:31 +02:00
01f9d03b14
init vuex store
2021-04-27 15:11:13 +02:00
Marc Ducobu
0f9a395dfc
Entites for AccomanyingPeriodWork, AccomanyingPeriodWorkGoal & Social/WorkEvaluation
2021-04-27 15:10:56 +02:00
Marc Ducobu
38ac3badef
Integration rmq Julien
2021-04-27 11:24:26 +02:00
Marc Ducobu
cda32fb925
Pbm migration double
2021-04-26 17:19:10 +02:00
Marc Ducobu
58cb34f39b
Creation of entities : SocialIssue / Social Action / Result / Goal
2021-04-26 17:09:54 +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
b1207cbd3e
Merge branch 'master' into _31_interface_creation_parcours
2021-04-26 13:18:26 +02:00
93260ea36f
move AccompanyingCourse component in his own directory
2021-04-26 13:02:28 +02:00
a8f55e064d
split personAction in sub-component
2021-04-26 11:27:46 +02:00
7df753f1cb
props, datas and sub-components
2021-04-23 20:29:35 +02:00
b0fc4e190f
rename and cleaning
2021-04-23 19:39:09 +02:00
928e0e1eed
test app async working
2021-04-23 13:48:42 +02:00
28e4b2abaf
test vue app
2021-04-23 13:13:57 +02:00
2de8338651
webpack alias + move vues firsts files in better place
2021-04-22 14:13:47 +02:00
520c0e0f96
show the error message when phonenumber has a validation error
2021-04-21 15:05:47 +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
9539214d24
add some constants string to constants
2021-04-19 13:34:03 +02:00
c5b4a44ff3
AccompanyingPeriodParticipation: set cascade=persist for accompanyingPeriod
...
fixes : A new entity was found through the relationship 'Chill\PersonBundle\Entity\AccompanyingPeriodParticipation#accompanyingPeriod'
that was not configured t o cascade persist operations for entity: Chill\PersonBundle\Entity\AccompanyingPeriod@0000000002b1d44a000000002510e4e2.
To solve this issue: Either explici tly call EntityManager#persist() on this unknown entity or configure
cascade persist this association in the mapping for example @ManyToOne(..,cascade={"persist"}). If you cannot find out which entity causes the problem
implement 'Chill\PersonBundle\Entity\AccompanyingPeriod#__toString()' to get a clue.
2021-04-19 13:32:19 +02:00
b7d6d29fac
AccompanyingPeriod/ClosingMotive: fix json_array deprecated
2021-04-19 13:29:17 +02:00
51e9b1fcf2
AccompanyingPeriod/Origin: set label as json
2021-04-19 13:25:13 +02:00
b490f4a82c
fix migration for parcours - rename sequence for closing motive
2021-04-19 12:58:47 +02:00
9566ea89b1
fix stylesheets locations, in chill-bundles or in project files
2021-04-15 20:51:04 +02:00
425d51649f
vuejs hello world component
2021-04-15 17:14:35 +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
cc40e7a99a
fix sql migration syntax
2021-04-13 15:31:04 +02:00
aa05223a4e
fix translation
2021-04-02 19:22:57 +02:00
5bee607afb
fix migration review: improve up and down query
2021-04-02 19:21:44 +02:00
de240b099f
remove commented code in new repositories
2021-04-02 17:50:45 +02:00
36cdf4c220
Merge branch 'add-wysiwyg' into 'master'
...
Applique l'éditeur de texte sur plusieurs instances + rendu des "Comment Embeddable"
See merge request Chill-Projet/chill-bundles!7
2021-04-02 12:11:39 +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
25634ba12b
Make some relations bidirectionnal
2021-04-01 11:06:36 +02:00
01f24ecf1f
Adapt entity AccompanyingPeriodParticipation attributes and methods (dont break UI)
2021-03-31 20:57:15 +02:00
a98056d31b
Transform join table between Person and AccompanyingPeriod in Doctrine entity
2021-03-31 14:42:06 +02:00
bd7b4b3fdb
fix repository for AccompanyingPeriod
2021-03-31 10:37:31 +02:00
a3395895cb
Rename table closinmotive
2021-03-30 19:44:48 +02:00
1d6a8987e9
Allow to enable multiple simultaneous accompanyingPeriods
2021-03-30 18:35: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
24d8b55591
minor corrections
2021-03-30 10:18:08 +02:00
85c4560f22
Complete accompanying period entity
2021-03-29 18:40:56 +02:00
c45390dd89
add Accompanying Period Comment and Resource entities
2021-03-29 14:34:02 +02:00
acff64c16f
Add Origin Entity in Accompanying Period package
2021-03-29 11:24:57 +02:00
ba31927dc3
move CloseMotive Repository in AccompanyingPeriod package
2021-03-29 11:04:01 +02:00