adobe / adobe/da-admin

Ability to restore deleted versions

Open
#55 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
6
Forks
17
PR merge metrics
No merged PRs in 30d

Description

When a document is deleted a version of it is stored just before the delete happens. This version is added to the list of existing versions of the document, and then the document is deleted. In theory this should allow the document to be restored after deletion.

However currently there is no mechanism yet to restore (or find) deleted documents.

We need to add an API to retrieve the list of deleted document so that they can be restored, for example we can keep an index of these documents. The documents themselves have a `path` in the metadata which will help with the restore operation.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.