Planning
Let's look at a few things to keep in mind while planning a web application.
We'll cover the following...
Checklist for planning
The following checklist may be helpful in planning a web application.
-
Summarize the sort of things the user will be doing.
- What information will they get, alter, create?
- How do these break down into low-level transactions?
- How do those transactions group into “
”?stories A story is a hypothetical sequence of transactions that exercises the web application’s capabilities and lets the user do something useful.
Checklist