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>
11 lines
594 B
JSON
11 lines
594 B
JSON
{
|
|
"pending": [
|
|
{ "from": "admin", "to": "devops", "reason": "Scheduled maintenance window", "expiry": "2026-03-25", "status": "pending" }
|
|
],
|
|
"history": [
|
|
{ "from": "platform-admin", "to": "admin", "reason": "Emergency access grant", "date": "2026-02-10 14:32", "status": "approved" },
|
|
{ "from": "admin", "to": "builder01", "reason": "Sprint deployment authority", "date": "2026-01-28 09:15", "status": "approved" },
|
|
{ "from": "devops", "to": "admin", "reason": "Incident response escalation", "date": "2025-12-05 22:47", "status": "denied" }
|
|
]
|
|
}
|