mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
WorkflowEditor (325→80): CWorkflowState.qml + WorkflowConnectionState.js DashboardView (121→95): DashboardDBAL.js + config/dashboard-config.json Storybook (114→78): StorybookSidebar + config/storybook-components.json + 7 components compacted to under 100 via formatting (no logic changes) + Multiple view/component splits across all remaining 100+ LOC files Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
7 lines
611 B
JSON
7 lines
611 B
JSON
[
|
|
{ "uid": 1, "username": "demo", "email": "demo@metabuilder.dev", "role": "user", "level": 2, "status": "active", "created": "2025-11-02" },
|
|
{ "uid": 2, "username": "admin", "email": "admin@metabuilder.dev", "role": "admin", "level": 3, "status": "active", "created": "2025-09-14" },
|
|
{ "uid": 3, "username": "god", "email": "god@metabuilder.dev", "role": "god", "level": 4, "status": "active", "created": "2025-06-01" },
|
|
{ "uid": 4, "username": "super", "email": "super@metabuilder.dev", "role": "supergod", "level": 5, "status": "inactive", "created": "2025-03-22" }
|
|
]
|