sharetribe / harmony

Availability management backend and API for Sharetribe marketplaces
https://www.sharetribe.com
Apache License 2.0
19 stars 11 forks source link

Prevent double bookings when creating booking #20

Closed ovan closed 7 years ago

ovan commented 7 years ago

Adds double booking prevention to API. If a booking that would be created overlaps with an existing booking for the same bookable we now return 409 (Conflict) instead of making a double booking.

Race condition tests coming in a separate follow-up PR.