【发布时间】:2023-04-04 15:49:01
【问题描述】:
【问题讨论】:
标签: agile requirements user-stories
【问题讨论】:
标签: agile requirements user-stories
我经常开始只是将故事写入文本文档。我在每个故事的前面放置了 o、v、x 之类的符号来跟踪它的状态(o = 一个小圆圈,我可以在其中放置一个表示“打开”或“待办事项”的复选标记,v = 一个表示“完成”的复选标记,x = 被划掉(不会完成)。
例子:
v As an admin I want to add users so that some else can use the tool
o As an user I want to login to be able to see protected content
x As an user I want to get a gold badge to show off how great I'm
如果文本文件不够用,我通常会将我的故事移至PivotalTracker。
【讨论】: