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

Add DAP dialog

appel_c requested to merge feat/add_dap_dialog into main

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

Merge request reports

Loading