This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Allow for "item-less" equipment models #1561
Open
Description
From UP:
We have items like music stands which are all identical and we don't need to track them individually. We'd love to simplify the check out process for itms like these, to remove the necessity to select a particular music stand for each one a user is checking out.
This is something we could potentially implement, maybe having equipment models that just keep track of equipment item counts in the database without requiring actual equipment items. Ultimately we could move all availability tracking to counter caches (see #1501 for lots of work on this), but I'm not sure this make sense. Either way, wish list for now.
Activity