Skip to content

docs: ROADMAP P1.8.1 — view config live preview sync gap analysis#714

Merged
hotlong merged 2 commits intomainfrom
copilot/update-roadmap-sync-issues
Feb 22, 2026
Merged

docs: ROADMAP P1.8.1 — view config live preview sync gap analysis#714
hotlong merged 2 commits intomainfrom
copilot/update-roadmap-sync-issues

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 22, 2026

ViewConfigPanel live preview is fully wired for Grid but showSort/showSearch/showFilters/striped/bordered/color are not propagated to Kanban/Calendar/Timeline/Gallery/Map/Gantt. This updates the roadmap with a systematic gap analysis and phased remediation plan.

Changes to ROADMAP.md

  • Revised live preview item from [x] to [ ] (partially complete) with per-property gap annotations
  • Added P1.8.1 section with:
    • Config propagation matrix (7 view types × 10 properties)
    • 4 root causes: generateViewSchema hardcodes showSearch: false for non-grid; Console renderListView omits toolbar/appearance props; NamedListView type missing fields; no per-view-type integration tests
    • 7-phase remediation plan (Grid baseline → Kanban → Calendar → Timeline/Gantt → Gallery/Map → data flow refactor → E2E tests)
  • Updated Executive Summary — View Config Live Preview Sync added as active priority Add public roadmap, VitePress documentation site, and GitHub Pages deployment #3
  • Added risk entries for dependency chain breakage and NamedListView type gaps

Propagation matrix (excerpt)

Property Grid Kanban Calendar Timeline Gallery Map Gantt
showSearch
showSort
showFilters
rowHeight
densityMode
striped
bordered

Documentation-only change. 708 existing tests unaffected.

Original prompt

This section details on the original issue you should resolve

<issue_title>Roadmap 更新:全面梳理视图配置实时同步改动及优化推进</issue_title>
<issue_description>## 更新 Roadmap,评估所有需要改动的内容

请根据 issue #711(右侧视图配置面板变更未实时同步到全部列表类型)和相关 PR/commit,系统性地梳理并更新 Roadmap。

要求:

  • 评估目前 live preview 相关改动覆盖的范围及遗漏点
  • 列出所有受影响的列表类型(Grid、Kanban、Calendar、Timeline、Gallery、Map)及对应的 config 属性
  • 明确指出哪些视图类型和 config 字段尚未完全实现实时同步
  • 补充所有需要改动的数据流、useMemo/useEffect 依赖、schema链路、属性透传等细节
  • 针对依赖链断裂、属性同步遗漏、单元/集成测试缺失等问题提出 Roadmap 优化建议
  • 最终 Roadmap 需详细规划各阶段目标及交付标准

修订 Roadmap 时请参考:

  • 当前的 console/plugin-view ObjectView、ViewConfigPanel 代码
  • 现有相关测试覆盖范围
  • 代码依赖深度及变更风险

子任务建议(可拆分):

  • Grid/表格视图 live preview 属性依赖补齐
  • Kanban 看板视图 live preview & groupBy/config同步
  • Calendar 日历视图 filter/sort/appearance同步
  • Timeline/Gantt、Gallery、Map 视图 config 透传全覆盖
  • useMemo/useEffect/数据流依赖梳理与重构
  • 端到端集成测试
  • 更新 Roadmap 文档

修订完成后请及时同步最新 roadmap。</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@vercel
Copy link
Copy Markdown

vercel bot commented Feb 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
objectui Ready Ready Preview, Comment Feb 22, 2026 3:22am
objectui-demo Ready Ready Preview, Comment Feb 22, 2026 3:22am
objectui-storybook Ready Ready Preview, Comment Feb 22, 2026 3:22am

Request Review

…is (P1.8.1)

Ref: #711 — ViewConfigPanel real-time sync gaps for non-grid views

- Revise live preview item from [x] to [ ] (partially complete) with detailed gap annotations
- Add P1.8.1 section: per-view-type config propagation matrix, root causes, 7-phase remediation plan
- Update Executive Summary with View Config Live Preview Sync as active priority
- Add risk entries for dependency chain breakage and NamedListView type gaps
- Update footer status line to include P1.8.1

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Update roadmap for real-time sync changes and optimizations docs: ROADMAP P1.8.1 — view config live preview sync gap analysis Feb 22, 2026
Copilot AI requested a review from hotlong February 22, 2026 03:11
@hotlong hotlong marked this pull request as ready for review February 22, 2026 03:26
Copilot AI review requested due to automatic review settings February 22, 2026 03:26
@hotlong hotlong merged commit 55ee339 into main Feb 22, 2026
5 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates ROADMAP.md to reflect that ViewConfigPanel live preview sync is only fully implemented for Grid, and adds a dedicated P1.8.1 gap analysis + phased remediation plan to track propagation gaps across other list view types.

Changes:

  • Promotes “View Config Live Preview Sync” into the active priorities and executive summary focus areas.
  • Revises the live preview roadmap item from complete to partially complete with explicit gap annotations.
  • Adds a new P1.8.1 section containing a propagation matrix, root-cause analysis, and phased remediation/testing plan, plus related risk entries.
Comments suppressed due to low confidence (1)

ROADMAP.md:142

  • The list of view types in this bullet omits Gantt, but later bullets/matrix/root-cause analysis include Gantt. To keep the roadmap accurate and internally consistent, update the parenthetical list (or wording) to include Gantt as well.
- [ ] **Live preview: ViewConfigPanel changes sync in real-time to all list types (Grid/Kanban/Calendar/Timeline/Gallery/Map)** _(partially complete — see P1.8.1 gap analysis below)_

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Roadmap 更新:全面梳理视图配置实时同步改动及优化推进

3 participants