The product backlog encompasses the entire project scope. It serves as a long-term, prioritized list of all features, enhancements, and fixes necessary for the product. In contrast, the sprint backlog is a subset of the product backlog. It focuses on the tasks and goals necessary to complet...
Product Backlog Sprint Backlog 详细度 比较详细 非常详细 估算单位 Story Points 小时 文档归属 Product Owner 开发团队 更新频率 一次/周 一次/工作日 持续长度 整个项目周期 一个Sprint 文档名 Product Backlog workbook Iteration Backlog workbook 名词解释: Sprint:每一次迭代称为一个Sprint。 Backlog:其实就是...
2. 从Product Backlog选择要在Sprint中完成的任务 ```bash #从Product Backlog中选择要在Sprint中完成的任务,例如选择任务1和2 selected_tasks = [1, 2] ``` 在这一步,我们从Product Backlog中选择要在当前Sprint中完成的任务。 3. 创建Sprint Backlog ```yaml # sprint_backlog.yaml items: - id: 1...
关于leangoo,我想讲的主要有三张图,PO的Product Backlog、Team的Sprint Backlog及Sprint的燃尽图。 Product Backlog 以下是我们PO使用的Product Backlog,基本与leangoo的示例一致,这个示例也是满足软件开发过程的。 编辑 这是一张PO的Product Backlog(如果看不清,可以放大),需要注意的都已经用红色标注: 1. 待梳理需...
这个地方我大概先稍微提一句,对于需求池管理,我现在使用的方法是,(我把它叫做)矩阵式的管理。其中...
Learn how to navigate and optimize your sprint backlog for effective planning. Read on for expert strategies and more.
选择本次迭代要完成的目标工作。然后,开发团队基于产品需求列表确定工作量,即 Sprint Backlog(迭代待办...
Scrum Team根据ProductBacklog列表,进行工作量的预估和安排; 有了ProductBacklog列表,通过Sprint Planning Meeting(Sprint计划会议)从中挑选一个Story作为本次迭代完成的目标,这个目标的时间周期是1~4个星期,然后细化这个Story,形成一个SprintBacklog; SprintBacklog是由Scrum Team完成的,每个成员根据Sprint Backlog再细化...
ProductBacklog,Sprint,燃尽图 StoryIDstory1story2story3story4story5story6story7story8story9story10story11story12story13story14story15story16story17story18story19story20story21story22 StoryName登录配置业务处理服务器主界面公告通知&明细环境信息预警信息&明细拍照配电系统空调系统热水系统采暖系统综合能源管理气、...
In this exercise, you will learn how to use Team Foundation Server to manage your product backlog, create work items, break work items into tasks, and assign tasks to team members. The new backlog features enable you to easily do all of this work while keeping an eye on team capacity....