Simplify process of deleting multiple records
During testing of workflows, which create records (and collections) there is the need to delete all created records in Kadi belonging to this workflow before re-executing it, because you cannot create the same record due to the uniqueness criteria of the identifier convention. Currently the deletion of these records requires quite some time since you always have to repeat the four steps for each record you want to delete:
- Choose the record
- Edit the record
- Hit the delete button
- Go to trash area of user and completely delete record there.
Therefore I have a few suggestions for improving this:
- Adding the functionality of choosing multiple records in "Records"-Tab and add a button to delete selected records. The delete button could also have a drop-down functionality to do other things with the records like downloading/exporting them.
- As an alternative to the previous suggestion: Adding a delete button inside the record box or next to it for each record, similar how it is handled in the trash folder.
- Adding a button in the trash area to empty the trash and/or add the functionality to choose multiple objects and then add a button to delete selected.