Skip to content

5.34.0

Compare
Choose a tag to compare
@mfshao mfshao released this 30 Sep 16:11
· 8 commits to master since this release
079b69d

Release Notes

For: uc-cdis/data-portal

Notes since tag: 5.33.2

Notes to tag/commit: 5.34.0

Generated: 2024-09-30

New Features

  • Study Registration: Add a new page for "HEAL CDE submission" (#1547)
  • Lock the CDE submission form for certain studies (#1547)

Deployment Changes

  • The VLMD syntax in HEAL MDS has been updated (#1547)

Bug Fixes

  • Prevents a user from submitting duplicate covariates for both continuous
    and dichotomous outcome types in the VADC Gen3 GWAS app (#1597)

Improvements

  • Fixes spelling mistakes in code base (continuous vs continous) (#1597)
  • Globalizes data viz components (histogram and Simple3Sets ) for use between
    VADC apps (#1597)
  • In the case where the histogram bin data is missing (undefined) for the
    histogram, application now shows an error message. Before it would only
    show the error message when the value was null, and not when it is
    undefined (i.e. it doesn't exist at all in the sent data). (#1597)