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

Allow on-the-fly creation of new tags when creating jobs, agents #38

Open
guidow opened this issue Jan 20, 2014 · 1 comment
Open

Allow on-the-fly creation of new tags when creating jobs, agents #38

guidow opened this issue Jan 20, 2014 · 1 comment
Assignees
Labels

Comments

@guidow
Copy link
Contributor

guidow commented Jan 20, 2014

The admin interface and the REST-API should support creating new tags on the fly when creating new agents or jobs, automatically associating these new agents or jobs with those new tags.

This is how I - and probably many others - have come to think of using tags. Requiring separate steps for creating tags and the entities they describe will probably be a hurdle for te acceptance and usage of tags.

@opalmer
Copy link
Member

opalmer commented Jan 23, 2014

No argument here. Though I have not looked to deeply into it, using sqlalchemy's events would probably be one way to do this. If that does not work we could try the constructor to the tag class instead.

@guidow guidow self-assigned this Feb 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants