eciavatta/caronte

Implement configuration via GUI

eciavatta opened this issue · 1 comments

At the first start the tool must be configured (with POST /setup)

  • when the user opens the GUI without having configured the tool, all requests give an error (Error 503 - ServiceUnavailable)
  • the frontend must therefore understand that the tool has not been configured, and must show the configuration window
    • warnings should be shown that once the configuration is complete it cannot be changed
    • once the configuration is complete, the tool must automatically reload and start working
    • the configuration parameters must be those present in the API specification

Implemented in d6e2aaa