bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Add detailed zone status updates in landing_zone_move for validation #1840

Closed mikkonie closed 11 months ago

mikkonie commented 12 months ago

Suggested by @holtgrewe. Since enabling server-side checksum calculation, it is possible for the validating step to take a longer time than expected, while the user gets no direct feedback about this in the UI.

Simply put, we need to add SetLandingZoneStatusTask:s in the checksum calculation and actual validation steps. This is simple enough to go in v0.14.1.

mikkonie commented 11 months ago

Done.