Use case – presenting use cases in Azure DevOps
This section clarifies the concepts outlined in the previous section with the practical example of WWTravelClub. Considering the scenario described in Chapter 1, Understanding the Importance of Software Architecture, we decided to define three Epic work items, as follows:
Figure 3.21: User case Epics
The creation of these work items is quite simple:
- Inside each work item, we link the different types of work items, as you can see in Figure 3.22.
- It is important to know that the connections between work items are useful during software development. Hence, as a software architect, you must provide this knowledge to your team and, more than that, you must incentivize them to make these connections:
Figure 3.22: Defining a link
- As soon as you create a Feature work item, you will be able to connect it to several User Story work items that detail its specifications. The following...