Implement selecting and interacting with multiple media objects in the listing (delete, tag, collection)
For example selecting multiple assets via Ctrl+Click or checkboxes and then do batch deletion or assign tags and collections to all selected assets.
- [x] Delete multiple assets - solved in clipboard view
- [ ] Assign tag to multiple assets
- [ ] Assign collection to multiple assets
Our customer sponsors 400 EUR for this feature (bulk-deleting is his main requirement)
Thx! It anyway makes sense to split this feature into several steps. So I could prioritise the selection and deletion before doing other interactions.
I now implemented the delete bulk action as quick action in the top bar, when then clipboard is opened. I would then add the tag and collection assignment as additional quick actions and all of them would open a modal which allows executing the desired action (or canceling it).