Display Registrations
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
- add an eBike registrations service to fetch all the registrations a user has performed
- add a registrations page to display the registrations as a list
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.

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