-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Paginated download of data for Clinical Data tab in Study View (#4786)
* Implement server side filtering and sorting mode and limit record count * implement data fetcher * Update clinical data collection data type * Pass attribute id for sort Instead of display name. * Fix sort direction passed by table component * Fix total item count for paginated results * Allow override of the total count label * Do not render the clinical data table unutil visible attributes is populated to avoid flash of two column table (premature) * Point e2e at beta * run against custom backend * Fix LazyMobxTable unit tests * Update api client * Address duplicate imports --------- Co-authored-by: lismana <[email protected]> Co-authored-by: Zhaoyuan (Ryan) Fu <[email protected]>
- Loading branch information
1 parent
2e8222e
commit 4642088
Showing
11 changed files
with
428 additions
and
354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
export CBIOPORTAL_URL="${CBIOPORTAL_URL:-https://www.cbioportal.org}" | ||
export CBIOPORTAL_URL="${CBIOPORTAL_URL:-https://beta.cbioportal.org}" | ||
export GENOME_NEXUS_URL="${GENOME_NEXUS_URL:-https://www.genomenexus.org}" | ||
export BACKEND=cbioportal:demo-fix-clinical-table-sorting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.