Search⌘ K
AI Features

Planning

Explore the process of planning a web application by summarizing user activities, breaking them into transactions and stories, sketching screens, and designing API endpoints. Understand how to define data models and handle user interactions effectively to create a clear, maintainable web app structure.

Checklist for planning

The following checklist may be helpful in planning a web application.

  1. 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 “storiesA story is a hypothetical sequence of transactions that exercises the web application’s capabilities and lets the user do something useful.”?
...
Checklist