Summary
In this chapter, we were able to come up with an example project based on a real-life problem that my friends encountered with a car museum. By trying to understand what the business or client wants to achieve, we were able to identify the problems or challenges that are stopping the business or client from achieving that goal. By analyzing our proposed solution to the problems, we were able to come up with plans for a solution. We listed down the solutions as user stories and grouped them under an epic.
These user stories tell us about behaviors—system behaviors, to be exact. Why are these important? Well, by understanding what we need to build, we developers can plan how we build solutions better. I have seen software being built for weeks or months, and after completion, the developers and business analysts realize that the solution does not even solve the problem that is stopping the business or the client from achieving its goal simply because the business analysts...