Commit graph

139 commits

Author SHA1 Message Date
Ida
5ff75a63e3 node handover standartisiert, kein hardcoden mehr, inhalt extraktion node verbessert, output ports vereinheitlicht mit user im blick 2026-05-06 12:51:18 +02:00
Ida
930a34662d fix: falsche gruppierung entfernt, gruppierung richtig implementiert 2026-05-04 17:29:11 +02:00
ValueOn AG
79557e51ed fixed component formgeneratortree and truastee workflows 2026-05-04 09:33:14 +02:00
Ida
3d580a5fca ValueOn Lead to Opportunity durchgespielt, bugfixes im datapicker und node hadover 2026-05-03 18:02:44 +02:00
Ida
1d2d247273 fix: alle Node definitionen korrigiert und im backend gesetzt - keine mapping layer sonder saubere quelldaten, fehlende dataRef parameter hinzugefügt, damit jede node kontext nutzen kann 2026-05-03 15:07:25 +02:00
Patrick Motsch
992c0472c6
Merge pull request #67 from valueonag/feat/demo-system-readieness
Feat/demo system readieness
2026-05-01 00:00:30 +02:00
ValueOn AG
02bf4020d7 build fixes 2026-05-01 00:00:06 +02:00
ValueOn AG
c7e94aea79 fixed nodes handovers 2026-04-30 23:54:51 +02:00
Ida
7c05cb0dd7 replaced file tree mit formgenerator gruppierung 2026-04-30 12:40:43 +02:00
ValueOn AG
8cecf3b320 plana+c implemented 2026-04-29 21:27:15 +02:00
Ida
c8e9304801 gruppierung fertig gestellt formgenerator 2026-04-29 18:25:42 +02:00
Ida
b61544d8b1 feat: rag extension frontend consent 2026-04-29 14:53:38 +02:00
ValueOn AG
9e08953c44 kdrive fix 2026-04-29 00:35:11 +02:00
ValueOn AG
34d6c2b83d fix build 2026-04-27 07:25:17 +02:00
ValueOn AG
3016806db9 added infomaniak 2026-04-26 23:59:14 +02:00
ValueOn AG
f0e73b62d2 Graph and data class falignment strict 2026-04-26 22:53:39 +02:00
ValueOn AG
8679cdffcb datamodel sctirc fk logic in one place 2026-04-26 18:11:52 +02:00
ValueOn AG
e09ed758ff teamsbot 2026-04-25 01:13:13 +02:00
ValueOn AG
fc2cce8732 fixes 2026-04-23 23:09:54 +02:00
ValueOn AG
208f7b63df ui build fix 2026-04-21 23:56:19 +02:00
ValueOn AG
c702740714 redmine integrated and fixed 2026-04-21 21:30:15 +02:00
ValueOn AG
0bdaf86153 redmine integration 2026-04-21 18:14:26 +02:00
ValueOn AG
7d84160cdb data source fixes 2026-04-21 00:50:42 +02:00
ValueOn AG
59017138ff feature fixes 2026-04-20 17:51:07 +02:00
ValueOn AG
be748b162c pwg-demo 2026-04-20 00:31:09 +02:00
ValueOn AG
24150f36d5 fix build 2026-04-19 01:37:25 +02:00
ValueOn AG
dcd1182521 fixed integration graph editor ai 2026-04-19 01:22:34 +02:00
ValueOn AG
13f4574098 centralized language catalog 2026-04-19 00:36:42 +02:00
ValueOn AG
2e00f3ac44 fixed proper splitting sysadmin/platformadmin and proper logic for mandate name(slug) and label(user) 2026-04-19 00:04:09 +02:00
ValueOn AG
74d0ce429a feat db-clean-ui and unified content udm 2026-04-16 23:13:01 +02:00
ValueOn AG
b76947d613 fixed formgenerator , trustee, sort and filter 2026-04-14 00:15:51 +02:00
ValueOn AG
88b581ac83 integration view 2026-04-12 18:32:16 +02:00
ValueOn AG
4762818d3d ui fixes 2026-04-12 14:05:01 +02:00
ValueOn AG
dfb4c5ebd7 fixed udb foldertree 2026-04-12 00:28:56 +02:00
ValueOn AG
d1f0b3c3d6 fixed language logic items 2026-04-11 19:44:52 +02:00
ValueOn AG
9ac2d5a6c1 decision subscription 2026-04-10 22:44:14 +02:00
ValueOn AG
abe6ba60d4 phase 2 i18n clean 2026-04-10 12:33:32 +02:00
ValueOn AG
db64505915 cleaned sql and ui language sets 2026-04-08 20:28:44 +02:00
ValueOn AG
3bf79e1ae5 automation unification implemented 2026-04-07 00:49:12 +02:00
ValueOn AG
892603156c core class for system attributes sysCreated / sysModified 2026-04-04 16:46:22 +02:00
ValueOn AG
d3d054b132 commcoach agent integration: keep-alive persistence, input bar, voice controller fixes
Made-with: Cursor
2026-04-01 22:04:02 +02:00
ValueOn AG
8fcad7de45 add hard delete for mandates (SysAdmin only)
Made-with: Cursor
2026-03-31 21:53:14 +02:00
ValueOn AG
359f491fd9 Merge int into feat/unified-data-bar, resolve conflicts 2026-03-30 23:33:23 +02:00
ValueOn AG
317e019b18 unified failsafe neutralization architecture 2026-03-29 21:55:13 +02:00
ValueOn AG
0f0f43ce1b streamlined billing incl ai and storage budget 2026-03-29 12:18:56 +02:00
ValueOn AG
d5bb102684 cleaned mandate and unified mandate to be standard type 2026-03-28 23:54:17 +01:00
ValueOn AG
77e7eba711 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:13:18 +01:00
idittrich-valueon
0f791a53fb next version of visual workflow editor with Clickup Connector 2026-03-25 09:39:19 +01:00
ValueOn AG
9a7e3f42d2 unified data completed implementation 2026-03-24 16:39:31 +01:00
ValueOn AG
bc091c399c unified data - step 1 2026-03-24 14:16:45 +01:00