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

Establish paradigm for configurable, automated visitor validation #1367

Open
lbschanno opened this issue Dec 6, 2021 · 0 comments
Open

Establish paradigm for configurable, automated visitor validation #1367

lbschanno opened this issue Dec 6, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lbschanno
Copy link
Collaborator

Come up with a paradigm where checks for validity can be enabled on a visitor via configuration so that that they can be tested in production if it's suspected that an issue is occurring. This should include support for the following existing checks:

  • Whether or not the resulting query tree has a valid lineage
  • Whether or not the resulting query tree has an AND/OR node with fewer than 2 children.
    Additionally, the paradigm should have a focus on making it relatively straightforward to add new checks.

Originally mentioned in #1233 as part of #1236.

@lbschanno lbschanno added the enhancement New feature or request label Dec 6, 2021
@lbschanno lbschanno self-assigned this Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant