Skip to content

Commit 530ad02

Browse files
Copilothotlong
andcommitted
docs: update ROADMAP.md with DefineApp API persistence and MSW handler
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 0d6be46 commit 530ad02

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ROADMAP.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,9 +491,11 @@ ObjectUI is a universal Server-Driven UI (SDUI) engine built on React + Tailwind
491491
- [x] CommandPalette "Create New App" command (⌘+K → Actions group)
492492
- [x] Empty state CTA "Create Your First App" when no apps configured
493493
- [x] `wizardDraftToAppSchema()` conversion on completion
494+
- [x] `client.meta.saveItem('app', name, schema)` — persists app metadata to backend on create/edit
495+
- [x] MSW PUT handler for `/meta/:type/:name` — dev/mock mode metadata persistence
494496
- [x] Draft persistence to localStorage with auto-clear on success
495497
- [x] `createApp` i18n key added to all 10 locales
496-
- [x] 11 console integration tests (routes, wizard callbacks, draft persistence, CommandPalette)
498+
- [x] 13 console integration tests (routes, wizard callbacks, draft persistence, saveItem, CommandPalette)
497499

498500
---
499501

0 commit comments

Comments
 (0)