[Feature] Add delete-veto orchestration through module providers #86

Closed
opened 2026-07-06 15:06:49 +02:00 by zemion · 1 comment
Owner

Imported from a backlog-like text file.

  • Source: /mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/split-concept-action-plan.md
  • Line: 179
  • Source kind: product
  • Section: GovOPlaN Split Concept and Action Plan > Staged Refactor Plan > Phase 3: Extract Tenancy

Imported item:

Add delete-veto orchestration through module providers.
<!-- codex-generic-backlog-fingerprint:451ab2c2ff2ddf181abb2768 --> Imported from a backlog-like text file. - Source: `/mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/split-concept-action-plan.md` - Line: `179` - Source kind: `product` - Section: `GovOPlaN Split Concept and Action Plan > Staged Refactor Plan > Phase 3: Extract Tenancy` Imported item: ```text Add delete-veto orchestration through module providers. ```
zemion added this to the Phase 3: Extract Tenancy milestone 2026-07-06 15:06:49 +02:00
zemion added the
type
feature
priority
p2
source/backlog-import
codex/ready
labels 2026-07-07 23:24:37 +02:00
zemion added the
status
triage
label 2026-07-08 02:51:40 +02:00
Author
Owner

Codex State: done

Summary

  • Added structured DeleteVetoIssue and provider registration metadata to the core module contract.
  • PlatformRegistry now collects module-attributed delete veto issues while preserving legacy exception-based veto providers.

Changed Files

  • src/govoplan_core/core/modules.py
  • src/govoplan_core/core/registry.py
  • tests/test_delete_veto_contract.py

Verification

  • python -m unittest tests.test_delete_veto_contract -v
  • python -m unittest tests.test_module_system -v
## Codex State: done ### Summary - Added structured DeleteVetoIssue and provider registration metadata to the core module contract. - PlatformRegistry now collects module-attributed delete veto issues while preserving legacy exception-based veto providers. ### Changed Files - `src/govoplan_core/core/modules.py` - `src/govoplan_core/core/registry.py` - `tests/test_delete_veto_contract.py` ### Verification - `python -m unittest tests.test_delete_veto_contract -v` - `python -m unittest tests.test_module_system -v`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: add-ideas/govoplan-core#86
No description provided.