In the previous post we displayed the details of a selected activity. Now let’s load all registrations a user has performed via the eBike Registration API and display them. To do so we need to

Since registrations can be performed for both eBike and components we add put it on separate page which is reachable from the menu. To simplify the navigation we also add links from a registered eBike to the eBike details page.

web-activity-details.png


In the next post we will display bike passes associated with an eBike.