fair-acc / opendigitizer

Generic Digitizer Framework based on OpenCMW
GNU Lesser General Public License v3.0
6 stars 3 forks source link

[8pt, 8pt] UI: Inspect and modify flow-graph and block/parameter definitions in the FEC (GNU Radio and flowgraph) and in the UI (flowgraph) #16

Closed ivan-cukic closed 1 year ago

ivan-cukic commented 2 years ago
giucam commented 1 year ago

pic pic2 This is the current state of the flowgraph branch. There are two sources with dummy data and blocks can be added in the flowgraph and then connected to the sinks which get plotted in the dashboard page.

wirew0rm commented 1 year ago

This one is currently on hold until #20 is finished and some experience was gained with the REST client on the acquisition property to apply it to the flowgraph properties.

From the discussion in the meeting about going forward with writing to the flowgraph settings:

giucam commented 1 year ago

Q: included in dashboard yaml or as separate neighboring file/property?

Right now it is a separate yaml tree, not included in the dashboard one, however they are combined into one file. I did it mainly considering the case of locally saved dashboards, where having multiple files probably is not very convenient and user error prone, in cases like when moving them to a different folder. I suppose they could be included however, i don't really see drawbacks.

giucam commented 1 year ago

This was implemented mostly in #49. #77 also adds the support for showing and modifying the flowgraphs of remote services.