You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the first step of the booking process, we query unavailabilities, ... for the next booking step. Each time the user change the provider or the service, some unneeded query are done to the backend. Why ?
Will it not be better to only do this queries when the user click on the "next" button in of the booking process ?
I think this will simplify the frontend javascript code too !