DigitalSlideArchive / import-tracker

A Girder plugin for data import tracking in HistomicsUI
Other
2 stars 2 forks source link

Add initial DICOMweb assetstore support #25

Closed willdunklin closed 10 months ago

willdunklin commented 11 months ago

Dependant on https://github.com/girder/large_image/pull/1338

Adds excludeExisiting param to DICOMweb imports, and adds dwas support for import list view

willdunklin commented 10 months ago

This PR adds basic support for DICOMweb import tracking & extends the dwas API. A follow up PR is needed to add finer-grained details such as the re-import edit button & further support for various dwas specific UI elements.

manthey commented 10 months ago

I don't see the "View Past Imports" button next to a dicom web assetstore.

willdunklin commented 10 months ago

Interesting, I have this button in my local dev environment image is this the place you're referencing on the Assetstores page?

willdunklin commented 10 months ago

Oh! I actually remember the source of this issue- the problem is that you have an out of date large_image. I had to make the dwas card here have an additional CSS class a while ago in order for it to be picked up by the import-tracker selectors.

willdunklin commented 10 months ago

Addresses #23