diff --git a/JSON_COMPONENTS.md b/JSON_COMPONENTS.md index f2e943e..d73b811 100644 --- a/JSON_COMPONENTS.md +++ b/JSON_COMPONENTS.md @@ -150,8 +150,16 @@ Domain-specific components: ## Current Status - **Total Components**: 60 -- **Supported**: 46 (77%) -- **Planned**: 14 (23%) +- **Supported**: 51 (85%) +- **Planned**: 9 (15%) + +## Status Summary + +| Status | Count | +| --- | ---: | +| Supported | 51 | +| Maybe | 0 | +| Planned | 9 | ## Files diff --git a/docs/json-components-tracker.md b/docs/json-components-tracker.md new file mode 100644 index 0000000..06d0718 --- /dev/null +++ b/docs/json-components-tracker.md @@ -0,0 +1,9 @@ +# JSON Components Tracker + +| Component | Current Status | Blockers | Assignee | +| --- | --- | --- | --- | +| ActionCard | Supported | None | Unassigned | +| Breadcrumb | Planned | Needs JSON registry entry and schema examples | Unassigned | +| Notification | Planned | Requires JSON event bindings for dismiss/action | Unassigned | +| StatusIcon | Planned | Needs icon mapping strategy in JSON UI | Unassigned | +| CodeExplanationDialog | Maybe | Depends on JSON-safe dialog state handling | Unassigned |