mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
95% JSON config principle applied: - SuperGodPanel: mock tenants/users/metrics/transfers → config/*.json (806→588) - WorkflowEditor: mock workflows → config/workflow-mock-data.json - FrontPage: levels/tech/services/creds → config/frontpage-data.json - App.qml: seed users/views → config/app-config.json CWorkflowCanvas (384→182): CCanvasGrid, CCanvasZoomOverlay, CWorkflowNodeDelegate extracted Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
348 B
JSON
6 lines
348 B
JSON
[
|
|
{ "name": "default", "owner": "admin", "status": "active", "homepage": "/", "created": "2025-01-15" },
|
|
{ "name": "staging", "owner": "devops", "status": "active", "homepage": "/staging", "created": "2025-06-01" },
|
|
{ "name": "production", "owner": "platform-admin", "status": "active", "homepage": "/prod", "created": "2025-08-20" }
|
|
]
|