5.23.0
Release Notes
For: uc-cdis/data-portal
Notes since tag: 5.22.2
Notes to tag/commit: 5.23.0
Generated: 2024-03-26
New Features
- Discovery: added an optional config field to allow displaying a subheader
under header (#1507) - Updates Atlas Data Dictionary to use an integrated approach to handling UI
events, allowing different UI table updates to update each other. This
improves UX by enabling pagination resets and avoids problems such as being
on page 3 when there is no longer enough data to populate 3 pages. (#1509) - Updates the Download Study Level Metadata button to not render a popover
(#1505) - Add openICPSR as an option for repo selection (#1503)
- Adds charts to VADC Data Dictionary (#1497)
- Adds button to OHDSI Atlas app to open VADC Data Dictionary App in a new
tab (#1497) - Updates value for cohort in Job Details from the cohort ID to the cohort
name (#1497) - Ensures data source used by CohortMiddlewareApi getSources function is
delivered in expected format or throws error. (#1497)
Bug Fixes
- Fixes issue with entries header showing incorrect values (#1509)
- Fixes stylelint issues in AtlasDataDictionary.css (#1509)
- Fixes issue with incorrect number of entries shown on the second page when
there are more entries than one page can hold but less than three pages
(#1509) - Introduced an onClear prop that clears tags in data-portal when you hit the
"X" clear button. Previously, pressing the button would result in no
action. (#1504)
Improvements
- Populate both the Gen3 tag and the data_repositories when only a repository
name is indicated during study registration (#1501) - Refactored Actions Buttons Test to increase coverage and concision (#1505)
- Discovery: for AggWTS feature, deal with the fact that some
commons_url
from config has portocol prefixes instead of a clean hostname (#1499) - Refactors Discovery Details page to use modularized components (#1500)
- Updates unit test for Discovery page to pass following this update (#1500)