bag-of-holding icon indicating copy to clipboard operation
bag-of-holding copied to clipboard

[Feature Request] Bulk edit

Open disenchant opened this issue 9 years ago • 2 comments

Would be great to have the possibility to perform bulk edits based on a filter. E.g. adding a tag to all applications that run on Node.js and have a criticality of medium or higher.

disenchant avatar Sep 22 '15 22:09 disenchant

This would be really tricky to do with my existing views, however it may be possible through the API. I'll need to check if the necessary information is exposed to see the technologies/criticality of an application and apply a tag.

aparsons avatar Sep 23 '15 15:09 aparsons

As I told you earlier, this could also be done through the admin interface by adding a custom action (apply tag). https://docs.djangoproject.com/en/1.8/ref/contrib/admin/actions/

This could also be done by creating a custom command that searched for applications matching your criteria then applies a tag. This could be run as a cron task. https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/

Hopefully this give you some ideas. Have a great conference!

aparsons avatar Sep 24 '15 04:09 aparsons