Skip to content

Releases: molgenis/molgenis-app-biobank-explorer

BBMRI Biobank Explorer v9.0.1

08 Aug 08:34
Compare
Choose a tag to compare

Fix
Adjusted the app for the latest facts model

BBMRI Biobank Explorer v9.0.0

07 Aug 09:47
Compare
Choose a tag to compare

Breaking
new model: Adjusted ops + labs standards to standards table

UI

  • Made the app smaller to show 3 cards on normal screens and 2 on smaller screens

Features

  • updated Facts table functionality

Fixes

  • Quality marks are now properly described again

BBMRI Biobank Explorer v8.1.1

15 Jun 09:25
Compare
Choose a tag to compare

Breaking

  • App is updated to latest data model

Fixes

  • Hide / show button for filters removed from the header, because we have a more / fewer link
  • Searchbox triggers a bit slower and there is no more whitespace trimming for better UX
  • When showing the amount of collection on the biobankcard, it will now only count the parent collections
  • Created a new flow for customized components
  • Safari > 16.4 can not handle flip cards any more, so they have been removed
  • mrefs with empty uri's are no longer shown as links.

Features

  • You can now enable a landingpage which you can customize through the configuration screen.
  • Countries, material type, categories and collection type now adjust their options to currently selected collections
  • Add request button to collection and biobank detail pages
  • Biobanks and collections now show where they have matched on when using filters
  • Biobanks with withdrawn status are visible but not searchable and can not be requested.
  • Added quality info to checkmark after biobank name and replaced collection quality checkmark with hoverable i
  • Added initial facts sheet component
  • Add also know as to biobanks detail screen

BBMRI Biobank Explorer v7.19.3

24 Oct 11:44
Compare
Choose a tag to compare

Fixes

  • No longer exposing negotiator config
  • Satisfy all checkbox is now properly set to the state from a bookmark

BBMRI Biobank Explorer v7.19.0

23 Sep 11:48
Compare
Choose a tag to compare

Features

  • Covid-19 services filter has been replaced with Biobank capabilities
  • Collection and biobank id now have a copy button
  • Search now uses a more predictable algorithm (like) and also matches on materials and diagnosis (disease)
  • Filters now have an additional configuration property to be able to remove unwanted options
  • Biobank details and collection details views now have breadcrumbs for easy navigation
  • Satisfy all checkbox is now a radiobutton with customizable labels (default: Match all / Match any)
  • Ability to add a banner on top, that can be enabled from config (applicationNotification)
  • You can add / edit / delete filter facets directly in the settings screen.
  • Collection quality and Biobank quality are now merged in to one filter facet.

Fixes

  • Search result statistics are now updated correctly when using a biobank related filter
  • You can now specify if a filter should not query the collection table by using the applyTo JSON option

UX

  • When there is only one biobank found / available, the biobankcard will take up more space
  • Filters are disabled when the application is waiting for response of the API to prevent multiple queries triggering and mess up the result.

BBMRI Biobank Explorer v7.12.1

23 Jun 09:14
Compare
Choose a tag to compare

Features

  • Configuration screen now gives feedback when there is an error in the JSON on save
  • Collections on biobankcard are only parent collections
  • Collection count is being shown on biobankcard

Bugfixes

  • Biobankcard no longer overflows when having a very long title.
  • Filters no break when navigating back and forth in the app

BBMRI Biobank Explorer v7.11.4

14 Jun 13:58
Compare
Choose a tag to compare

Bug fixes

  • Filters can now scroll when there are too many options

BBMRI Biobank Explorer v7.11.3

13 Jun 15:07
Compare
Choose a tag to compare

breaking changes

  • IE11 support has been dropped
  • Home screen has been redesigned
  • Configuration structure for filter facets has changed

Features

  • Biobank cards are now smaller and are more inline of the main design
  • Collection and Biobank network filter facets are merged
  • Biobank view properties are configurable
  • Biobank cards (home screen) are configurable
  • Configuration screen available inside the app when you are logged in as an administrator
  • biobanks now adopt the new PID as @id value in bioschema.
  • Able to easy copy a biobank PID from the biobank screen
  • Add ability to configure texts of buttons and links
  • Add configuration option to have the filters shown or hidden at startup
  • Add configuration option to have a subset of filters shown from the start and others behind a 'more filters' option
  • Add UI in configuration screen for managing filters.

Bug fixes

  • Biobank schemas are now correctly added again
  • Bioschema description field for collections falls back to the name field in case description attribute is missing

Other
Covid filters no longer in orange.

BBMRI Biobank Explorer v6.0.4

07 Feb 14:30
Compare
Choose a tag to compare

Features

  • Add PID to biobank view
  • Add to selection button is moved to the right in the card and the collection list
  • Add to selection button has the word add
  • All the cards are closed by default so you get an overview of what is available

Bugfixes

  • #277 Diagnosis available does not show selected options after searching and clearing search
  • Google analytics can be enabled again
  • Diagnosis available now always show selected items on top of the list

BBMRI Biobank Explorer v6.0.3

14 Dec 09:36
Compare
Choose a tag to compare

New features

  • (BREAKING CHANGE) Add option to config to customize the display of all properties in the collection view

See the readme for the new configuration options.

Bugfixes:

  • The query string is now correctly added to the state using a bookmark
  • Made mref-badges wrap text when they are too long
  • The "diagnosis available" categories are expanded correctly
  • Add donor data to collection view #284

Development:

  • Reworked the collection view, it is now using a viewmodel and a generator pattern