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

Filter to only show models and tests that have associated validation results #333

Open
appukuttan-shailesh opened this issue Aug 8, 2022 · 0 comments
Assignees

Comments

@appukuttan-shailesh
Copy link
Collaborator

We wish to add a filter in the "Configuration Form" where users can specify if only models and tests with validation results are to be displayed.

The GET end-points for models and tests does not contain result related info at the moment. This necessitates us to call the results end-point for each model and test to check if there are associated results.

Proposed solution:
Add a counter in the model and test GET end-points that indicates number of associated results (across all instances of that model/test).

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

No branches or pull requests

2 participants