No description
Find a file
ValueOn AG dc0f458f38 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:32 +01:00
appdoc updated concept documents 2026-02-04 10:13:46 +01:00
archiv updated concept documents 2026-02-04 10:13:46 +01:00
compliance upd 2026-03-12 21:41:13 +01:00
concepts BREAKING CHANGE 2026-03-28 18:12:32 +01:00
cursor-doc cursor-mode-integration-mvp 2026-02-23 17:13:26 +01:00
deployment added login valueon openai dynamixs 2026-03-18 12:02:55 +01:00
implementation Dokumentation zur Roadmap 2026-02-24 13:05:06 +01:00
market assessment and unified-data-bar 2026-03-23 22:11:22 +01:00
platform_overview upd 2026-03-12 21:41:13 +01:00
reviews update docs 2026-01-13 20:01:11 +01:00
strategy Dokumentation zur Roadmap 2026-02-24 13:05:06 +01:00
test-local-llm upd llm 2026-02-06 00:31:14 +01:00
testdata fix: refactored structure and removed mandates data 2025-11-11 19:16:25 +01:00
testdata-wait fix: refactored structure and removed mandates data 2025-11-11 19:16:25 +01:00
training Handover Plan gemäss Meeting aktualisiert 2025-11-19 14:02:28 +01:00
ui_nyla update docs 2026-01-13 20:01:11 +01:00
ui_playground platform doc 2025-12-08 13:52:38 +01:00
userdoc fix: refactored structure and removed mandates data 2025-11-11 19:16:25 +01:00