Albrecht Degering zemion
  • Joined on 2025-08-22
zemion pushed to main at GovOPlaN/govoplan-campaign 2026-07-29 21:10:46 +02:00
101f3ccd7d feat: integrate operator queue into Campaign
zemion pushed to main at GovOPlaN/govoplan 2026-07-29 20:55:09 +02:00
1aea3e7c4f fix: repair dev modules and scoped release git trust
zemion commented on issue GovOPlaN/govoplan-core#40 2026-07-29 20:44:54 +02:00
[Debt] Remove legacy compatibility code only after migration/export compatibility requirements are explicit

2026-07-29 compatibility review: the previously linked implementation work #77, #78, #79, and #223 is closed. The remaining blocker is now policy, not code discovery. Decisions still required: (1)…

zemion commented on issue GovOPlaN/govoplan-core#39 2026-07-29 20:44:24 +02:00
[Debt] Define and implement a DataGrid column sizing contract with min width, preferred percentage/fraction width, max width, and initial layout that respects min/max without de...

2026-07-29 contract review: DataGrid already exposes width/minWidth/maxWidth/resizable, initialFit, resizeBehavior (free/cover/constrained), a synthetic buffer, and persisted pixel widths. A…

zemion commented on issue GovOPlaN/govoplan-core#38 2026-07-29 20:44:18 +02:00
[Debt] Revisit the fragile DataGrid fill-column/buffer resize issue later with focused tests

2026-07-29 implementation review: this overlaps #39 and is best treated as its focused regression-test slice, not as a second sizing design. The remaining decision is issue organization only:…

zemion commented on issue GovOPlaN/govoplan-campaign#45 2026-07-29 20:44:12 +02:00
[Debt] Split large frontend components only along stable feature boundaries; avoid churn before recipient import/report/test-bed work

2026-07-29 implementation review: this no longer needs a product decision. The stable extraction boundaries are now visible. ReviewSendPage can be split into workflow navigation, attachment…

zemion commented on issue GovOPlaN/govoplan-search#1 2026-07-29 20:38:03 +02:00
[Epic] Deliver permission-aware global and targeted search

Search rollout progressed with a first governed native source and a live-dialect gate:

  • Dataflow : registers , performs stable tenant-bounded backfills, and rechecks Dataflow scope/governance at…
zemion pushed to main at GovOPlaN/govoplan 2026-07-29 20:37:28 +02:00
3f9567af18 Gate Search on PostgreSQL in module CI
zemion pushed to main at GovOPlaN/govoplan-dataflow 2026-07-29 20:37:23 +02:00
5f3303fb21 Add governed Dataflow search source
zemion pushed to main at GovOPlaN/govoplan-search 2026-07-29 20:37:18 +02:00
6fcd9e0e65 Test Search against PostgreSQL
zemion pushed to main at GovOPlaN/govoplan 2026-07-29 20:13:54 +02:00
de16f11ce8 test(datasources): include immutable payload schema
zemion closed issue GovOPlaN/govoplan-files#25 2026-07-29 20:11:33 +02:00
[Debt] Split large files router into focused route modules
zemion commented on issue GovOPlaN/govoplan-files#25 2026-07-29 20:11:33 +02:00
[Debt] Split large files router into focused route modules

Codex State: complete

Implemented and published in 86a905a.

  • Replaced the 3,567-line catch-all router with focused space, folder, listing/delta, upload, connector settings, connector I/O,…
zemion pushed to main at GovOPlaN/govoplan-files 2026-07-29 20:11:23 +02:00
86a905a3a7 refactor(api): split files workflow routers
zemion closed issue GovOPlaN/govoplan-campaign#52 2026-07-29 20:07:26 +02:00
[Debt] Split large campaign router into focused route modules
zemion commented on issue GovOPlaN/govoplan-campaign#52 2026-07-29 20:07:26 +02:00
[Debt] Split large campaign router into focused route modules

Codex State: complete

Implemented and published in 2199187.

  • Replaced the 4,394-line catch-all router with focused campaign/workspace, version, job, report, sharing, delivery, and…
zemion pushed to main at GovOPlaN/govoplan-campaign 2026-07-29 20:07:16 +02:00
2199187e8b refactor(api): split campaign workflow routers
zemion commented on issue GovOPlaN/govoplan-calendar#10 2026-07-29 19:53:40 +02:00
[Debt] Split monolithic calendar page into focused components

Implemented and pushed in 56b387a. CalendarPage.tsx is reduced from 3,084 to 869 lines. Month/continuous/time views live in CalendarViews, date/layout/virtualization/drag calculations in…

zemion closed issue GovOPlaN/govoplan-calendar#10 2026-07-29 19:53:40 +02:00
[Debt] Split monolithic calendar page into focused components
zemion pushed to main at GovOPlaN/govoplan-calendar 2026-07-29 19:53:34 +02:00
56b387a784 refactor: split calendar page components