• Joined on 2025-08-22
zemion opened issue GovOPlaN/govoplan-audit#2 2026-07-10 17:51:03 +02:00
Move audit admin WebUI panels into audit module
zemion closed issue GovOPlaN/govoplan-core#93 2026-07-10 17:50:15 +02:00
[Feature] Add regression tests for non-viable lower-level options being hidden or disabled
zemion commented on issue GovOPlaN/govoplan-core#93 2026-07-10 17:50:14 +02:00
[Feature] Add regression tests for non-viable lower-level options being hidden or disabled

Completed in core commit 83784ea.

Added a dedicated privacyRetentionAuditDetailOptionDisabled helper and regression assertions so lower levels cannot select a less restrictive audit detail option…

zemion pushed to main at GovOPlaN/govoplan-core 2026-07-10 17:50:09 +02:00
83784ea19d Add retention policy option regression coverage
zemion commented on issue GovOPlaN/govoplan-core#94 2026-07-10 17:48:58 +02:00
[Feature] Define typed PlatformEvent envelope with actor, tenant, subject, resource, correlation, causation, classification, and payload

Completed in core commit 81f0f64.

PlatformEvent now has typed actor, tenant, subject, resource, classification, correlation, causation, and payload fields with serialization coverage. docs/EVENTS_…

zemion closed issue GovOPlaN/govoplan-core#94 2026-07-10 17:48:58 +02:00
[Feature] Define typed PlatformEvent envelope with actor, tenant, subject, resource, correlation, causation, classification, and payload
zemion commented on issue GovOPlaN/govoplan-core#90 2026-07-10 17:48:58 +02:00
[Feature] Add explain endpoints and UI component contract for policy source paths

Completed by the current policy contract implementation.

Evidence: govoplan_core.core.policy defines PolicyDecision, PolicySourceStep, policy_source_path(), and parse_policy_source_path();…

zemion closed issue GovOPlaN/govoplan-core#90 2026-07-10 17:48:58 +02:00
[Feature] Add explain endpoints and UI component contract for policy source paths
zemion pushed to main at GovOPlaN/govoplan-core 2026-07-10 17:48:38 +02:00
81f0f649b5 Define governed platform event envelope
zemion closed issue GovOPlaN/govoplan-core#227 2026-07-10 17:44:25 +02:00
Codify interface ethics as a product-wide UI doctrine
zemion closed issue GovOPlaN/govoplan-core#100 2026-07-10 17:44:25 +02:00
[Feature] Define admin route/nav contribution contract
zemion closed issue GovOPlaN/govoplan-core#101 2026-07-10 17:44:25 +02:00
[Feature] Move access admin pages to access module
zemion closed issue GovOPlaN/govoplan-core#102 2026-07-10 17:44:25 +02:00
[Feature] Move tenant admin pages to tenancy module
zemion closed issue GovOPlaN/govoplan-core#107 2026-07-10 17:44:25 +02:00
[Feature] Add WebUI module permutation builds
zemion closed issue GovOPlaN/govoplan-core#69 2026-07-10 17:44:24 +02:00
[Task] Mark DataGrid work as explicitly deferred
zemion commented on issue GovOPlaN/govoplan-core#69 2026-07-10 17:44:20 +02:00
[Task] Mark DataGrid work as explicitly deferred

Completed in core commit 0a13096.

The governance model now explicitly marks DataGrid sizing and resize behavior as deferred and warns that future layout changes must be handled as a dedicated…

zemion commented on issue GovOPlaN/govoplan-core#227 2026-07-10 17:44:20 +02:00
Codify interface ethics as a product-wide UI doctrine

Completed by the current docs set.

Evidence: docs/INTERFACE_ETHICS_AND_DESIGN_DOCTRINE.md defines the doctrine; docs/GOVOPLAN_MASTER_ROADMAP.md references it as a product quality gate; docs/UI_UX_…

zemion commented on issue GovOPlaN/govoplan-core#107 2026-07-10 17:44:20 +02:00
[Feature] Add WebUI module permutation builds

Completed and verified.

webui/scripts/test-module-permutations.mjs builds core-only, access/admin/dashboard/files/mail/organizations/campaign permutations, campaign without files/mail, campaign…

zemion commented on issue GovOPlaN/govoplan-core#102 2026-07-10 17:44:20 +02:00
[Feature] Move tenant admin pages to tenancy module

Moved to the owning module tracker as add-ideas/govoplan-tenancy#2.

The tenancy backend already owns tenant registry/settings routes and live tenant schema, but tenant admin WebUI panels still…

zemion commented on issue GovOPlaN/govoplan-core#101 2026-07-10 17:44:20 +02:00
[Feature] Move access admin pages to access module

Completed by the access WebUI module split.

Evidence: govoplan-access/webui/src/module.ts contributes the /admin route/nav shell; access-owned admin panels live under govoplan-access/webui/src/fea…