Breaking the problem down into features
In the previous chapter, we chose to identify a larger area, “Authentication,” and break that down into specific features. Let’s recall what that feature breakdown looked like. After that, we’ll see if we need to change it to instead be more design oriented. But first, let’s show the list of features:
- Area: Authentication
- Log in: User should be able to log in.
- Log out: User should be able to log out.
- Create new user: It should be possible to create a new user.
- Update password: An existing user should be able to update their password.
- Reset password: If a user forgets their password, it should be possible to reset it in a safe way.
The above list of features constitutes a good high-level list of what we need to support. However, from a design viewpoint, we need to consider things like catering to different devices or support accessibility, for example. Therefore...