slabiak / AppointmentScheduler

Application to schedule appointments written in Java (Spring Boot)
MIT License
170 stars 96 forks source link

defect from adding breaks #36

Closed peterboivin closed 1 year ago

peterboivin commented 1 year ago

The issue is that when working in the availability window, the working plan is put in as 800 to 1600. Adding a break of 1000 to 1100 causes working plan to change to 1100 to 1600 and break changes to 1100 to 1100. I am trying to debug this issue but I don't see anything yet as to what is causing this. Would you have an idea?

The best way to describe this issue is just to look at the progression of the screenshots and it should become apparent to what the problem is.

Screenshot 1 2023-03-28 at 14 08 02 Screenshot 5 2023-03-28 at 14 09 04 Screenshot 4 2023-03-28 at 14 08 52 Screenshot 3 2023-03-28 at 14 08 40 Screenshot 2 2023-03-28 at 14 08 17

peterboivin commented 1 year ago

It looks like you fixed this. Thank you.