曾几何时开始,用户故事的写法成了 用户故事经典句式+验收条件。
在https://blog.versionone.com/agile-acceptance-criteria/ 上提供了如下一个故事的样例。
As an executive, I want to be able to filter the dashboard by department so that I can isolate data by a specific department.
Acceptance Criteria:
Given the Executive Dashboard default view, when I select the department drop-down, I have the ability to select a specific department to so only that data throughout the dashboard.
Given the department drop-down, when I select a specific department, the entire dashboard filters to display only that department data.
以上的故事正文就是故事经典句式所带来的一句话,加入了2个GWT,讲故事的味道显得比较淡。
讨论的问题有
“Hey Product Owner, does the Executive need to be able to Multi-select several departments?”
“How about grouping by division?”
"who can access the Executive Dashboard