Now that we have displayed all data provided by the EU Data Act API of Bosch eBike Systems let’s take a deep breath and do some small adjustments.

First we add a mock server that lets us run the app locally without calling the actual API. This may be useful to develop and test upcoming features even if our Bosch eBike account does not contain all types of data.

To make the registration state more clear we can display it directly on the eBike pages and the component page

web-app-small-adjustments.png

Also, let’s add a show-all button to the eBike details page to provide an easier back-navigation.

After working on this project for a week some bugs piled up that need fixing.

Since many pages use the same stylesheets we simplify them by moving them into a central styelsheet.

Last but not least let’s add links to this dev log and the GitHub organization to the footer.