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

Add condition_tag_name table to store all condition tag names for skips #349

Open
disperse opened this issue Feb 11, 2021 · 1 comment
Open
Labels
future A feature that might be implemented at some point in the future refactor

Comments

@disperse
Copy link
Contributor

  1. Add condition_tag_name table with id, unique varchar name
  2. Change condition_tag.name to condition_tag.condition_tag_name_id
  3. Change skip_condition_tag.condition_tag_name to skip_condition_tag.condition_tag_name_id
@disperse disperse added future A feature that might be implemented at some point in the future refactor labels Feb 11, 2021
@disperse
Copy link
Contributor Author

An advantage of this is that, when doing the autocomplete for skips, you can easily return a complete list of previously used condition tag names. Think about how this all needs to be restricted by study in multi-tenancy scenarios.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future A feature that might be implemented at some point in the future refactor
Projects
None yet
Development

No branches or pull requests

1 participant