melizalab / django-bird-colony

Bird colony management tool
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Rethink reservation system #28

Closed dmeliza closed 2 years ago

dmeliza commented 2 years ago

The current reservation system is pretty clunky. It requires using the admin interface, and there's no record of when the reservation was created. Sometimes users forget to release the reservation, so there are birds that get reserved, and then it's not clear if the reservation is no longer needed.

The general idea would be to create a Reservation model that tracks creation date. It could also include optional expiration and comment fields.

dmeliza commented 2 years ago

This was implemented in 4da4c4967327ac99f23a7384b53f78cffff970f8