ValueOn AG
|
c8b7517209
|
refactor: modules/services/ abgeloest durch serviceCenter + serviceHub
serviceCenter = DI-Container (Resolver, Registry, Context) fuer Service-Instanziierung
serviceHub = Consumer-facing Aggregation (DB-Interfaces, Runtime-State, lazy Service-Resolution via serviceCenter)
- modules/serviceHub/ erstellt: ServiceHub, PublicService, getInterface()
- 22 Consumer-Dateien migriert (routes, features, tests): imports von modules.services auf serviceHub bzw. serviceCenter umgestellt
- resolver.py: legacy fallback auf altes services/ entfernt
- modules/services/ komplett geloescht (83 Dateien inkl. dead code mainAiChat.py)
- pre-extraction: progress callback durch chunk-pipeline propagiert, operationType DATA_EXTRACT->DATA_ANALYSE fuer guenstigeres Modell
|
2026-03-14 11:51:45 +01:00 |
|
|
|
7578d8bf3e
|
feat: integrated stripe payment
|
2026-02-25 08:44:12 +01:00 |
|
patrick-motsch
|
3777839a5c
|
feat(billing): scope parameter on /view/statistics endpoint
- New query parameter scope: personal/mandate/all
- personal: filters to only current user's transactions (ignores admin role)
- mandate: filters by mandateId parameter
- all: existing RBAC-filtered behavior (default)
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-15 10:44:26 +01:00 |
|
patrick-motsch
|
7051a6e35f
|
fixed rbac issues and sysadmin integration
|
2026-02-12 00:34:17 +01:00 |
|
patrick-motsch
|
ab48e2e853
|
enhanced generic navigation tree
|
2026-02-10 00:10:07 +01:00 |
|
patrick-motsch
|
1f3746aef5
|
streamlined bootstrap and initial config
|
2026-02-09 12:49:35 +01:00 |
|
patrick-motsch
|
887867acd0
|
billing rbac
|
2026-02-08 16:14:01 +01:00 |
|
patrick-motsch
|
8d28f6d77b
|
fiixed feature instance role access
|
2026-02-08 14:26:01 +01:00 |
|
patrick-motsch
|
34deb5f23d
|
fixed billing transactions mapping and added reporting
|
2026-02-08 13:15:19 +01:00 |
|
patrick-motsch
|
bbea0ff115
|
revised state machine for workflow backend and ui
|
2026-02-08 00:25:48 +01:00 |
|
patrick-motsch
|
a054d12d54
|
billing fixes
|
2026-02-06 16:18:37 +01:00 |
|
patrick-motsch
|
d5226a5599
|
boot running without errors
|
2026-02-04 22:34:41 +01:00 |
|
ValueOn AG
|
d118128813
|
billing initial
|
2026-02-04 21:50:55 +01:00 |
|