acmcsuf.com
acmcsuf.com copied to clipboard
Finder: Full-page interactive map with markers of upcoming event locations clearly visible
What's your idea?
Using a client-side maps library, such as Leaflet, we can visualize where on Earth our next club events will be physically located. The data for the marker locations would be derived from our existing public events API endpoint. What we are missing in the public events API endpoint is an extra club event parameter mapping the plaintext CSUF building code within the club event location to the geographical coordinate to be consumed by Leaflet.
Design
- Leaflet-compatible coordinates are derived from upcoming club events fetched from our existing public club events API.
- A singular event location could be linked to directly via:
/finder?eid=<club event ID>.
Related: #149.