refactor: #32 Fixed value and made markers
I nthis push I made the markers instead of circles and in the popup that I made it is now visible to see the location, description and the measurement that is collected.
feature: #32 Map is working
The interactive map is now working and has the starting point of Kumasi, Ghana. The next step is to make this data dynamic so it will change depending on the city
test: #32 testing an interactive map
I've tested the morning on 8 june, but it seems dat nothing is working. i'm aksing @vsheo to take a look together with me to see what the issue might be.
feat; #32 loading in the map
I installed the depencies for the leaflet map, made a shortcut via index so I can import it easily and created the map organism so I can use it. The main problem is now that it doesn't seem to work as I get a referenceError in my terminal. I will ask @CesariHVA about this issue and see what can be done about it.
feat: Support multiple cities (Routing)
issue #30
Resolve a city from the [city] URL slug via apa_cities and scope all
pages, navigation, downloads and APIs to it; add a root city picker.
Sampling points and tubes are now per-city, with admin create and
deactivate for tubes.
docs: #15 Tubes images
The tube image that is being used in the info page wasn't being loaded yet, because of the wrong folder being linked to. I fixed it so it is shown now
refactor: #13 Transferring Multiple pages
Due to the database being able to be used I added most of the EJS that was in the page so it will become useful HTML
refactor: #13 Multiple pages change
Due to the database being finished I could now make the data show up and transfer the rest of the EJS to the correct pages.
refactor: #13 About page HTML
In the first part of the transferring EJS to HTML, I transferred the EJS to HTML. I also added the sections to each part of the h3 and p elements. That way it groups together the elements that belong together content-wise.
docs: #12 Create conventions folder and unique conventions
To make sure everyone who contributes to this project works with the correct conventions I've placed unique conventions for what front-enders will use with correct examples.