io7m-com / cardant

Inventory system
https://www.io7m.com/software/cardant
ISC License
0 stars 0 forks source link

Garbage collection of deleted items and locations #108

Open io7m opened 3 months ago

io7m commented 3 months ago

Items and locations can be marked as deleted. In the case of locations, the location has to satisfy various conditions to be marked, such as having no items, and no non-deleted children.

A maintenance task should now be created to actually delete the database objects associated with them after a given time-since-deletion threshold has been reached.