4261ddcde4
cleaning
2021-05-23 00:10:26 +02:00
6ee03b7ebb
top computed
2021-05-23 00:07:43 +02:00
1217578202
fix absolute / fixed navbar position
2021-05-22 23:42:25 +02:00
c7b6788288
Merge branch '139_demandeur' into _sticky_nav
2021-05-22 09:58:55 +02:00
02f1d2ff8a
rename subcomponent
2021-05-22 09:56:09 +02:00
bb677152c9
sticky nav better position
2021-05-21 23:45:48 +02:00
ad6519fb87
minimalist squares navmap
2021-05-21 22:59:51 +02:00
d08f2e0e11
referrer component
2021-05-21 22:59:06 +02:00
73aeca0916
allow to import existing person from normalizer
2021-05-21 20:24:24 +02:00
080a54231f
Merge remote-tracking branch 'origin/master' into add-api-for-person
2021-05-21 20:19:38 +02:00
b403569b16
improve and clean socialIssues
2021-05-21 19:47:39 +02:00
3abfb02962
Merge branch '_multiselect_store' into 139_demandeur
2021-05-21 19:23:45 +02:00
11a6d08023
add reactives social issues in banner
2021-05-21 19:16:09 +02:00
69ecc42055
enable fetch post/delete socialIssues
2021-05-21 19:06:16 +02:00
5f74c5297a
move subcomponents in subfolder
2021-05-21 19:03:42 +02:00
34fcefa1bd
temporary fix to allow creation on persons without centers
2021-05-21 18:31:20 +02:00
c9e6935f15
fix requirements on POST route
2021-05-21 18:30:52 +02:00
21cc0007fb
transformValue to payload, body and method
2021-05-21 18:24:32 +02:00
ebe3bc5f7b
add route for creating a person, and post api
2021-05-21 18:05:03 +02:00
132f11298e
now i have to find id+method from payload
2021-05-21 17:05:14 +02:00
21f75c8a63
dont use mapActions
2021-05-21 16:54:25 +02:00
c1e1f65715
action resolve commit payload, but fetch body+method
2021-05-21 16:44:59 +02:00
Pol Dellaiera
5cc5e6a1f7
Fix missing dependency.
2021-05-21 16:35:26 +02:00
Pol Dellaiera
1f4735caac
Fix missing ::find method.
2021-05-21 16:35:13 +02:00
Pol Dellaiera
d672a29dda
Remove obsolete documentation, fix typing here and there.
2021-05-21 16:34:42 +02:00
68ebd60bc8
options managed by data, not store
2021-05-21 16:22:33 +02:00
4d12796289
get options and display selected
2021-05-21 16:08:26 +02:00
857298b8b8
add api Method GET on person
2021-05-21 16:04:18 +02:00
220f1ea0eb
Merge branch '139_demandeur' into 'master'
...
139 Demandeur
See merge request Chill-Projet/chill-bundles!43
2021-05-21 12:53:03 +00:00
a88acd34fd
design and translations
2021-05-21 11:41:36 +02:00
8ae113c872
person search rendering more reponsive
2021-05-20 19:20:06 +02:00
098a2ea620
improve AccompanyingCourse ux design
2021-05-20 18:42:40 +02:00
6a62b46dec
first impl
2021-05-20 17:41:37 +02:00
8bd75429c1
improve AccompanyingCourse ux design
2021-05-20 16:45:47 +02:00
199e5a73d8
confirm modal "are you sure ?"
2021-05-20 15:43:10 +02:00
54d03275cf
place html anchors: top, bottom of page + for each form section
2021-05-20 14:35:32 +02:00
8683f8faf3
titles: size and interaction
2021-05-20 13:24:53 +02:00
821b67723c
Banner vue component fully manage AccompanyingCourse banner
2021-05-20 12:59:58 +02:00
ae1146c79c
Confirm post request, change state step and hide components
2021-05-20 11:45:29 +02:00
050c325195
renaming AccompanyingCourse component in 'Banner'
2021-05-20 11:07:00 +02:00
5e0d869d9b
Merge branch '139_demandeur' of gitlab.com:Chill-Projet/chill-bundles into 139_demandeur
2021-05-20 09:53:33 +02:00
32b8de8997
implements trackable on accompanying period
2021-05-19 23:08:13 +02:00
9f1f7ad3f7
skeleton for page "index accompanying course"
2021-05-19 22:36:47 +02:00
9da4c1ebeb
get SocialIssues List in multiselect
2021-05-19 22:20:16 +02:00
9b7a52064a
page 'create a course' for draft accompanying course
2021-05-19 22:15:04 +02:00
faad3f5f47
add menu for creating an accompanying period
2021-05-19 21:48:40 +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