Display Diagnosis Events (BES2)
In the previous post we displayed activity statistics. Now let’s load diagnosis events via the Diagnosis Event API and display them. To do so we need to
- add a diagnosis event service to fetch all diagnosis events of a given component
- add mock data for local development
- display diagnosis events on the component details page

In the next post we will display diagnosis field data of a component.