HumanBrainProject / HumanBrainProject/hbp-validation-framework

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

Open
#333 0 comments 0 reactions 1 assignee View on GitHub

@apdavison is already working on this.

Since Aug 8, 2022.

Dominant language
Python
Stars
5
Forks
12
PR merge metrics
No merged PRs in 30d

Description

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).

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.