feat: govern reporting privacy and retention

This commit is contained in:
2026-08-02 05:29:42 +02:00
parent 3aaa842ee6
commit 344e15dea4
6 changed files with 947 additions and 124 deletions
+2
View File
@@ -14,6 +14,7 @@ from govoplan_core.core.policy import (
from govoplan_core.core.distribution_lists import (
CAPABILITY_POLICY_DISTRIBUTION_CHANNELS,
)
from govoplan_core.core.reporting import CAPABILITY_POLICY_REPORTING_GOVERNANCE
from govoplan_policy.backend.manifest import manifest
@@ -50,6 +51,7 @@ class PolicyModuleContractTests(unittest.TestCase):
CAPABILITY_POLICY_DISTRIBUTION_CHANNELS,
CAPABILITY_POLICY_FUNCTION_ASSIGNMENT_GOVERNANCE,
CAPABILITY_POLICY_PRIVACY_RETENTION,
CAPABILITY_POLICY_REPORTING_GOVERNANCE,
CAPABILITY_POLICY_SCHEDULING_PARTICIPANT_PRIVACY,
CAPABILITY_POLICY_VIEW_GOVERNANCE,
},