gateway/modules/features/commcoach
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
..
tests unified data completed implementation 2026-03-24 16:39:25 +01:00
__init__.py com feature mvp 2026-03-02 00:51:27 +01:00
CONCEPT.md com feature mvp 2026-03-02 00:51:27 +01:00
datamodelCommcoach.py BREAKING CHANGE 2026-03-28 18:12:37 +01:00
interfaceFeatureCommcoach.py unified data completed implementation 2026-03-24 16:39:25 +01:00
mainCommcoach.py unified data completed implementation 2026-03-24 16:39:25 +01:00
routeFeatureCommcoach.py fixing round 1 2026-03-28 16:59:01 +01:00
serviceCommcoach.py unified data completed implementation 2026-03-24 16:39:25 +01:00
serviceCommcoachAi.py commcoach: fix double extensions, improve AI document generation quality and action prompts 2026-03-07 02:09:30 +01:00
serviceCommcoachContextRetrieval.py unified data completed implementation 2026-03-24 16:39:25 +01:00
serviceCommcoachExport.py commcoach: remove silent fallbacks in PDF export, fix markdown-to-XML conversion with proper regex 2026-03-07 02:38:42 +01:00
serviceCommcoachGamification.py Alle 9 Fixes sind implementiert. Hier die Zusammenfassung: 2026-03-04 22:53:41 +01:00
serviceCommcoachPersonas.py Alle 9 Fixes sind implementiert. Hier die Zusammenfassung: 2026-03-04 22:53:41 +01:00
serviceCommcoachScheduler.py com feature mvp 2026-03-02 00:51:27 +01:00