misp-book icon indicating copy to clipboard operation
misp-book copied to clipboard

Document how to create a new dashboard widget

Open Wachizungu opened this issue 5 years ago • 0 comments

See https://www.misp-project.org/misp-training/a.a-widget-dev.pdf

Add checkPermissions -> see example in https://github.com/MISP/MISP/blob/2.4/app/Lib/Dashboard/RecentSightingsWidget.php

Other reference: https://github.com/MISP/MISP/blob/2.4/app/Model/Dashboard.php And for the views / different widget renders: https://github.com/MISP/MISP/tree/2.4/app/View/Elements/dashboard/Widgets

scoped-css: https://gitter.im/MISP/MISP?at=605ca93d33346c162776a2b9 https://github.com/MISP/MISP/blob/2.4/app/View/Helper/ScopedCSSHelper.php

Wachizungu avatar Mar 11 '21 18:03 Wachizungu