dstults / teachersFirst

A student-teacher class tracking MVC web app made in Java/Maven/Freemarker/MariaDB
0 stars 0 forks source link

Appointment conflict check needs optimized #188

Open dstults opened 3 years ago

dstults commented 3 years ago

Checking for appointment conflicts or should implement date ranges on SQL queries

dstults commented 3 years ago

Now not only does it do that, it also includes both users, and does before and after better, unfortunately this still needs to be implemented in several places (and removed from places where it's redundant)