Context
The B&W Voorstellen widget was removed from the case detail page in the feature/dashboard branch because B&W voorstellen is a separate zaaktype (or managed in DecideDesk), not a widget on a case detail page. This was likely a spec error.
What was done
- Removed the
<VoorstellenPanel> widget from CaseDetail.vue
- Removed the import and component registration
What still needs cleanup
Why
B&W Voorstellen is not a case widget — it's either a standalone zaaktype or functionality that belongs in DecideDesk. The current implementation was likely generated from an incorrect spec.
Context
The B&W Voorstellen widget was removed from the case detail page in the
feature/dashboardbranch because B&W voorstellen is a separate zaaktype (or managed in DecideDesk), not a widget on a case detail page. This was likely a spec error.What was done
<VoorstellenPanel>widget fromCaseDetail.vueWhat still needs cleanup
src/views/cases/components/VoorstellenPanel.vue— component file can be deletedsrc/views/voorstellen/— entire directory with VoorstelDetail.vue, VoorstelList.vue, components/ParafeerActionBar.vue etc. — review if these should be removed or moved to DecideDeskvoorstelobject type registration in store (currently errors with "not registered") — remove or move to DecideDeskWhy
B&W Voorstellen is not a case widget — it's either a standalone zaaktype or functionality that belongs in DecideDesk. The current implementation was likely generated from an incorrect spec.