Changes for page Planning Game

Last modified by chrisby on 2024/06/20 14:40

From version 15.18
edited by chrisby
on 2023/11/28 21:04
Change comment: There is no comment for this version
To version 15.19
edited by chrisby
on 2023/12/09 12:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,9 +1,9 @@
1 1  # User Stories
2 2  
3 -**The goal of the planning game is to break down the projects work load into user stories** and estimate, prioritize, and assign them. A user story, or often just called a 'story', is an abbreviated description of a feature of a system, told from the user's perspective. There are two forms:
3 +In Agile, **the project workload is broken down into user stories** and estimated, prioritized, and assigned. A user story, or often just called a 'story', is an abbreviated description of a feature of a system, told from the user's perspective. There are two forms:
4 4  
5 -* Long form: A sentence that describes exactly how the user interacts with the system. "When I go to the login page, enter my credentials and click the login button, the home page appears."
6 -* Short form: A minimal set of words that hint at the underlying interactions, such as "Login".
5 +* Long form = A sentence that describes exactly how the user interacts with the system. "When I go to the login page, enter my credentials and click the login button, the home page appears."
6 +* Short form = A minimal set of words that hint at the underlying interactions, such as "Login".
7 7  
8 8  # Iterations
9 9