网页的用户故事

User story for web page

我正在为我的女朋友创建一个网站,我正在用它来了解用户故事写作/scrum 和 vso。我正在尝试为主页编写一个非常简单但图形化的用户故事。我的理解是我应该以第一人称写一个用户故事,它是关于用户想要/期望什么的快速描述。验收标准是具体细节所在。考虑到这一点,您将如何为主页编写用户故事。到目前为止,我有以下内容。

User Story

As the site owner I would like a homepage that shows my completed work in as a set of full size images that change periodically so that the visitor instantly sees what services I offer.

Acceptance Criteria

Can I have have 4 full size background images that change periodically? Can the background images resize depending on which device they are viewed on? Can the background images load in a timely manner?

您认为这个用户故事和验收标准是否足够?

用户故事是最终用户而不是提供服务的人的声音。

所以在你的情况下,它可能是这样的:

As a visitor to the site I would like to instantly see what services are offered so that I can easily select a service

请注意,它没有说明任何关于图像的信息。图片及其大小是实施细节。用户故事是关于他们的用户想要什么,而不是他们将如何得到它。

验收标准看起来不错。请注意以下语句:

Can the background images load in a timely manner?

通常您会期望接受标准来定义 'a timely manner' 的含义。

类似于:

Can the background images load in under 3 seconds when running on our production server under normal load.