bornhack / bornhack-website

Django project to power BornHack
https://bornhack.dk
BSD 3-Clause "New" or "Revised" License
7 stars 31 forks source link

Add entities and subentities for handling rooms/beds, fridges/fridge shelves, … #333

Open zeltophil opened 5 years ago

zeltophil commented 5 years ago

It would be nice to have entities to represent things like rooms, fridges, bikes, and so on. With one level of subentities we could then better handle beds in rooms and fridge shelves.

tykling commented 4 years ago

This is a good idea, but I think some of the need might be solved by the new Facilities system. A facility can not have a sub-facility though. We should talk on IRC about how to proceed with this.