• Joined on 2025-08-22
zemion opened issue GovOPlaN/govoplan-campaign#48 2026-07-07 13:54:48 +02:00
[Feature] Bulk send individualized calendar invitations from campaigns
zemion opened issue GovOPlaN/govoplan-core#205 2026-07-07 13:54:36 +02:00
[Feature] Coordinate bulk individualized invitation send across campaign, mail, and calendar
zemion commented on issue GovOPlaN/govoplan-core#36 2026-07-07 13:04:00 +02:00
[Feature] Make modules installable, activatable, deactivatable, and uninstallable via the admin interface, including migration and rollback constraints

Codex State: progress

Summary

  • Added installer request cancellation and retry for queued/failed daemon handoffs.
  • Added daemon heartbeat/status reporting for CLI and admin UI.
  • Added…
zemion commented on issue GovOPlaN/govoplan-core#36 2026-07-07 12:50:47 +02:00
[Feature] Make modules installable, activatable, deactivatable, and uninstallable via the admin interface, including migration and rollback constraints

Codex State: progress

Summary

  • Implemented the installer daemon handoff: admin/CLI can queue supervised install requests, govoplan-module-installer --daemon claims and executes them…
zemion commented on issue GovOPlaN/govoplan-core#35 2026-07-07 12:50:36 +02:00
[Task] WebUI-driven update/rollback with backup and rollback guardrails

Codex State: progress

Summary

  • Installer rollback now participates in the daemon/UI execution path and multi-process supervisor path; queued requests still execute outside FastAPI and…
zemion commented on issue GovOPlaN/govoplan-core#36 2026-07-07 12:21:26 +02:00
[Feature] Make modules installable, activatable, deactivatable, and uninstallable via the admin interface, including migration and rollback constraints

Codex State: progress

Summary

  • Extended installer rollback to cover deployment-provided database restore hooks in addition to SQLite snapshots, so supervised install/uninstall plans can…
zemion commented on issue GovOPlaN/govoplan-core#35 2026-07-07 12:21:22 +02:00
[Task] WebUI-driven update/rollback with backup and rollback guardrails

Codex State: progress

Summary

  • Implemented non-SQLite database backup/restore hooks for supervised module installer runs. Migrated non-SQLite runs now require --database-backup-command…
zemion commented on issue GovOPlaN/govoplan-core#36 2026-07-07 12:03:57 +02:00
[Feature] Make modules installable, activatable, deactivatable, and uninstallable via the admin interface, including migration and rollback constraints

Codex State: progress

Summary

  • Implemented supervised installer hardening: SQLite DB snapshot/restore for --migrate, fresh-process manifest verification, migration-retirement uninstall…
zemion commented on issue GovOPlaN/govoplan-core#204 2026-07-07 12:03:46 +02:00
[Feature] Design signed remote WebUI bundle loading for true hot frontend installs

Codex State: progress

Summary

  • Added the first signed/hardened remote WebUI bundle contract: frontend manifests now expose signature/key/integrity metadata, and the core shell can load…
zemion commented on issue GovOPlaN/govoplan-core#35 2026-07-07 12:03:27 +02:00
[Task] WebUI-driven update/rollback with backup and rollback guardrails

Codex State: progress

Summary

  • Added rollback guardrails for module package changes: installer snapshots SQLite databases before migrated runs and restores the DB snapshot during…
zemion opened issue GovOPlaN/govoplan-calendar#4 2026-07-07 11:53:34 +02:00
Surface calendar view preferences and complete VEVENT recurrence editing
zemion closed issue GovOPlaN/govoplan-core#203 2026-07-07 09:38:14 +02:00
[Feature] Add post-install activation checklist and status for Admin > Modules
zemion closed issue GovOPlaN/govoplan-core#200 2026-07-07 09:38:10 +02:00
[Feature] Add module/core compatibility metadata and installer version preflight
zemion closed issue GovOPlaN/govoplan-core#201 2026-07-07 09:38:06 +02:00
[Feature] Add module uninstall guard providers for data, migrations, workers, and schedulers
zemion closed issue GovOPlaN/govoplan-core#202 2026-07-07 09:38:01 +02:00
[Feature] Add supervised installer watchdog with health-check rollback
zemion commented on issue GovOPlaN/govoplan-core#202 2026-07-07 09:37:58 +02:00
[Feature] Add supervised installer watchdog with health-check rollback

Codex State: done

Summary

  • Implemented supervised installer mode with optional restart command, health polling, automatic package rollback, and run-record supervisor state.

Changed…

zemion commented on issue GovOPlaN/govoplan-core#200 2026-07-07 09:37:57 +02:00
[Feature] Add module/core compatibility metadata and installer version preflight

Codex State: done

Summary

  • Implemented ModuleCompatibility metadata and installer preflight checks for manifest contract/core version bounds.

Changed Files

  • `src/govoplan_core/core…
zemion commented on issue GovOPlaN/govoplan-core#204 2026-07-07 09:37:57 +02:00
[Feature] Design signed remote WebUI bundle loading for true hot frontend installs

Codex State: ready

Summary

  • Documented remote signed WebUI bundles as future work; current installer remains build-time WebUI package based with supervised rollback.

Changed…

zemion commented on issue GovOPlaN/govoplan-core#201 2026-07-07 09:37:57 +02:00
[Feature] Add module uninstall guard providers for data, migrations, workers, and schedulers

Codex State: done

Summary

  • Added module uninstall guard contract and registered persistent-data guards in existing data-owning module manifests.

Changed Files

  • `src/govoplan_core/c…
zemion commented on issue GovOPlaN/govoplan-core#203 2026-07-07 09:37:40 +02:00
[Feature] Add post-install activation checklist and status for Admin > Modules

Codex State: done

Summary

  • Added installer preflight checklist to API/UI and changed the generated admin command to the supervised installer form.

Changed Files

  • `../govoplan-admin…