-
Notifications
You must be signed in to change notification settings - Fork 221
Create Veterans Map page #13
Comments
@mattmacneil, I'd like to consider ways we can integrate the veteran map with our map on Meetup Pro. This would be very cool to integrate onto our front page, as well. |
Is there a version of it anywhere on the site right now? Or a longer description of what it requires? |
Not at this time, but the Meetup Pro map can be viewed at https://www.meetup.com/pro/operationcode/. |
@hollomancer let's use Slack data - does it track location? Putting this issue with a hacktoberfest label! You may notice the "needs content" label. Feel free to be creative and submit your own implementation. It would be best to get a wireframe of your idea up first, but if you'd like to just hack an attempt, we're all eyes! |
If we end up doing it the Slack way, a few things:
|
I believe Slack already provides location data intrinsically. David Thureson has shown me visualizations accurately depicting locations of many members. |
I'd like to work on the map component for this. Please assign this to me. |
What I'm leaning towards is using something similar to this, the backend database stores events along with user location. I'm thinking two types of markers for events, and locations. Where you can click tabs to deselect one or both, which information of the event shown. There's a google maps react component that we can use, but when I installed it it mentioned that react 16 was required. I can look into react 15 applications since we currently use 15? I'm trying to decide between making this a route I'm going to try and get the map working without using google maps and just have static content since this will require @OperationCode/back-end work also that I'm willing to perform. |
Here's a simple local implementation of a google maps, react component with a few markers. To Do list:
What I need: I've checked with slack, but you cannot get user locatoin from api. But we have this data in the backend, just need to expose it. Even giving me static data so I can format it to prototype would be helpful. |
Adds CORS. Fixes OperationCode#11
Design screenshot/assets to be attached here.
The text was updated successfully, but these errors were encountered: