Skip to content
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

2024-03-28-Release #292

Merged
merged 18 commits into from
Mar 26, 2024
Merged

2024-03-28-Release #292

merged 18 commits into from
Mar 26, 2024

Conversation

Gcolon021
Copy link
Contributor

Preparing for releases. 2024-03-28-Release.

Gcolon021 and others added 16 commits January 23, 2024 13:43
* Add userDetails override
* Add psama

* [ALS-5584] AIM-AHEAD PIC-SURE: Hide the genomic filter
* [ALS-5567] Fix header links
* [ALS-5583] Optimized Dockerfile and added separate Dockerfile for UI overrides
Refactored the biodatacatalyst-ui Dockerfile to remove unnecessary build stages and environment variable (IS_OPEN_ACCESS). Also created a separate Dockerfile for future UI overrides. The changes aim to increase efficiency in the deployment process of UI components and make the Dockerfile more understandable.

---------

Co-authored-by: James <Jamestp19@gmail.com>
* [ALS-5703] Update dropdown controls

No longer toggles the wrong dropdown menu if two menus are present in the header. Now calculates if the dropdown menu would go beyond the viewport's width. If it does, it recalculates the left property to align the dropdown to the right edge of the screen.

* [ALS-5703] dropdown is now focused correctly
In the redirect-modal.js file, the headerMessage and message have been refactored to accept dynamic inputs from the calling method. Similarly, the footer.js has been modified to pass a custom message to the redirectModal. This enhancement increases flexibility and allows customized messages for different external links.
* [ALS-5584] Add ontology instance dependency to search-view 
This refactoring rearranges code order in search-view.js and modifies the render function to enable genomic filtering based on ontology's allInfoColumns condition. This allows the display of genomic filtering options to be dependent on the state of genomic data.
* Add psama

* Add userDetails override

* Fix missing imports and add better checks
* [ALS-5082] Replace hardcoded resource id with configurable setting
* [ALS-6058] Refactor search term selection in search view (#286)
* [ALS-5077] Remove "Counts" column from studies table (#283)
…IC-SURE (#285)

* Filter out stigmatized variables in datatable

The update ensures that any stigmatized variable isn't displayed in the datatable. This is done by filtering the model by checking if the 'is_stigmatized' property of each variable is set to false before mapping the rest of the properties. Stigmatization status is determined by the variable's metadata.

* [ALS-5548] Filter for Open Access only
# Conflicts:
#	biodatacatalyst-ui/src/main/webapp/picsureui/search-interface/search-view.js
…291)

* Update condition for variable display in datatable-filter-modal-view

* Refactor condition logic in datatable-filter-modal-view.js for variable display when access is open. Variables that are tagged as 'stigmatized' will be filtered out when access is open; otherwise, all variables will be displayed. This modifies the system behaviour by adding a conditional check for the 'isOpenAccess' session variable.
Added conditions in filter-model.js to only include the Parent Study Accession and TOPMed Study Accession with Subject ID filters if 'include_bdc_specific_filters' is true in settings. Enhanced control over filtering study-specific data and improved system flexibility by allowing toggling of this functionality.
@Gcolon021 Gcolon021 merged commit 3201851 into master Mar 26, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants