Skip to content

5.27.0

Compare
Choose a tag to compare
@mfshao mfshao released this 10 Jun 16:31
· 76 commits to master since this release
044766a

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.26.1

Notes to tag/commit: 5.27.0

Generated: 2024-06-10

Improvements

  • Updates deprecated "classic" endpoint for ClinicalTrials.gov and replaces
    it with new ClinicalTrials.gov API v2.0 (#1540)
  • Adds debouncing for search input on VADC Atlas Data Dictionary application
    to improve UX when typing searches with large table data sizes (#1548)
  • Updates column names and formats numbers with commas to improve readability
    (#1548)
  • Update attrition table component to dynamically generate breakdown columns
    instead of relying on hardcoded value (#1548)
  • Globally renames react state data to displayedData to improve
    code clarity. (#1548)

Deployment Changes

New Features

  • Adds a search bar message in VADC Data Dictionary that is revealed when the
    user searches for a result whose column is hidden on the current page due
    to their column management selection. This message includes a button that
    allows the user to reset their column management selections to display the
    hidden information. (#1548)

Bug Fixes

  • Removes the delay that occurs when opening GWAS Results after switching
    teams, such as after Selecting team1, Open GWAS Results, wait 5s, Select
    team2, Open GWAS Results. Before you would see team1 results for first 5s
    or so (#1548)
  • CheckSearchTermUtils updated to handle user searches including commas and
    percentages, fixes bug with zeros (before searching for zero did not work
    correctly nor highlight). Added new function formatForSearchComparison to
    support this. (#1548)
  • Adds spinner until studies are available, preventing user from entering
    information before form is ready for it (#1540)