Hi!
I’m trying to build a booking app for a barbershop.
Use case:
- user picks the barber → selects an available slot → receives a booking confirmation
I’m having trouble with generating the time slots and preventing double-booking.
Has anyone had this problem before?