codeeu / coding-events

A Django app for adding EU Code Week events and showing them on a map.
http://events.codeweek.eu
MIT License
17 stars 36 forks source link

Optimization of the map load #448

Closed alainvd closed 7 years ago

alainvd commented 7 years ago

These changes allow the data for placing the events on the map to be split. The service "event/list" now returns a trimmed list of the events with only the Geolocation A new service called event/detail will return the full details of one event based on an id sent in the request parameters. This service is called when the user clicks on a marker on the map.