docs(showcase): demonstrate ObjectNavItem.filters + 2-day framework×objectui change digest#2638
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…bjectui change digest - ui/apps: add 'Data Slices (filters)' nav group — three ObjectNavItem.filters slices on showcase_task (#2626), exercising the bare data surface + the recordId/filters/viewName exclusivity guard (#2630) - docs/showcase_tour_ui: explain the filters slice, mutual-exclusivity, and template vars - docs/test: thematic digest of framework(72)×objectui(49) commits for 2026-07-03..05, with the ObjectNavItem.filters end-to-end verification (rebuilt console dist at pinned .objectui-sha to confirm no code change needed)
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.
What
两部分,都是
examples/app-showcase(private,免 changeset)内的示例/文档:src/ui/apps/index.ts新增导航组「Data Slices (filters)」,三个
ObjectNavItem.filters切面项对准同一showcase_task,预置不同filter[<field>]=<value>条件(framework feat(spec): ObjectNavItem.filters — declarative slices on the bare data surface #2626),端到端演示裸数据面/:objectName/data(objectui feat: formula field typing — inferExpressionType + FieldSchema.returnType #2255)与recordId/filters/viewName互斥守卫(feat(spec,security): nav landing exclusivity + field-permission predicate guard (anti filter-oracle) #2630)。
src/docs/showcase_tour_ui.md补讲解段。docs/test/framework-objectui-changes-2026-07-03_05.md,按主题梳理 framework(72 提交)× objectui(49 提交)近两天全部改动:安全授权
(两扇门 + 反过滤预言机)、协议 spec/lint、导航切面、自适应记录面、声明式集成
(apis/mappings/cube)、自动化可观测性、Studio 编辑闭环、showcase 重构、
ADR-0088 种类精简。
Verification
ObjectNavItem.filters演示在各层验证:…/showcase_task/data?filter[status]=in_progress→ 裸数据面 + 可移除 chip「状态 = in_progress ×」+ 2 行记录 + 侧栏 active 高亮Notes
packages/console/dist、.cache均 gitignore)。