brain-link / scanhub

ScanHub combines multimodal data acquisition and complex data processing in one cloud platform.
https://scanhub.brain-link.de
Other
12 stars 2 forks source link

exam-manager: implementation of is_frozen on various items #167

Open BenWilhelmUniklinikFreiburg opened 1 month ago

BenWilhelmUniklinikFreiburg commented 1 month ago

Some items are defined in the database with a flag is_frozen. This is used to mark items as locked from modification. However the flag can at the moment not be unset and blocks deletion. It is also not yet used in the frontend.

Either:

Or:

schote commented 1 month ago

I think this flag is to be set when a certain task/workflow/exam has been processed. It should not be set by the user, but by the workflow manager. If I remember correctly, the idea was to freeze items which have been processed to save their state as they have a relative relation to the data, which has been acquired/processed with it.