Epic, Stories, and Tasks
An epic is a large amount of work that is almost always delivered over a number of sprints. An epic often is a high-level description of functionality. It contains no specific details. Through customer feedback, the team can learn what is needed to complete the epic. An example of an epic may be: As a user of the app, I want to be able to set up and to review a Business Model Canvas in an app.
An epic is a high-level description of the feature or features. Since specific details are missing, the team needs to learn more about the epic, and often this will generate multiple stories. solve the problem that the epic defines, can become a story.
A user story should be as small as possible while it is still delivering business value. User stories are often written from the perspective of the users of the app, and they are described in a natural language. They describe a particular feature in only few sentences that outline the desired outcome. This can help the team to understand the objectives and the context of a specific desired feature.
A story may have one or more tasks. These tasks can describe in a very specific way which actions need to be taken in order to complete a story. An example of a task could be to develop an edit box where the user can edit text or add a Save button and persist the edited text. It is also important to specify the acceptance criteria. If you have clearly defined what the result of the implementation of a story or task should be, it will become easier for your testers to accept (or to decline) the new feature.
- 數據庫基礎教程(SQL Server平臺)
- 輕松學大數據挖掘:算法、場景與數據產品
- 正則表達式必知必會
- INSTANT Apple iBooks How-to
- Oracle數據庫管理、開發與實踐
- 計算機組裝與維護(微課版)
- 深入理解InfluxDB:時序數據庫詳解與實踐
- 企業大數據處理:Spark、Druid、Flume與Kafka應用實踐
- Spring Boot 2.0 Cookbook(Second Edition)
- MySQL技術內幕:InnoDB存儲引擎
- 利用Python進行數據分析(原書第2版)
- Kubernetes快速進階與實戰
- 一本書讀懂大數據
- 社交網站的數據挖掘與分析(原書第2版)
- Python金融數據挖掘與分析實戰