Open pavel-kirienko opened 5 years ago
The idea is to follow the Open-Closed principle.
Starting from the 3rd party Plotter widgets that would depend on the extracted values
that Yukon is going to stream into them. The plotter part would be a javascript-based 3rd party implementation that needs to be auto-detected (completely automatically or from something like a manifest).
Since you can lazily import/require components with Vue, there is a way to dynamically bring javascript into context from a url and feed data to it.
https://forum.uavcan.org/t/gui-tool-next-generation/229/42?u=pavel.kirienko
Difficulty: hard, architect