gateway/modules/features/realEstate
ValueOn AG 75484c0f73 BREAKING CHANGE
API and persisted records use PowerOnModel system fields:
- sysCreatedAt, sysCreatedBy, sysModifiedAt, sysModifiedBy
Removed legacy JSON/DB field names:
- _createdAt, _createdBy, _modifiedAt, _modifiedBy
Frontend (frontend_nyla) and gateway call sites were updated accordingly.
Database:
- Bootstrap runs idempotent backfill (_migrateSystemFieldColumns) from old
  underscore columns and selected business duplicates into sys* where sys* IS NULL.
- Re-run app bootstrap against each PostgreSQL database after deploy.
- Optional: DROP INDEX IF EXISTS "idx_invitation_createdby" if an old index remains;
  new index: idx_invitation_syscreatedby on Invitation(sysCreatedBy).
Tests:
- RBAC integration tests aligned with current GROUP mandate filter and UserMandate-based
  UserConnection GROUP clause; buildRbacWhereClause(..., mandateId=...) must be passed
  explicitly (same as production request context).
2026-03-28 18:12:37 +01:00
..
__init__.py integrated PEK data modell and according routes to get data 2025-12-15 07:16:20 +01:00
bzoDocumentRetriever.py fixed complete langgraph workflow and information fetching 2026-02-14 17:31:39 +01:00
bzoExtractionLangGraph.py fixed complete langgraph workflow and information fetching 2026-02-14 17:31:39 +01:00
bzoPdfExtractor.py feat: fetch oereb kataster and return Wohnzohne 2026-02-14 13:13:46 +01:00
bzoRuleTaxonomy.py fixed complete langgraph workflow and information fetching 2026-02-14 17:31:39 +01:00
datamodelFeatureRealEstate.py BREAKING CHANGE 2026-03-28 18:12:37 +01:00
interfaceFeatureRealEstate.py streamlined formgeneratortable and sort/filter globally 2026-03-22 21:34:54 +01:00
mainRealEstate.py refactor: modules/services/ abgeloest durch serviceCenter + serviceHub 2026-03-14 11:51:45 +01:00
parcelSelectionService.py fixed complete langgraph workflow and information fetching 2026-02-14 17:31:39 +01:00
realEstateGemeindeService.py fix:user invitations 2026-02-16 09:30:21 +01:00
routeFeatureRealEstate.py streamlined formgeneratortable and sort/filter globally 2026-03-22 21:34:54 +01:00
scrapeSwissTopo.py fixed complete langgraph workflow and information fetching 2026-02-14 17:31:39 +01:00