eryph-org / eryph

https://www.eryph.io
Other
7 stars 5 forks source link

Resolve parent variables client side #229

Open fw2568 opened 5 months ago

fw2568 commented 5 months ago

Scenario:

a catlet parent contains variables, in a new catlet these variables are not explicity declared. That the variable is missing is only detected server side, which leads to a bad user experience.

Instead the client should be able to detect required variables via a server exposed endpoint.

AB#691

fw2568 commented 4 months ago

maybe this could also be implemented more generic with a server side config check, as this is also required for non-dotnet clients.

fw2568 commented 3 months ago

Discussed this: should be seperated into 2 endpoints - one for pure config validation another one - as a operation - for variables. Variables may require to download dependencies and this should be done asychronously.