Commit aa2ef67a by François C.

Improve UX on membespace shift template change

parent 2d3a829a
Pipeline #2366 failed with stage
in 1 minute 23 seconds
...@@ -30,6 +30,7 @@ function process_asked_shift_template_change(shift_t_id) { ...@@ -30,6 +30,7 @@ function process_asked_shift_template_change(shift_t_id) {
openModal( openModal(
msg, msg,
function() { function() {
setTimeout(openModal, 300); // to show something happened , work in process
let data = { let data = {
partner_id: parseInt(partner_data.partner_id, 10), partner_id: parseInt(partner_data.partner_id, 10),
shift_type: 1, //force to standard shift_type: 1, //force to standard
...@@ -49,14 +50,7 @@ function process_asked_shift_template_change(shift_t_id) { ...@@ -49,14 +50,7 @@ function process_asked_shift_template_change(shift_t_id) {
partner_data.regular_shift_name = stdata.name; partner_data.regular_shift_name = stdata.name;
partner_data.shift_type = "standard"; partner_data.shift_type = "standard";
init_my_info_data(); init_my_info_data();
closeModal(); location.reload();
setTimeout(() => {
$.notify("Inscription au nouveau service réussie.", {
globalPosition:"top right",
className: "success"
});
}, 200);
}, },
error: function(err_data) { error: function(err_data) {
if ( if (
...@@ -92,7 +86,11 @@ function process_asked_shift_template_change(shift_t_id) { ...@@ -92,7 +86,11 @@ function process_asked_shift_template_change(shift_t_id) {
} }
}); });
} },
'Valider',
true, // modal closes after validation
true,
edit_shift_template_registration // on cancel , reload calendar
); );
} }
......
<div id="home"> <div id="home">
<div class="page_title txtcenter"> <div class="page_title txtcenter">
<h1>Bienvenue sur ton nouvel espace membre ! 🎉</h1> <h1>Bienvenue sur ton nouvel espace membre ! 🎉</h1>
Si tu es ex-volant.e, il te faut absolument changer ton créneau volant (DDim 22:00)par un créneau régulier qui te convient ou le moins pire... (ci-dessous)<br/> Ensuite, tu peux déplacer ton prochain service programmé en allant sur "Echanges de services" 🤙<br/> <strong>Si tu es ex-volant.e</strong>, il te faut absolument changer ton créneau volant (DDim 22:00)par un créneau régulier qui te convient ou le moins pire... (ci-dessous)<br/> Ensuite, tu peux déplacer ton prochain service programmé en allant sur "Echanges de services" 🤙<br/>
Si tu es régulier.e, rien ne change pour toi si ce n'est que tu peux anticiper une absence en déplaçant ton service. Tu n'as plus à rechercher de remplaçant ✌️<br/> Si tu es régulier.e, rien ne change pour toi si ce n'est que tu peux anticiper une absence en déplaçant ton service. Tu n'as plus à rechercher de remplaçant ✌️<br/>
Concernant les binômes, il nous faut un peu plus de temps pour déployer cette nouveauté. On te tiens au courant via le mail hebdo 😉<br/> Concernant les <strong>binômes</strong>, il nous faut un peu plus de temps pour déployer cette nouveauté. On te tiens au courant via le mail hebdo 😉<br/>
Si jamais ça ne marche pas, contactes-nous à support@supercoop.fr 📧<br/> Si jamais ça ne marche pas, contactes-nous à support@supercoop.fr 📧<br/>
</div> </div>
<div> <div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment