You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #8708, the datastore does not need to be involved in communication between frontend and webknossos about datasets. wk should handle all communication and only talk to the datastore when non virtual datasets are concerned. Examples:
Deletion: Frontend triggers Deletion in WK -> WK asks datastore to delete on disk if not virtual
Do we need to call register datasets at the datastore? The datastore does not need to be involved in creation of virtual datasets
Another thing that might fight here is to remove the datasource repository in the datastore and have the checkInbox function report to WK directly.