Florian M

Results 195 issues of Florian M

Often users delete datasets after uploading and noticing that something went wrong. They are, then, still listed and linked in the “recent conversions” banner. That should be removed. I’m unsure...

enhancement
backend
frontend
discussion

#8844 consolidates the PathSchemes. We could go a step further and make it an enum instead of string. This would make some URIs invalid UPaths, but that may be ok....

backend
refactoring

#8844 forbids editing dataset layer names. We might want to consider allowing this again, at the very least during explore+add flow (careful, it uses the same frontend code as the...

enhancement
backend
frontend
discussion

#8844 introduces UPath. Some of its methods might throw exceptions, those are named *unsafe. They should be removed and their callers adapted.

backend
refactoring

Currently, a datastore is selected based on the layersToLink with a too-strict heuristic – if a dataset is included that lives on another datastore and that does not have isVirtual=true,...

enhancement
backend