Display Hubs (COBI)
In the previous post we implemented a user authentication for COBI. Now that the user can log in let’s load their hubs via the COBI Huba & Activity API and display them. To do so we need to
- add a hub service to fetch the COBI hubs of the logged-in user
- add mock data for local development
- add a separate hubs page to display the hubs as a list

In the next post we will display activities a user has performed on their eBike.