nobohan
2fe38945d2
Address selection: add a leaflet map
2021-05-10 17:31:22 +02:00
cece152c0b
fix test for api requestors
2021-05-10 17:04:34 +02:00
4e31b3e424
Merge branch '139_demandeur' of gitlab.com:Chill-Projet/chill-bundles into 139_demandeur
2021-05-10 16:36:32 +02:00
109bf5ec5d
suggestions, flex position for little screens + thirdparty links
2021-05-10 16:33:41 +02:00
4f3f16d9b0
Set requestor for accompanying period
2021-05-10 15:59:58 +02:00
nobohan
fe5745831c
Address selection: add selectCountry and selectCity components
2021-05-10 15:21:38 +02:00
3447117742
fix postParticipation with new search endpoint structure
2021-05-10 14:17:48 +02:00
143f8f43fa
pass options in search endpoint
2021-05-10 14:02:25 +02:00
36326a2a70
improve suggestions display, with more details, and different according to the entity
2021-05-10 13:27:41 +02:00
52637c2919
rewrite method add participation for new period's methods
2021-05-10 13:24:57 +02:00
f3a8552829
rewrite methods for participation
2021-05-10 13:21:28 +02:00
bfdfd19711
add uniq key property, allow multiple entity in suggestions
2021-05-10 13:11:58 +02:00
nobohan
efb9bc938a
Address selection: add store + addressSuggestion
2021-05-10 12:12:04 +02:00
dcd1856ebb
adapt api endpoint, resolve id parameter passed in api functions
2021-05-10 10:47:21 +02:00
43f3270171
add requestor, wip
2021-05-09 09:24:02 +02:00
e521d06702
addpersons better ux with reset and selectall features
2021-05-09 09:11:49 +02:00
b37a7d2690
requestor call AddPersons modal, and pass options until api (wip)
2021-05-08 21:14:46 +02:00
242c2b31a3
remove store AddPersons module
2021-05-08 20:59:47 +02:00
57c420e9dd
no store for AddPersons, move store in data component
...
note: this allow to use same addPersons component
to add participations, requestor, or interlocutors.
each addPersons component has his own data()
2021-05-08 20:58:46 +02:00
ac67f56b09
bind options and key inside AddPersons component (wip)
2021-05-08 15:34:15 +02:00
b24eb93c57
addNewPersons() method is called out of addPerson component
...
note: this allow to use same addPersons component
to add participations, requestor, or interlocutors
2021-05-08 12:12:58 +02:00
0f59be04a7
accompanyingCourse steps, flags, .. translations and pills appearence
2021-05-08 11:42:42 +02:00
54eb15ea35
disable close participation button when is closed
2021-05-08 11:20:53 +02:00
a85f170e2d
fix delete route change + fix closeParticipation row position
2021-05-08 10:56:43 +02:00
226f71ab2b
requestor, just display datas
2021-05-07 21:37:14 +02:00
a887326611
Merge remote-tracking branch 'origin/136-add-search-endpoint' into 139_demandeur
2021-05-07 19:27:19 +02:00
8ed2e7585d
fix random thid party
2021-05-07 19:22:47 +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
nobohan
b934c2eeaf
add POC of a vuejs component (opens a modal) for address selection
2021-05-07 17:38:15 +02:00
de0e3f7dfd
move test in a test component, clean requestor component
2021-05-07 16:53:29 +02:00
44c9a65505
cleaning console log
2021-05-07 16:22:02 +02:00
038d7ad2e1
load third party fixtures
2021-05-07 16:07:53 +02:00
nobohan
c1b727b1c8
Add API endpoints for Address and AddressReference (again)
2021-05-07 16:02:39 +02:00
8915c42008
endpoint DELETE participation works !
2021-05-07 15:44:08 +02:00
503293a359
Merge branch 'master' into '37_modal_add-persons'
...
# Conflicts:
# src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod.php
# src/Bundle/ChillPersonBundle/chill.webpack.config.js
2021-05-07 13:35:48 +00:00
7bdf71315a
move Modal component in ChillMainAssets
2021-05-07 15:28:50 +02:00
6f5d457122
renaming store state dict name
2021-05-07 15:16:27 +02:00
b4274264a7
create addPersons store module, move state/getters/mutations/actions in module
2021-05-07 15:04:36 +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
3f562449e1
Merge branch 'issue23_addresses' into 'master'
...
Issue23 addresses
See merge request Chill-Projet/chill-bundles!12
2021-05-07 09:27:56 +00:00
1cce39bcb5
Merge branch 'bootstrap-api' into 'master'
...
Bootstrap api
See merge request Chill-Projet/chill-bundles!35
2021-05-07 09:14:11 +00:00
c93d5ceb16
remove references to ->getContainer in favor of static::
2021-05-07 10:56:49 +02:00
ad690db886
display reset link + minor changes
2021-05-07 10:36:50 +02:00
nobohan
1b8462b40d
update validto field in chill_main_address for legacy
2021-05-07 10:27:11 +02:00
f3260f57a4
fix display elements order
...
selectAndSuggested method in store getter, is callable in all components,
and make union of two arrays: suggested and selected
* we need to have selected in last position (required for isChecked method to work well)
* but we want to display selected in first position (for better ux)
then, we use double inversion to obtain good behaviour
2021-05-06 19:23:28 +02:00
b4ad0128e4
manage selected and suggested arrays: fix duplicate
2021-05-06 19:15:25 +02:00
Jean-Francois Monfort
1f838d9c5a
Fix Activity fixtures
2021-05-06 16:23:34 +02:00
33457d3cbc
Merge branch 'fix-accompanying-period-opening' into bootstrap-api
2021-05-06 16:02:13 +02:00
f9b8f13dd6
Merge branch 'fix-accompanying-period-opening' into fix-person-tests
2021-05-06 15:50:34 +02:00
e919b4322e
fix accompanying period/remove person
2021-05-06 15:49:38 +02:00