From 275c39ed88476810d04ab78b201731366cc8de22 Mon Sep 17 00:00:00 2001 From: vermeul <swen@ethz.ch> Date: Tue, 5 Mar 2019 13:30:53 +0100 Subject: [PATCH] Update Jupyter-OpenBIS-extension todos.md --- todos/Jupyter-OpenBIS-extension todos.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/todos/Jupyter-OpenBIS-extension todos.md b/todos/Jupyter-OpenBIS-extension todos.md index 7b51fc6..3e3ad02 100644 --- a/todos/Jupyter-OpenBIS-extension todos.md +++ b/todos/Jupyter-OpenBIS-extension todos.md @@ -17,9 +17,10 @@ ## 3) Uploading datasets + - let the upload dialog box stay in place until the upload was successful - - if metadata is faulty, tell the user to correct them (e.g. invalid vocabulary) - - show which metadata is mandatory and which are optional + - if metadata is faulty, tell the user to correct them (e.g. invalid vocabulary). This involves the backend to check as much as possible. + - show which metadata is mandatory and which are optional. Mandatory metadata is marked as such in the propertyAssignments that are fetched from the backend (e.g. `"mandatory:true`) - if dataset type is changed back and forth, keep the values that already have been entered - keep choice of current dataset type -- GitLab