bag-of-holding
bag-of-holding copied to clipboard
[Feature Request] Bulk edit
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.
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.
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!