Transkribus / TranskribusSwtGui

Note: the repo has been moved to https://gitlab.com/readcoop/Transkribus/TranskribusSwtGui
GNU General Public License v3.0
18 stars 4 forks source link

Recycle bin for collections and documents #213

Closed hackmanschorsch closed 6 years ago

hackmanschorsch commented 6 years ago

If user deletes documents and transcripts they will go into a recycle bin where the user might want to restore them or delete definitely.

Database tables will be extended with 'isDeleted' column and 'deletion time'. Two new endpoints for 'markForDeletion' are needed.

hackmanschorsch commented 6 years ago

Recyle bin for documents only - for transcripts not clear if it is useful? And it would be somehow confusing.

hackmanschorsch commented 6 years ago

For collections: after deletion of a collection the docs appear in a 'stray documents' overview. There they can be either deleted irreversible or assigned to another collection.