CammyFentreux / Projects

3 stars 0 forks source link

[Timetabler] Refactor client calendar saving to send all at once #23

Open CammyFentreux opened 3 years ago

CammyFentreux commented 3 years ago

I haven't looked close enough to this to know if the MySQL would work, but I think theoretically it could be done all at once saveAvailability and saveAvailabilities in UserClient.js

joe-herbert commented 3 years ago

This can be done just using the values syntax (https://stackoverflow.com/a/6889087/4437968), I'll do it over the weekend unless you want to give it a go yourself.