fd94f27eee
hide console log, remove unused api endpoint method
2021-07-01 10:30:39 +02:00
2fe1605385
vue accompanyingCourse, adding an origin sub-component
2021-06-30 17:07:48 +02:00
d3ac8d8ceb
vue accompanyingcourse: ending referrer subcomponent
2021-06-30 11:59:54 +02:00
6a8c96cdae
referrer get users: preparation
2021-06-30 09:52:15 +02:00
ce9070e641
redirect to resume page after confirm action
2021-05-25 19:09:50 +02:00
f18ccce814
comment console.log
2021-05-23 11:51:02 +02:00
b403569b16
improve and clean socialIssues
2021-05-21 19:47:39 +02:00
69ecc42055
enable fetch post/delete socialIssues
2021-05-21 19:06:16 +02:00
21cc0007fb
transformValue to payload, body and method
2021-05-21 18:24:32 +02:00
132f11298e
now i have to find id+method from payload
2021-05-21 17:05:14 +02:00
c1e1f65715
action resolve commit payload, but fetch body+method
2021-05-21 16:44:59 +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
199e5a73d8
confirm modal "are you sure ?"
2021-05-20 15:43:10 +02:00
ae1146c79c
Confirm post request, change state step and hide components
2021-05-20 11:45:29 +02:00
27f49b2aa3
fix initialComment with patch endpoint
2021-05-19 10:34:17 +02:00
f978636d57
add intensity in teleported toggleFlags
2021-05-18 16:14:10 +02:00
e0dc0a8fdb
add Comment component, make POST comment request
2021-05-17 16:10:36 +02:00
2aa13dceff
catchError mutation
2021-05-17 15:56:14 +02:00
d872bf65dd
reactive toggle flags emergency and confidential
2021-05-14 20:42:22 +02:00
01f35eed04
rename all interlocutor in resource
2021-05-13 11:09:07 +02:00
aef97cca32
fetch post resource
2021-05-13 10:59:24 +02:00
4a04628d5b
adapt payload body to entity convention with type + id
2021-05-12 18:50:18 +02:00
eac42581a6
interlocutors: actions, mutations, fetch request (wip)
2021-05-12 17:40:23 +02:00
4fb487dcef
requestor logic, is_anonymous patch request
2021-05-12 14:49:26 +02:00
ed17f78da5
requestor, add checkbox isAnonymous
2021-05-11 13:48:40 +02:00
f7c08f02c2
add and remove requestor functions
2021-05-10 18:46:21 +02:00
3447117742
fix postParticipation with new search endpoint structure
2021-05-10 14:17:48 +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
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
a85f170e2d
fix delete route change + fix closeParticipation row position
2021-05-08 10:56:43 +02:00
44c9a65505
cleaning console log
2021-05-07 16:22:02 +02:00
8915c42008
endpoint DELETE participation works !
2021-05-07 15:44:08 +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
ad690db886
display reset link + minor changes
2021-05-07 10:36:50 +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
e1fcc41ace
avoiding duplicates between selected and suggested (wip)
...
see comments in store/index.js
2021-05-06 13:16:26 +02:00
a536d2780e
fix state mutation for closeParticipation
2021-05-06 12:57:53 +02:00
9e1c151402
réinitialize suggested, avoiding double with selected (wip)
2021-05-06 10:57:04 +02:00
b8e6e98a74
fix payload error with add participation
2021-05-06 10:44:15 +02:00
e78d53064b
closeParticipation fetch DELETE request
2021-05-05 21:48:00 +02:00
e6fcb5ff22
Merge branch '_test_closePerson' into _31_interface_creation_parcours
2021-05-05 20:47:39 +02:00
1bbec9efae
improve addpersons store cycle: init query, selections and suggestions
2021-05-05 19:25:28 +02:00
30f490959b
for each selected, loop for post participation, then get response and commit state
2021-05-05 18:44:26 +02:00
c20e9507d5
prepare close participation button (wip)
2021-05-05 15:03:58 +02:00