You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enable system objects visibility in Studio sidebar
- Change ObjectFilterSchema.includeSystem default from false to true
- Change ObjectManagerConfigSchema.defaultFilter.includeSystem to true
- Register system objects (auth/security/audit) in Studio mock kernel
- Add dynamic System Objects group in sidebar with collapsible list
- Add show/hide system objects toggle on Data group
- Update CHANGELOG.md, ROADMAP.md, and documentation
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copy file name to clipboardExpand all lines: ROADMAP.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -779,6 +779,7 @@ Final polish and advanced features.
779
779
### 8.3 Studio IDE
780
780
781
781
-[x] Object Designer Protocol — field editor, relationship mapper, ER diagram, object manager schemas defined (`studio/object-designer.zod.ts`)
782
+
-[x] System Objects Visibility — Studio sidebar dynamically lists all system objects (sys_user, sys_role, sys_audit_log, etc.) under a "System Objects" collapsible group. Mock kernel auto-registers auth/security/audit system objects. Data group filter toggle to show/hide system objects.
782
783
-[ ] Object Designer Runtime — visual field editor with inline editing, drag-reorder, type-aware property panels
783
784
-[ ] Relationship Mapper — visual lookup/master-detail/tree creation with drag-to-connect
784
785
-[ ] ER Diagram — interactive entity-relationship diagram with force/hierarchy/grid layouts, minimap, zoom, export (PNG/SVG)
0 commit comments