Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

BECMonitor logic refactor; validation class for configs; closes #27 #11

wyzula_j requested to merge monitor_validator into master

General

  • new validation process separated from the plotting BECMonitor
  • MonitorConfigValidator can handle config both incoming to BECMonitor or generated by external dependencies such as ConfigDialog or IPython client
  • add this moment I dropped support for multiple entries for one device, each curve to display has to be defined with separate {"name":"device_name", "entry":"device_entry"}

Perspective

The new validation process and separation of logic from BECMonitor to pydantic can speed up development of #32 (closed) #21 (closed) #23 (closed) #5 #26 (closed) #28 (closed)

Edited by wyzula_j

Merge request reports

Loading