Kuenssi / fulibWorkflows-editor

web editor for fulibWorkflows, based on codemirror
0 stars 0 forks source link

Error management #33

Closed Kuenssi closed 2 years ago

Kuenssi commented 2 years ago

Currently there is no feedback for the user if he did something wrong.

Should use the toasts with error messages from the backend.

Maybe some kind of linter for the codemirror would be nice. (Look into json-schema check a string, with typescript angular)

Kuenssi commented 2 years ago

Linter in frontend using the json schema already created.

Beautiful tip from Seb: https://github.com/ajv-validator/ajv

Kuenssi commented 2 years ago

Left for the bachelor thesis:

Kuenssi commented 2 years ago

done