Skip to content

Commit a9f9695

Browse files
feat: track dataset exports for anvil-cmg and hca-dcp (#4717)
feat: track dataset exports for anvil-cmg and hca-dcp #4711 Co-authored-by: Claude Opus 4.5 <[email protected]>
1 parent 60a2252 commit a9f9695

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

app/viewModelBuilders/azul/anvil-cmg/common/viewModelBuilders.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ export const buildDatasetTerraExport = (
617617
fileSummaryFacetName: ANVIL_CMG_CATEGORY_KEY.FILE_FILE_FORMAT,
618618
filters,
619619
formFacet,
620+
isDatasetExport: true,
620621
manifestDownloadFormat: MANIFEST_DOWNLOAD_FORMAT.VERBATIM_PFB,
621622
manifestDownloadFormats: [MANIFEST_DOWNLOAD_FORMAT.VERBATIM_PFB],
622623
speciesFacetName: ANVIL_CMG_CATEGORY_KEY.DONOR_ORGANISM_TYPE,

app/viewModelBuilders/azul/hca-dcp/common/viewModelBuilders.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,7 @@ export const buildExportEntityToTerra = (
918918
fileSummaryFacetName: HCA_DCP_CATEGORY_KEY.FILE_FORMAT,
919919
filters,
920920
formFacet,
921+
isDatasetExport: true,
921922
manifestDownloadFormat: MANIFEST_DOWNLOAD_FORMAT.TERRA_PFB,
922923
manifestDownloadFormats: [MANIFEST_DOWNLOAD_FORMAT.TERRA_PFB],
923924
speciesFacetName: HCA_DCP_CATEGORY_KEY.GENUS_SPECIES,

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"check-system-status:anvil-cmg": "esrun e2e/anvil/anvil-check-system-status.ts"
3333
},
3434
"dependencies": {
35-
"@databiosphere/findable-ui": "^50.0.0",
35+
"@databiosphere/findable-ui": "^50.1.0",
3636
"@emotion/react": "^11",
3737
"@emotion/styled": "^11",
3838
"@mdx-js/loader": "^3",

0 commit comments

Comments
 (0)