-
Notifications
You must be signed in to change notification settings - Fork 20
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
Feat/list of networks #232
base: master
Are you sure you want to change the base?
Conversation
⭐ PR Preview available on https://preview-bbmri-pr-232.dev.molgenis.org |
Codecov Report
@@ Coverage Diff @@
## master #232 +/- ##
========================================
+ Coverage 87.1% 91.1% +3.9%
========================================
Files 35 37 +2
Lines 937 1089 +152
Branches 199 241 +42
========================================
+ Hits 817 993 +176
+ Misses 111 87 -24
Partials 9 9
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
⭐ PR Preview available on https://preview-bbmri-pr-232.dev.molgenis.org |
1 similar comment
⭐ PR Preview available on https://preview-bbmri-pr-232.dev.molgenis.org |
… and their collections
…of a biobank of the network
… and grouping functions
When the biobank network filters is selected, it gets the biobanks in the network and the also all the collections in the found biobanks
… part of a network because of the bug, biobanks that are not part of a network but that have collections part of it, wasn't shown in the network tab. This commit fix it
…etwork before this fix, if a biobank wasn't part of a network but one of its collection was, all the collections of the biobank appeared in the network
… to version 4.6.0
64d703e
to
ba5a0df
Compare
⭐ PR Preview available on https://preview-bbmri-pr-232.dev.molgenis.org |
1 similar comment
⭐ PR Preview available on https://preview-bbmri-pr-232.dev.molgenis.org |
For this to be merged, it needs to be contained to the existing network view, or in a separate view. |
This PR adds the network view mode that displays the biobanks grouped by network and allows searching for networks.
The main changes are the following:
3.1.it applies immediately the
biobank_network
andcollection_network
filters to get only biobanks and collections which are part of a network3.2 for the collections, it filters the collections which are directly part of the network or part of a biobank which is part of the network
3.3 the network card has an embedded biobank explorer with the biobanks of the networks.
biobank_network
andcollection_network
filters to reflect the same behaviour of the network view.Checklist