Writing tests and solution code for the example project
Back in Chapter 2, Understanding and Organizing the Business Requirements of Our Project, we used Jira as a tool to organize the list of things we need to build for the project. Aside from using Jira, there is other project tracking software out there too, or we can just simply use a notepad or a piece of paper and write down the tasks we want to write programs for. But we just want to be a bit more organized, and if you’re working with a team of software developers and with other teams in the company, it’s easier to collaborate if you use issue-tracking software, rather than a piece of physical paper.
We have grouped the Jira user stories into two groups: the Inventory Clerk Solution group and the Visitors Page group. These groups are called epics. We will start working on the Inventory Clerk Solution epic first. This is to allow the car museum inventory clerk to enter that valuable data into the system for...