Skip to content

Code insights: Implement delete insights with new dashboard functionality

Administrator requested to merge code-insights/dashboard-delete-insight into main

Created by: vovakulikov

Context

We always have this core insight functionality but with the dashboards system, we missed that at some point. This PR brings this functionality back. Currently, we have delete item in the insight context menu component. By click on that, you will delete this insight from all settings subjects and exclude this insight from all code insights dashboards.

image

Knowing issues

What have been done

  • Extract edit operations concept from the edit insight page
  • Re-write use-delete-insight handler taking into account new code insight dashboard system
  • Connect handler and UI

Merge request reports

Loading