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
Copy file name to clipboardExpand all lines: apps/studio/ROADMAP.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@
58
58
| # | Task | Details |
59
59
|---|------|---------|
60
60
| 0.1 |**Add URL Router**| Integrate TanStack Router or React Router. Map views to URL paths: `/:package/objects/:name`, `/:package/metadata/:type/:name`, `/packages`, `/settings`. Enable browser back/forward and deep linking. |
61
-
| 0.2 |**Centralize response normalization**|Create `src/lib/api-utils.ts` with `normalizeRecords()`, `normalizeMetadata()`. Remove inline `.records || .value || .data` from all components. |
61
+
| 0.2 |**~~Centralize response normalization~~**|✅ Done — `value` field removed from protocol implementation. All components now use `records` directly (spec-compliant). |
62
62
| 0.3 |**Wire plugin sidebar groups**| Replace hardcoded `PROTOCOL_GROUPS` in `app-sidebar.tsx` with plugin-contributed `useSidebarGroups()`. |
63
63
| 0.4 |**Clean dead code**| Remove stale `types.ts`, empty `app/dashboard/` directory. |
64
64
| 0.5 |**Add React Testing Library**| Set up component test infrastructure. Write baseline tests for `ObjectDataTable`, `ObjectDataForm`, `AppSidebar`, Plugin system. Target: 50% component coverage. |
0 commit comments