Epic and Theme
Epic and Theme
What is an Epic?
An epic is a large story, an epic is usually a story that cannot be completed within one iteration or within one sprint in the scrum. An epic needs to be broken down into separate stories before working on it.
A theme is a collection of stories with a shared attribute. Here's an example of a theme.
SPORTS PAGE: As a sports fan I want a group of sports pages so that I can see the top 10 news stories for each sport.
The difference between an epic and a theme is that whereas an epic is simply a large story that may be broken down into further stories later, a theme actually refers to a collection of stories.
Here, in this case, we know that we're going to need many sports pages and the product owner is going to want a way to refer to all of the stories that are associated with this theme.
SPORTS PAGE: As a soccer fan I want a football fan page so that I can see the top 10 football news stories.
And the second
SPORTS PAGE: As a baseball fan I want a baseball home page so that I can see the top 10 baseball news stories.
How to split User stories
- Don't meet performance constraints
- The user should be able to load the page in less than 30 milliseconds.
- The user should be able to load the page in less than 30 milliseconds.
- Remove cross-cutting concerns
- Logging
- Common Messages
- Security
- Logging
- Common Messages
- Security
- Number three, separate by mixed priority
- The user should see an advertisement for the sports channel below each new story measuring five by two inches.
- The user should see an advertisement for the sports channel below each new story measuring five by two inches.
References:
- Paul VII. Agile Product Management: User Stories: How to capture, and manage requirements for Agile Product Management and Business Analysis with Scrum (scrum, ... development, agile software development) (pp. 36-37). Pashun Consulting Ltd.. Kindle Edition.
- https://www.yodiz.com/blog/what-is-epic-in-agile-methodology-definition-and-template-of-epic/
Comments
Post a Comment