Wireflow creation process
Let's look at the steps of the wireflow creation process in an example of a mobile app:
- Describe the need and problem in a user story. For example, user signup — setting the username, email, and password.
- Identify the key screens in the interface. A good way to approach this is to think in terms of starting and ending points. For example, the starting point is the login page, and the ending point is the welcome modal.
- Connect the screens with arrows in the order users would move forward. You can also include decision points and show what happens in different cases — for example, if a user forgets their password.[1]