I’m building a library, where users can check out tools. I have the checkout setup almost complete.
The tools collection has fields for borrower name (a relationship), due date, and whether the item is available or not.
Once an item is returned, what would be the easiest way to clear those fields?
When the tool is returned, I intend to scan its QR code and update its record. I assume I just make submit the update with those fields empty, correct?
Do you mean a collection for each tool (I have dozens and will eventually have hundreds) or a single “history” collection recording the overall history of my entire inventory?