adamspd / django-appointment

A Django app for managing appointment scheduling with ease and flexibility.
Apache License 2.0
89 stars 30 forks source link

Duplicate slots #139

Closed adamspd closed 3 months ago

adamspd commented 3 months ago

Describe the bug If double click real fast, two requests are sent to server and the JavaScript adds the same slots two times. Same behaviour if triple click fast, they are there 3 times.

Expected behaviour Slots to be unique

Screenshots

image