• Joined on 2025-08-22
zemion commented on issue GovOPlaN/govoplan-core#192 2026-07-09 11:43:29 +02:00
[Feature] Define sources/RSS consume-publish module

Resolved by docs/MODULE_BOUNDARY_DECISIONS.md.

Decision: RSS/source consume-publish starts in govoplan-connectors through connector profiles, source lifecycle metadata, external references,…

zemion closed issue GovOPlaN/govoplan-core#194 2026-07-09 11:43:29 +02:00
[Feature] Define forms module and workflow handoff
zemion commented on issue GovOPlaN/govoplan-core#194 2026-07-09 11:43:29 +02:00
[Feature] Define forms module and workflow handoff

Resolved by docs/MODULE_BOUNDARY_DECISIONS.md.

Decision: govoplan-forms owns form definitions, schemas, validation rules, visibility, localization, versioning, admin editing, and package…

zemion closed issue GovOPlaN/govoplan-core#193 2026-07-09 11:43:29 +02:00
[Feature] Define calendar, Terminplaner, and Terminbuchung module
zemion closed issue GovOPlaN/govoplan-core#192 2026-07-09 11:43:29 +02:00
[Feature] Define sources/RSS consume-publish module
zemion closed issue GovOPlaN/govoplan-core#186 2026-07-09 11:43:28 +02:00
[Task] Refine GovOPlaN public-sector module and integration roadmap
zemion closed issue GovOPlaN/govoplan-core#190 2026-07-09 11:43:28 +02:00
[Feature] Define templates and reporting module boundary
zemion commented on issue GovOPlaN/govoplan-core#190 2026-07-09 11:43:28 +02:00
[Feature] Define templates and reporting module boundary

Resolved by docs/MODULE_BOUNDARY_DECISIONS.md.

Decision: templates and reporting are separate modules. govoplan-templates owns reusable renderable templates and render contracts. `govoplan-rep…

zemion commented on issue GovOPlaN/govoplan-core#186 2026-07-09 11:43:28 +02:00
[Task] Refine GovOPlaN public-sector module and integration roadmap

Resolved by the roadmap decision pass.

  • Added docs/MODULE_BOUNDARY_DECISIONS.md as the durable decision register.
  • Updated docs/GOVOPLAN_MODULE_ROADMAP.md so older exploratory module ideas…
zemion commented on issue GovOPlaN/govoplan-core#223 2026-07-09 11:41:42 +02:00
[Task] Define release migration squashing and baseline workflow

Implemented the first workflow slice.

Done:

  • documented the migration squash/baseline policy in RELEASE_DEPENDENCIES.md,
  • added the release-artifact rule to MODULE_ARCHITECTURE.md,
  • added…
zemion commented on issue GovOPlaN/govoplan-core#222 2026-07-09 11:41:14 +02:00
[Feature] Platform-wide conditional GET and delta API foundation

Follow-up verification added:

  • Extended tests.test_conditional_requests with representative endpoint coverage for /api/v1/platform/status and /api/v1/platform/modules.
  • The test verifies both…
zemion commented on issue GovOPlaN/govoplan-core#222 2026-07-09 11:38:51 +02:00
[Feature] Platform-wide conditional GET and delta API foundation

Implemented the first platform foundation pass in core:

  • Added central conditional JSON GET middleware for successful JSON GET responses.
  • Middleware emits private weak ETags, honors If-None-Mat…
zemion opened issue GovOPlaN/govoplan-core#223 2026-07-09 11:37:01 +02:00
[Task] Define release migration squashing and baseline workflow
zemion opened issue GovOPlaN/govoplan-core#222 2026-07-09 11:32:59 +02:00
[Feature] Platform-wide conditional GET and delta API foundation
zemion commented on issue GovOPlaN/govoplan-campaign#39 2026-07-09 11:01:00 +02:00
[Feature] Add i18n, theming, and user preferences

Progress update: the shared core/profile slice for this feature is now implemented and closed as govoplan-core#221.

What landed in core:

  • persisted per-user UI preferences on the auth profile…
zemion commented on issue GovOPlaN/govoplan-core#221 2026-07-09 11:00:59 +02:00
Persist user UI settings and wire Settings > Interface

Implemented the core WebUI/profile slice for persisted user interface preferences.

Summary:

  • Added shared UserUiPreferences schema and auth profile contract support.
  • /auth/me now returns user…
zemion closed issue GovOPlaN/govoplan-core#221 2026-07-09 11:00:59 +02:00
Persist user UI settings and wire Settings > Interface
zemion closed issue GovOPlaN/govoplan-core#55 2026-07-09 11:00:58 +02:00
[Task] Decide: Which table names must remain stable for painless migrations?
zemion commented on issue GovOPlaN/govoplan-core#55 2026-07-09 11:00:57 +02:00
[Task] Decide: Which table names must remain stable for painless migrations?

Implemented the early-development table namespace cleanup.

Summary:

  • Renamed core/access/tenancy/admin-owned platform tables to module-scoped names such as access_users, access_groups,…
zemion commented on issue GovOPlaN/govoplan-campaign#39 2026-07-09 10:39:12 +02:00
[Feature] Add i18n, theming, and user preferences

Codex State: linked 2026-07-09

Created/linked govoplan-core#221 as the core WebUI/auth-profile slice for this feature. That issue covers persisted user UI preferences, language/theming-adjacent…