Add DAP dialog
Description
This MR separates the DAP dialog from the waveform widget. In addition, it makes some adjustments to BECWaveform and WaveformWidget
Related Issues
closes #328 (closed) closes #313 (closed)
Type of Change
- changed dap_summary_update signal to be Signal(dict, dict). Emitting the DAP summary and in addition the metadata with the curve_id to uniquely identify the DAP curve
- added dap dialog widget, is also used for the Dialog for
BECWaveformWidget
- added documentation. note, I realised the widget is closely related to the waveform widget which I tried to make clear in the documentation. We should discuss this in more detail regarding DAP processes.
Definition of Done
-
Documentation is up-to-date. -
Add dedicated tests for DapDialog
Edited by appel_c