Friday 28th July - Week 21

This week I have hit a few more milestones within my code. I managed to display the locations on the homepage map. I also managed to change the default marker icon to my branded markers. Please see below: This was a challenge as I could not figure out why the api url wasn't valid to display all of these locations. After a lot of debugging, I came to the realisation that the api url had the (userSelectedDate) property which was not necessary/connected to the home page. I created a seperate api url for the homepage and after doing so, the code was successful. I also spent some time fixing the constraints of each controller. My next step is to display the data on the homepage when a user clicks on a marker. I am in the middle of the code and at the moment the code is not successful. Once this is done, I will have the most important elements of the app complete.