由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 如果用scrum做sprint plan,怎么确定user story和task?
相关主题
围棋与软件开发:Choose Backlog Items That Serve Two Purpose魏老师的方案
一个有向图问题好多人害怕锁
大家对Agile, Sprint怎么看我说老 bug,给个数据库模型大家学习学习
谁给推荐一下scrum或者agile prog. management方面的书?objects status snapshot怎么做
[合集] Linux/Unix下时间的精度 (转载)我不太理解unit testable,有人能解释一下什么是unit testable吗?
如果给随即函数rand[1,5] 如何产生rand[1,7] (转载)阿里一线工程师来告诉你:当你在双十一剁手时,他们在干嘛
谁说做开发没趣味?!类似yelp这样的服务需要mongo做storage吗?
portable codeSpark的mllib有bug?
相关话题的讨论汇总
话题: story话题: scrum话题: user话题: task话题: sprint
进入Programming版参与讨论
1 (共1页)
s****y
发帖数: 503
1
这两天我们请咨询公司的scrum master做顾问,为我们做scrum,开了几天的会,我怎
么觉得他们很忽悠。scrum master帮我们做user story的分析,就写了些As..., I
would like to..., so...的纸条,然后要我们打分,我也不知道为什么纸牌是1,3,5
,8,13,30,然后直接200,300了。而且我觉得他们的user story分析的也不对,有
些是feature,有些很epic,根本break down不出什么task了。
我们知道agile/scrum的基本原则,user story应该以用户的角度为主,粒度尽量小一
点。但是大家做scrum的时候,user story和task都是怎么分析的?sprint是怎么计划
的?
m*****u
发帖数: 1342
2
Those are probably story points (effort) for each story. Team member vote on
the story points, then add them up. Ideally user story can be a vertical
slice, meaning each story can be deployed and tested individually. But I
understand it may not be possible for all the stories.

,5

【在 s****y 的大作中提到】
: 这两天我们请咨询公司的scrum master做顾问,为我们做scrum,开了几天的会,我怎
: 么觉得他们很忽悠。scrum master帮我们做user story的分析,就写了些As..., I
: would like to..., so...的纸条,然后要我们打分,我也不知道为什么纸牌是1,3,5
: ,8,13,30,然后直接200,300了。而且我觉得他们的user story分析的也不对,有
: 些是feature,有些很epic,根本break down不出什么task了。
: 我们知道agile/scrum的基本原则,user story应该以用户的角度为主,粒度尽量小一
: 点。但是大家做scrum的时候,user story和task都是怎么分析的?sprint是怎么计划
: 的?

g*****g
发帖数: 34805
3
Story is from user perspective, a feature deliverable for end user. Each
story can be broken down to tasks. Each task is testable for QA. Points can
be assigned to story. Over time, you'll get a good idea how many points you
can finish in the sprint as a team.
Scrum is art, not science. You can adjust in retro meeting based what you
think you can improve over the last sprint. The methodologies may be very
different for different teams.
L***s
发帖数: 1148
4
Stories are requirements. A story does not necessarily correspond to a dev
task;
the mapping between a story and a dev task is sometimes many-to-many.
Usually, I ask PMs to create as many story tickets as s/he wants.
Then I assign zero points to these story tickets, and create my own dev
tickets
(with actual story points) to track/link these story tickets.
Sometimes, a dev ticket addresses multiple stories;
sometimes, multiple dev tickets address a single story.
If a feature or a task spans multiple (e.g., ≥3) sprints,
we usually create a dedicated epic for it.

,5

【在 s****y 的大作中提到】
: 这两天我们请咨询公司的scrum master做顾问,为我们做scrum,开了几天的会,我怎
: 么觉得他们很忽悠。scrum master帮我们做user story的分析,就写了些As..., I
: would like to..., so...的纸条,然后要我们打分,我也不知道为什么纸牌是1,3,5
: ,8,13,30,然后直接200,300了。而且我觉得他们的user story分析的也不对,有
: 些是feature,有些很epic,根本break down不出什么task了。
: 我们知道agile/scrum的基本原则,user story应该以用户的角度为主,粒度尽量小一
: 点。但是大家做scrum的时候,user story和task都是怎么分析的?sprint是怎么计划
: 的?

s****y
发帖数: 503
5
大家能不能给我举个例子?
就以iOS端用户登录为例子?
1 (共1页)
进入Programming版参与讨论
相关主题
Spark的mllib有bug?[合集] Linux/Unix下时间的精度 (转载)
自动生成unit test的软件推荐?agitar?如果给随即函数rand[1,5] 如何产生rand[1,7] (转载)
赵策怎么看OOP hell的问题?谁说做开发没趣味?!
python: 可以用map计算数列之间的差额吗?portable code
围棋与软件开发:Choose Backlog Items That Serve Two Purpose魏老师的方案
一个有向图问题好多人害怕锁
大家对Agile, Sprint怎么看我说老 bug,给个数据库模型大家学习学习
谁给推荐一下scrum或者agile prog. management方面的书?objects status snapshot怎么做
相关话题的讨论汇总
话题: story话题: scrum话题: user话题: task话题: sprint