feat: align workflow with shared UI foundations

This commit is contained in:
2026-08-18 21:32:42 +02:00
parent a071692e75
commit 244c0ee4c1
2 changed files with 16 additions and 4 deletions
+12
View File
@@ -9,6 +9,7 @@ from govoplan_core.core.modules import (
ModuleInterfaceRequirement,
ModuleManifest,
NavItem,
ProductAreaContribution,
ViewSurface,
)
from govoplan_core.core.provider_governance import declared_module_architecture
@@ -81,6 +82,17 @@ manifest = ModuleManifest(
order=74,
),
),
product_areas=(
ProductAreaContribution(
id="work",
module_id=MODULE_ID,
label="i18n:govoplan-core.product_area.work",
icon="list-checks",
description="i18n:govoplan-core.product_area.work_description",
surface_ids=("workflow.nav.workflow", "workflow.route.workflow"),
order=10,
),
),
view_surfaces=(
ViewSurface(
id="workflow.widget.open-work",