Display Activity Summaries (BES2)
In the previous post we displayed the details of a selected component. Now let’s load all the activities a user has performed via the Activity API (eBike System 2) . To do so we need to
- add an activity service to fetch all the activities a user has performed on their eBikes
- add mock data for local development
- add an activities page to display the activities as a list
- display the activity summary in a sidenav
To give the user an idea about the activity we will display its name, ist start date and the traveled distance.

In the next post we will display activity details of a selected activity.