Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Create Veterans Map page #13

Open
rickr opened this issue Mar 31, 2017 · 10 comments
Open

Create Veterans Map page #13

rickr opened this issue Mar 31, 2017 · 10 comments

Comments

@rickr
Copy link
Contributor

rickr commented Mar 31, 2017

Design screenshot/assets to be attached here.

@hollomancer
Copy link
Member

@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.

@mattmacneil
Copy link
Contributor

Is there a version of it anywhere on the site right now? Or a longer description of what it requires?

@hollomancer
Copy link
Member

Not at this time, but the Meetup Pro map can be viewed at https://www.meetup.com/pro/operationcode/.

@kylemh
Copy link
Member

kylemh commented Oct 1, 2017

@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!

@ctruelson
Copy link
Contributor

If we end up doing it the Slack way, a few things:

  1. whoever is Slack admin can add a "location" field to profiles. Maybe it can be a lat/long field?
  2. whoever's building it would need to create a Slack app and get a token to access the data.
  3. There should be a generator via the backend that spits out an array of locations that we can feed to a map API. It shouldn't hit up slack on every request.

@kylemh
Copy link
Member

kylemh commented Oct 2, 2017

I believe Slack already provides location data intrinsically. David Thureson has shown me visualizations accurately depicting locations of many members.

@apex-omontgomery
Copy link
Member

I'd like to work on the map component for this. Please assign this to me.

@apex-omontgomery
Copy link
Member

image

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 /locations or adding to the /about page.

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.

@apex-omontgomery
Copy link
Member

apex-omontgomery commented Feb 27, 2018

image 3

Here's a simple local implementation of a google maps, react component with a few markers.

To Do list:

  • Make distinct markers for member and event
  • On hover event markers show marker info
  • Filter by marker type
  • Work on styling a bunch

What I need:
User location data (preferably lat lon)
Meetup/ event data (lat long, event name, any other details you want)

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.

@dmarchante
Copy link
Contributor

Reference: Issue #883 and #214

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants