• Joined on 2025-08-22
zemion pushed to main at GovOPlaN/govoplan-campaign 2026-07-11 00:59:48 +02:00
083c089003 Use Node XLSX reader in campaign import tests
zemion commented on issue GovOPlaN/govoplan-organizations#2 2026-07-11 00:56:48 +02:00
Migrate access function model to organizations.directory

Codex State: progress

Summary

  • Access now consumes organizations.directory for function metadata and idm.directory for accepted function assignments in explanation/role-source flows. -…
zemion commented on issue GovOPlaN/govoplan-organizations#1 2026-07-11 00:56:39 +02:00
Add organization administration API and WebUI

Codex State: progress

Summary

  • Baseline organization model API and /organizations editor are implemented for unit types, structures, relation types, units, relations, function types, and…
zemion commented on issue GovOPlaN/govoplan-organizations#3 2026-07-11 00:56:33 +02:00
Define delegation and acting-in-place lifecycle rules

Codex State: progress

Summary

  • Organizations stores function-level delegable and acting-in-place flags; IDM assignment writes validate delegated and acting-for source semantics.
  • Access…
zemion commented on issue GovOPlaN/govoplan-access#10 2026-07-11 00:56:28 +02:00
Add semantic access admin WebUI and acting-in-place context selector

Codex State: progress

Summary

  • Backend semantic access storage, external function role mappings, and explanation provenance are in place.
  • Organizations and IDM now deep-link into their…
zemion pushed to main at GovOPlaN/govoplan-organizations 2026-07-11 00:55:39 +02:00
f1ae795917 Support deep links into organization editor
zemion pushed to main at GovOPlaN/govoplan-idm 2026-07-11 00:55:30 +02:00
05a10846a8 Support deep links into IDM assignments
zemion pushed tag v0.1.6 to GovOPlaN/govoplan-access 2026-07-11 00:50:08 +02:00
zemion closed issue GovOPlaN/govoplan-audit#5 2026-07-11 00:49:21 +02:00
[Task] Introduce outbox table and dispatcher for production-safe event delivery
zemion closed issue GovOPlaN/govoplan-policy#3 2026-07-11 00:49:13 +02:00
[Feature] Move hierarchical policy evaluation into policy
zemion closed issue GovOPlaN/govoplan-policy#5 2026-07-11 00:49:05 +02:00
[Feature] Add policy simulation before destructive/limiting changes
zemion closed issue GovOPlaN/govoplan-audit#4 2026-07-11 00:49:05 +02:00
[Task] Separate command bus from event bus
zemion closed issue GovOPlaN/govoplan-access#11 2026-07-11 00:48:59 +02:00
[Feature] Ensure core-only startup still works enough to show shell/health, but access is required for authenticated product use
zemion commented on issue GovOPlaN/govoplan-audit#5 2026-07-11 00:48:51 +02:00
[Task] Introduce outbox table and dispatcher for production-safe event delivery

Codex State: done

Summary

  • Added audit_outbox_events and SqlAuditOutbox for durable PlatformEvent delivery with retry state.
  • Audit module retirement/uninstall guards now cover both…
zemion commented on issue GovOPlaN/govoplan-policy#5 2026-07-11 00:48:51 +02:00
[Feature] Add policy simulation before destructive/limiting changes

Codex State: done

Summary

  • Added a retention policy simulation/preflight endpoint for proposed write payloads.
  • Simulation returns allowed, changed fields, issues, before/requested…
zemion commented on issue GovOPlaN/govoplan-policy#3 2026-07-11 00:48:51 +02:00
[Feature] Move hierarchical policy evaluation into policy

Codex State: done

Summary

  • Added reusable hierarchical policy validation helpers in govoplan_policy.backend.hierarchy.
  • Privacy retention now routes parent-lock and effective policy…
zemion commented on issue GovOPlaN/govoplan-audit#4 2026-07-11 00:48:51 +02:00
[Task] Separate command bus from event bus

Codex State: done

Summary

  • Added an audit-owned CommandBus/AuditCommand contract separate from PlatformEvent delivery.
  • Documented commands as requested work and events as completed…
zemion closed issue GovOPlaN/govoplan-policy#4 2026-07-11 00:48:45 +02:00
[Feature] Move delegation ceilings and "more restrictive only" validation into policy
zemion closed issue GovOPlaN/govoplan-tenancy#3 2026-07-11 00:48:41 +02:00
[Feature] Define tenant lifecycle events: created, suspended, resumed, deletion requested, erasure completed
zemion commented on issue GovOPlaN/govoplan-access#11 2026-07-11 00:48:37 +02:00
[Feature] Ensure core-only startup still works enough to show shell/health, but access is required for authenticated product use

Codex State: done

Summary

  • Removed the package-level govoplan-tenancy dependency while keeping tenancy as an optional module integration.
  • Documented core-only startup semantics:…