Last active
July 17, 2018 16:19
-
-
Save mcewand/789c43bf3dd6001d26c77eae4c071313 to your computer and use it in GitHub Desktop.
Coding Challenge
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The goal of this exercise is to display a map at a custom path on a Drupal 8 site. Please do not spend more than a couple hours on this exercise. | |
In a Docker container: | |
1. Create a Drupal 8 site | |
* Create a content type that accepts a title, description, and latitude / longitude points | |
* Display a map using OpenStreetMap at the path /map/osm | |
* On the map, display a marker for each content item entered that has both a latitude and longitude | |
* Create a README explaining how to set up the project | |
2. Check the project into Github |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment