Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Groups should have some kind of location #4

Open
nedbat opened this issue Mar 6, 2014 · 6 comments
Open

Groups should have some kind of location #4

nedbat opened this issue Mar 6, 2014 · 6 comments

Comments

@nedbat
Copy link
Member

nedbat commented Mar 6, 2014

No description provided.

@maxrothman
Copy link

Shouldn't events have locations instead?

@nedbat
Copy link
Member Author

nedbat commented Aug 14, 2014

I thought of the group as a recurring event. So instead of having each event have a location, the group would have a location. Maybe that's not a good way to do it?

@maxrothman
Copy link

In that case, wouldn't groups need to have information to indicate when the next meeting is as well?

To devil's-advocate for a moment, meetup.com users are already familiar with the ideas of "groups" and "events", and using "group" to mean "recurring event" might be confusing.

@nedbat
Copy link
Member Author

nedbat commented Aug 14, 2014

You make a good point. Let me think about that.

@AlexFrazer
Copy link

I am working on this now. However, google places seems to have a limit on the number of requests which could be made, and that limit is very small (200). I was thinking of having a database model which stored a google places json, but not sure if that is the best decision (I am but a lowly college student beginner).
Suggestions? Should I just keep the location model generic and without use of external libraries?

@maxrothman
Copy link

I think you're overcomplicating things. You can just link to google maps (or embed it), then the user is making the request and there's no request limit. Just store something you can use to make a google maps URL out of.

Here are some examples of valid google maps URLs:

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

No branches or pull requests

3 participants