Hey folks, after spending some time last week having to programmatically undo some accidental content deletions using zc.beforestorage and ZEXP exports to tempfiles in a run-script, I was thinking... How feasible would it be to create a user experience that leveraged beforestorage + ZEXP in a general way, allowing a time-bombed recovery window?
Everything I did to recover my users' content could be triggered from a user-action, provided a manifest of deleted paths and metadata (e.g. copied catalog brain content) was kept (hello, IObjectRemovedEvent subscriber), and individual items could be selected. This is probably a facility needing restriction to managers in the site root.
Insane? If not, this might be a good late addition to the GSoC idea list, or something that could turn into a PLIP?
Sean