Hi there,
I am created an ‘undo’ button on my app in the form of a trash bin—when an item is deleted it stays in a ‘trash bin’ for 30 days before it is deleted. Some of these are straightforward; I have a ‘project’ or a ‘note’ which goes into a list of ‘recently deleted’ and the date that it was deleted is set.
My issue I’m running into is that in the Note data type I have a list of images which are attached to that note. When I delete an image it can go into a ‘recently deleted’ image bin, but I can’t see if I can set the date that a recently deleted photo was moved into that bin. In other words I can’t just set a ‘deleted date’ on that photo in the same way that I can do that on the ‘project’ or ‘note’ data types because the images are just list of images.
Any workaround for something like this?