feat(analytics): list-chart + platform-objects dataset migration (ADR-0021)#1674
Merged
Merged
Conversation
…-0021 Phase 2) Two remaining inline-only surfaces converted to dataset dual-form — the prerequisites for single-form convergence (#5): - Add the missing ListView chart→dataset binding to `ListChartConfigSchema` (`dataset`/`dimensions`/`values` + superRefine), mirroring dashboard widgets. Migrate the 2 showcase list-chart views (task/project) to dual-form. - Migrate platform-objects `system_overview` (9 aggregate widgets) to dataset dual-form; add 5 single-object `sys_*_metrics` datasets, registered via plugin-auth's manifest alongside the dashboard. The record-list table widget stays inline (a ListView concern). Audit/package objects are cross-package (referenced by name) and runtime-gated. Spec rebuilt; 6666 spec tests, 52 platform-objects, 109 plugin-auth pass; showcase + platform-objects + plugin-auth build clean. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The remaining inline-only analytics surfaces, converted to dataset dual-form — the prerequisites that unblock single-form convergence (#5).
1. List-chart views
ListChartConfigSchemanever got a dataset binding in Phase 1 (unlike dashboard/report). This addsdataset+dimensions+values(+ asuperRefineenforcing dataset-XOR-inline), mirroring dashboard widgets, and migrates the 2 showcase list-chart views (task/project) to dual-form.2. platform-objects
system_overview9 aggregate widgets bound to 5 new single-object
sys_*_metricsdatasets, registered viaplugin-auth's manifest alongside the dashboard. Therecent_eventsrecord-list table stays inline (a ListView concern). Audit / package-installation objects are cross-package (referenced by name) and runtime-gated viarequiresObject.Verification
sys_*objects → numeric reconciliation N/A, as noted in the closeout plan.)Toward #5 (delete old form)
With this, all framework analytics surfaces are dataset-bound (dual-form). The remaining gate for the breaking deletion: re-bump the vendored console to include objectui#1612, confirm grep-zero-residue after stripping inline + full build/test, then remove inline fields +
ListChartConfigSchemaas a focused major-version PR.🤖 Generated with Claude Code