Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Bulk edit #4

Open
disenchant opened this issue Sep 22, 2015 · 2 comments
Open

[Feature Request] Bulk edit #4

disenchant opened this issue Sep 22, 2015 · 2 comments

Comments

@disenchant
Copy link
Contributor

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.

@aparsons
Copy link
Owner

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
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants