gdg-x / frisbee

[DEPRECATED] Android application for GDG members and organizers
https://play.google.com/store/apps/details?id=org.gdg.frisbee.android
Apache License 2.0
265 stars 169 forks source link

Add Map to Event Series screens with city locations. #278

Closed tasomaniac closed 4 years ago

tasomaniac commented 9 years ago

This MapFragment can go into both MainActivity and TaggedEventSeriesActivity.

This will be much like the Google's websites about the event series like DevFests, IO Extended and Study Jams. It will have pins of cities that are organizing the event.

friedger commented 9 years ago

There is an menu to navigate or locate the event on maps using intents, so the map fragment should work together.

tasomaniac commented 9 years ago

Definitely.

mauimauer commented 9 years ago

Hmmmm, not sure if we would be served better by just intent jumping to Google Maps (unless we provide all the extra contextual functions GMap provides (routing etc.))

tasomaniac commented 9 years ago

I was thinking to have a map just like the one here with basic pins. https://www.womentechmakers.com/

mauimauer commented 9 years ago

I agree that stuff like that looks fancy, altough I am not sure of the direct benefit this provides for the user (especially on mobile)

tasomaniac commented 9 years ago

I think there is a potential benefit because it is really hard to find events on the list. There are more than 100+ ioextended events around the world. Although the list is sorted with the location, I find that the list is complicated sometimes.

On Mon, May 4, 2015 at 5:22 PM Sebastian Mauer notifications@github.com wrote:

I agree that stuff like that looks fancy, altough I am not sure of the direct benefit this provides for the user (especially on mobile)

— Reply to this email directly or view it on GitHub https://github.com/gdg-x/frisbee/issues/278#issuecomment-98725600.

mauimauer commented 9 years ago

Not trying to stop you here, altough I'm still not convinced a map would really solve this problem. I'd prefer if we try to come up with a way to improve the list and leverage the sensor information we have. Maps are great for a lot of things (ie. navigating to a local event) but I still think this isn't one of those things.

tasomaniac commented 9 years ago

Design changes that address the problem I've described in the list may be more useful. Within a quick thought for example I can find improvements. For example, we can divide the list into sections that are happening near the user. Or we can divide them in country bases.

That would be more useful than a map. But feature is a feature. I've already postponed the milestone of this issue. We can further postpone it.

mauimauer commented 9 years ago

But feature is a feature (So it's a feature for the sake of having another feature) :D

tasomaniac commented 9 years ago

I don't mind deleting this :) All the developer.google.com sites with events have maps. Thats why I opened it.