[Feature] Define tenant deletion and module cleanup/veto contract #165

Closed
opened 2026-07-06 15:19:29 +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: 402
  • Source kind: product
  • Section: GovOPlaN Split Concept and Action Plan > Immediate Backlog Items > P1: Tenancy Extraction Prep

Imported item:

Define tenant deletion and module cleanup/veto contract.
<!-- codex-generic-backlog-fingerprint:c12ffe6cf56c0947414667b5 --> Imported from a backlog-like text file. - Source: `/mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/split-concept-action-plan.md` - Line: `402` - Source kind: `product` - Section: `GovOPlaN Split Concept and Action Plan > Immediate Backlog Items > P1: Tenancy Extraction Prep` Imported item: ```text Define tenant deletion and module cleanup/veto contract. ```
zemion added this to the P1: Tenancy Extraction Prep milestone 2026-07-06 15:19:29 +02:00
zemion added the
type
feature
priority
p1
source/backlog-import
codex/ready
labels 2026-07-07 23:13:44 +02:00
zemion added the
status
triage
label 2026-07-08 02:30:57 +02:00
Author
Owner

Codex State: done

Summary

  • Defined the tenant deletion plan/veto contract across core and tenancy.
  • Tenancy deletion plans now surface structured module veto issues with severity, module_id, and resource details.

Changed Files

  • src/govoplan_core/core/modules.py
  • src/govoplan_core/core/registry.py
  • ../govoplan-tenancy/src/govoplan_tenancy/backend/api/v1/routes.py
  • ../govoplan-tenancy/src/govoplan_tenancy/backend/api/v1/schemas.py
  • docs/MODULE_ARCHITECTURE.md
  • ../govoplan-tenancy/docs/TENANCY_MODULE_BOUNDARY.md

Verification

  • python -m unittest tests.test_delete_veto_contract -v
  • PYTHONPATH=src:/mnt/DATA/git/govoplan-core/src python -m unittest discover -s tests -v in govoplan-tenancy
  • python -m unittest tests.test_module_system -v
## Codex State: done ### Summary - Defined the tenant deletion plan/veto contract across core and tenancy. - Tenancy deletion plans now surface structured module veto issues with severity, module_id, and resource details. ### Changed Files - `src/govoplan_core/core/modules.py` - `src/govoplan_core/core/registry.py` - `../govoplan-tenancy/src/govoplan_tenancy/backend/api/v1/routes.py` - `../govoplan-tenancy/src/govoplan_tenancy/backend/api/v1/schemas.py` - `docs/MODULE_ARCHITECTURE.md` - `../govoplan-tenancy/docs/TENANCY_MODULE_BOUNDARY.md` ### Verification - `python -m unittest tests.test_delete_veto_contract -v` - `PYTHONPATH=src:/mnt/DATA/git/govoplan-core/src python -m unittest discover -s tests -v in govoplan-tenancy` - `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#165
No description provided.