fix(spiral_progress_bar): EndpointInfo removed from ring connection configuration.
Description
The EndpointInfo removed from RingConnections from RingConfig to avoid serialisation issues with pydantic model.
EndpointInfo can be still passed into config, but it is always stored as a string.
Related Issues
closes #195 (closed)
Type of Change
-
EndpointInfoconverted to string before saving in config. - added
floatas a valid arg for saving inRingConfig.
Potential side effects
None
Edited by wyzula_j