-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
Shouldn't events have locations instead? |
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? |
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. |
You make a good point. Let me think about that. |
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). |
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: |
No description provided.
The text was updated successfully, but these errors were encountered: