astarte-platform / astarte-dashboard

Astarte dashboard
http://astarte-platform.org
Apache License 2.0
17 stars 15 forks source link

Improve JSON editors with formatting and syntax highlighting #429

Open davidebriani opened 4 months ago

davidebriani commented 4 months ago

The Dashboard employs simple textareas to display and modify the JSON definitions of interfaces, triggers and trigger delivery policies.

The UX could be much improved by using actual text editors that support formatting and syntax highlighting.

A bonus point would be to have the possibility to report warning and errors directly on precise text locations, in order to colocate JSON fields with corresponding validation errors.