oakestra / dashboard

General-purpose web UI for the Oakestra Framework
Apache License 2.0
0 stars 4 forks source link

Refactor graph in the frontend. #14

Open danimair9 opened 1 year ago

danimair9 commented 1 year ago

In a previous version of the frontend there was a graph. Here all services in this application are displayed and you can create connections between the services and define different requirements for the connection.

image

However, this function is currently written in javascript and not well built into the frontend. It needs refactoring.