Open-EO / openeo-web-editor

An interactive and easy to use web-based editor for the OpenEO API.
https://editor.openeo.org
Apache License 2.0
12 stars 17 forks source link

auto-validation of graphs #317

Open jdries opened 11 months ago

jdries commented 11 months ago

The validation endpoints allows a backend to convey errors but also warnings to the user. In the python client, we now do this automatically before submitting the graph, because we noticed that users never did it by themselves, loosing the opportunity to get important information up front. The web editor could do the same thing.

m-mohr commented 11 months ago

I'm not really sure at which point I should execute this, maybe it's better to draw the users attention more towards this functionality? It is not very easy to find...