feat(sprint-6): HTML 可交互原型 + 模块功能映射#19
Merged
Merged
Conversation
Phase 2 Sprint 6 ⑥ 进一步产出 —— 把 wireframes 升级为可点开的 HTML 原型,加"原型↔模块↔Swift 文件"映射表,作为 Sprint 7 的 权威实施源。 新建 docs/design/ui/prototype/: - index.html 导航中心(10 张卡片,点开预览) - styles.css 共享 design tokens(颜色/字号/间距) - 01-10.html 10 个原型页面 原型覆盖: - 01 主视图三栏 (sidebar + chat + artifact 真实布局) - 02 首次启动向导 (4 步互动,可点步骤跳转) - 03 设置页 (4 tab,toggle 可点) - 04 斜杠命令面板 (Spotlight 风格 + 10 个 CLI 子命令) - 05 Artifact 全屏详情 (大纲 + 内容 + 版本对比 UI) - 06 供应商切换 (浮层 + 二次确认 + 上下文重塑) - 07 全局搜索 ⌘K (分组结果 + 高亮) - 08 会话右键菜单 (收藏/分组/多选/删除) - 09 空状态合集 (6 种空态并排展示) - 10 环境状态栏 (全绿/警告/错误/加载/tooltip) 新建 prototype-modules-map.md: - 原型 ↔ 功能模块 对照 (8 大模块) - 原型 ↔ Swift 文件 对照 (16 个文件的改动量) - 按角色 (产品/开发/测试/运维) 反查用什么原型 - Sprint 7 验收表 (每原型 1-3 个验收点) - Sprint 7 改动量估算 (80% 实现 + 20% 延后) 文档联动: - docs/design/ui/README.md 推荐 prototype/ 为首选入口 - README.md 最新进展加 HTML 原型链接 验证: - check-links 断链 0 (594 个相对链接) - markdown-lint 仅 cjk-spacing nit 警告 - 用浏览器打开 prototype/index.html 可完整导览 10 张
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.
Sprint 6 ⑥ 进一步产出 · 11 张可交互原型 + Sprint 7 实施映射表。
产出
如何使用
详见 PR commit message。