• Joined on 2025-08-22
zemion commented on issue GovOPlaN/govoplan-docs#1 2026-07-20 14:34:32 +02:00
[Feature] Define the docs backend manifest, permissions, module metadata, and route contribution

Implemented on origin/main. The Docs manifest defines module metadata, authentication capability requirements, documentation permission and role template, backend route factory, /docs

zemion closed issue GovOPlaN/govoplan-docs#11 2026-07-20 14:34:32 +02:00
[Feature] Build configured-system, available-feature, and evidence views
zemion commented on issue GovOPlaN/govoplan-docs#11 2026-07-20 14:34:32 +02:00
[Feature] Build configured-system, available-feature, and evidence views

Implemented on origin/main. The API and browser expose configured modules/routes/permissions, available routes/topics, and evidence modules/sources/topics. Docs tests, Ruff, and the combined…

zemion closed issue GovOPlaN/govoplan-docs#10 2026-07-20 14:34:32 +02:00
[Feature] Build the documentation browser route contribution and navigation metadata
zemion commented on issue GovOPlaN/govoplan-docs#10 2026-07-20 14:34:32 +02:00
[Feature] Build the documentation browser route contribution and navigation metadata

Implemented on origin/main. @govoplan/docs-webui contributes the /docs route and navigation entry, including documentation navigation, audience switching, topic pages, and the admin…

zemion closed issue GovOPlaN/govoplan-docs#3 2026-07-20 14:34:32 +02:00
[Feature] Implement configured, available, and evidence classification for documentation entries
zemion commented on issue GovOPlaN/govoplan-docs#3 2026-07-20 14:34:32 +02:00
[Feature] Implement configured, available, and evidence classification for documentation entries

Implemented on origin/main. /api/v1/docs/context classifies documentation into always, configured, available, and evidence layers and reports module, capability, and scope blockers. Focused…

zemion closed issue GovOPlaN/govoplan-docs#1 2026-07-20 14:34:32 +02:00
[Feature] Define the docs backend manifest, permissions, module metadata, and route contribution
zemion opened issue GovOPlaN/govoplan-core#267 2026-07-15 13:08:47 +02:00
Password fields: add generator action and overlay
zemion opened issue GovOPlaN/govoplan-campaign#73 2026-07-15 13:00:23 +02:00
Mail preview overlay: use fixed dimensions and stable footer
zemion closed issue GovOPlaN/govoplan-campaign#69 2026-07-15 11:03:48 +02:00
[Feature] Audit-proof single-recipient campaign send
zemion commented on issue GovOPlaN/govoplan-campaign#69 2026-07-15 11:03:48 +02:00
[Feature] Audit-proof single-recipient campaign send

Codex State: done

Summary

  • Implemented audit-path single message send from built-message preview with confirmation.
  • Added backend endpoint /campaigns/{campaign_id}/jobs/{job_id}/send…
zemion commented on issue GovOPlaN/govoplan-campaign#69 2026-07-15 10:50:47 +02:00
[Feature] Audit-proof single-recipient campaign send

Codex State: started

Summary

  • Starting implementation: support audit-proof single-message send from preview/review for one recipient entry.

Suggested status label: status/in-progress

zemion closed issue GovOPlaN/govoplan-campaign#67 2026-07-15 02:41:12 +02:00
[Feature] Replace recipient entry form with a full recipient-data editing panel
zemion commented on issue GovOPlaN/govoplan-campaign#67 2026-07-15 02:41:12 +02:00
[Feature] Replace recipient entry form with a full recipient-data editing panel

Codex State: done

Summary

  • Confirmed by user; merged recipient editing implementation accepted.

Verification

  • `Previously verified with GOVOPLAN_WEBUI_MODULE_PACKAGES=@govoplan/cam…
zemion commented on issue GovOPlaN/govoplan-campaign#67 2026-07-15 02:30:29 +02:00
[Feature] Replace recipient entry form with a full recipient-data editing panel

Codex State: ready

Summary

  • Filtered merged recipient-data columns so only editable recipient-specific columns are shown: field columns now require can_override, and the attachments…
zemion commented on issue GovOPlaN/govoplan-campaign#67 2026-07-15 02:29:06 +02:00
[Feature] Replace recipient entry form with a full recipient-data editing panel

Codex State: ready

Summary

  • Fixed the recipient address overlay row actions to reuse colored DataGrid action buttons, removed the redundant edit action, kept newly added blank address…
zemion commented on issue GovOPlaN/govoplan-campaign#67 2026-07-15 02:20:58 +02:00
[Feature] Replace recipient entry form with a full recipient-data editing panel

Codex State: ready

Summary

  • Merged recipient field values and attachment editing into the Sender & Recipients table after the Active column, removed the separate Recipient data…
zemion commented on issue GovOPlaN/govoplan-campaign#67 2026-07-15 02:02:39 +02:00
[Feature] Replace recipient entry form with a full recipient-data editing panel

Codex State: ready

Summary

  • Restored the two collapsible global sender/header cards and moved per-recipient address editing into a Recipient(s) column overlay.

Changed Files

-…

zemion commented on issue GovOPlaN/govoplan-campaign#67 2026-07-15 01:06:56 +02:00
[Feature] Replace recipient entry form with a full recipient-data editing panel

Codex State: ready

Summary

  • Consolidated the sender/global-recipient controls and inline recipient table into one recipient-data editing surface.
  • Added a selected-recipient editor…