This repository has been archived on 2026-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
RECS-WEB-MODLE-REACT/app/data/kanban-board.json
2026-08-07 14:49:50 +08:00

61 lines
4.7 KiB
JSON

{
"id": "BOARD-2026-08",
"name": "官网 3.0 迭代看板",
"description": "产品、设计与研发协同泳道",
"updatedAt": "2026-08-07 15:10",
"lanes": [
{
"id": "backlog",
"title": "需求池",
"color": "gray",
"limit": 8,
"cards": [
{ "id": "WEB-142", "title": "补充客户案例筛选能力", "description": "支持按行业、区域与合作类型组合筛选", "priority": "中", "tags": ["需求", "官网"], "owner": { "name": "许言", "initial": "许", "tone": "orange" }, "dueDate": "08-18", "checklist": { "done": 1, "total": 5 }, "comments": 3, "attachments": 1 },
{ "id": "WEB-148", "title": "增加暗色主题品牌素材", "description": "整理深色背景下可使用的 Logo 与插图", "priority": "低", "tags": ["设计", "品牌"], "owner": { "name": "林知夏", "initial": "林", "tone": "blue" }, "dueDate": "08-22", "checklist": { "done": 0, "total": 4 }, "comments": 1, "attachments": 2 },
{ "id": "WEB-151", "title": "SEO 元数据管理入口", "description": "为运营提供页面级标题与描述配置", "priority": "高", "tags": ["运营", "SEO"], "owner": { "name": "陈序", "initial": "陈", "tone": "purple" }, "dueDate": "08-16", "checklist": { "done": 2, "total": 6 }, "comments": 5, "attachments": 0 }
]
},
{
"id": "planned",
"title": "已排期",
"color": "purple",
"limit": 5,
"cards": [
{ "id": "WEB-136", "title": "移动端导航结构调整", "description": "减少一级入口并优化触控区域", "priority": "高", "tags": ["交互", "移动端"], "owner": { "name": "林知夏", "initial": "林", "tone": "blue" }, "dueDate": "08-12", "checklist": { "done": 3, "total": 7 }, "comments": 7, "attachments": 3 },
{ "id": "WEB-139", "title": "内容卡片组件开发", "description": "覆盖文章、案例与活动三类内容", "priority": "中", "tags": ["React", "组件"], "owner": { "name": "唐可", "initial": "唐", "tone": "green" }, "dueDate": "08-14", "checklist": { "done": 2, "total": 5 }, "comments": 2, "attachments": 1 }
]
},
{
"id": "doing",
"title": "进行中",
"color": "blue",
"limit": 4,
"cards": [
{ "id": "WEB-128", "title": "首页首屏性能优化", "description": "压缩关键资源并减少布局偏移", "priority": "高", "tags": ["性能", "研发"], "owner": { "name": "唐可", "initial": "唐", "tone": "green" }, "dueDate": "今天", "checklist": { "done": 5, "total": 8 }, "comments": 9, "attachments": 2 },
{ "id": "WEB-132", "title": "统一按钮与标签视觉规范", "description": "同步设计变量并完成存量页面迁移", "priority": "中", "tags": ["设计系统"], "owner": { "name": "周屿", "initial": "周", "tone": "purple" }, "dueDate": "08-10", "checklist": { "done": 7, "total": 9 }, "comments": 4, "attachments": 4 },
{ "id": "WEB-134", "title": "埋点事件校对", "description": "与数据团队确认转化漏斗事件", "priority": "中", "tags": ["数据", "埋点"], "owner": { "name": "许言", "initial": "许", "tone": "orange" }, "dueDate": "08-11", "checklist": { "done": 4, "total": 6 }, "comments": 6, "attachments": 1 }
]
},
{
"id": "review",
"title": "待验收",
"color": "orange",
"limit": 4,
"cards": [
{ "id": "WEB-119", "title": "客户案例详情页", "description": "完成内容模型、视觉和响应式开发", "priority": "高", "tags": ["验收", "内容"], "owner": { "name": "林知夏", "initial": "林", "tone": "blue" }, "dueDate": "08-09", "checklist": { "done": 8, "total": 8 }, "comments": 12, "attachments": 5 },
{ "id": "WEB-123", "title": "站点页脚信息更新", "description": "更新办公地址、备案信息与社交链接", "priority": "低", "tags": ["内容"], "owner": { "name": "陈序", "initial": "陈", "tone": "purple" }, "dueDate": "08-08", "checklist": { "done": 4, "total": 4 }, "comments": 2, "attachments": 0 }
]
},
{
"id": "done",
"title": "已完成",
"color": "green",
"limit": 99,
"cards": [
{ "id": "WEB-108", "title": "全局字体加载优化", "description": "使用系统字体回退并调整字重范围", "priority": "中", "tags": ["性能"], "owner": { "name": "唐可", "initial": "唐", "tone": "green" }, "dueDate": "08-04", "checklist": { "done": 6, "total": 6 }, "comments": 3, "attachments": 1 },
{ "id": "WEB-112", "title": "404 页面视觉升级", "description": "增加快捷导航与搜索入口", "priority": "低", "tags": ["UI"], "owner": { "name": "周屿", "initial": "周", "tone": "purple" }, "dueDate": "08-05", "checklist": { "done": 3, "total": 3 }, "comments": 1, "attachments": 2 }
]
}
]
}