KitwareMedical / otm-server

Apache License 2.0
0 stars 2 forks source link

display preprocessing status of dataset #89

Closed ebrahimebrahim closed 2 years ago

ebrahimebrahim commented 2 years ago
jjnesbitt commented 2 years ago

I think to address this short term I'll do it client side. I'm realizing now that when it comes to running preprocessing multiple times, we're not equipped to handle multiple runs, and we need to do a bit of a model refactor to accommodate for that (essentially, just adding a PreprocessingBatch model, that keeps track of separate runs of preprocessing).

But ignoring those issues for now, on a single run of preprocessing, client side tracking will suffice.